-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.48 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "ii",
"version": "0.1.0",
"description": "Disktree index",
"private": true,
"config": {
"less_include_paths": "/home/tong/dev/lib/enron/src:themes/void/style"
},
"scripts": {
"clean": "rm -f static/js/app.js* && rm -rf public",
"test:css": "lessc --lint style/index.less --include-path=$npm_package_config_less_include_paths",
"test:js": "haxe app.hxml --no-output",
"test:html": "html-validate public/index.html",
"test": "npm run test-css",
"build:hugo": "hugo --environment production",
"build:css": "lessc style/index.less static/style.css --include-path=$npm_package_config_less_include_paths --source-map --clean-css='--s1 --advanced'",
"build:css:scss": "sass style/index.scss static/style.css",
"build:js": "haxe app.hxml",
"build": "npm run build:css && npm run build:js && npm run build:hugo",
"dev:style": "neko $DEV/tool/lessc-live/lessc-live.n -main style/index.less -css static/style.css --src style:/home/tong/dev/lib/enron/src:/home/tong/dev/lib/void/hugo-void/style --options --source-map",
"dev:style:scss": "sass style/index.scss static/style.css --watch",
"dev:hugo": "hugo server -D"
},
"repository": {
"type": "git",
"url": "https://github.com/disktree/ii"
},
"author": "[email protected]",
"license": "ISC",
"devDependencies": {
"html-validate": "^4.3.0",
"less": "^4.1.0",
"less-plugin-autoprefix": "^1.5.1",
"less-plugin-clean-css": "^1.5.1",
"sass": "^1.32.6"
}
}