forked from sugarlabs/musicblocks
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.23 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
38
39
40
{
"amd": {},
"volo": {
"baseUrl": "lib",
"dependencies": {
"domReady": "github:requirejs/domReady/2.0.1",
"webL10n": "github:sugarlabs/webL10n/master"
}
},
"scripts": {
"serve": "python -c \"import os, sys; os.system('python -m SimpleHTTPServer 3000') if sys.version_info.major==2 else os.system('python -m http.server 3000');\"",
"winserve": "py -c \"import os, sys; os.system('py -m SimpleHTTPServer 3000') if sys.version_info.major==2 else os.system('py -m http.server 3000');\""
},
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/preset-env": "^7.5.0",
"clean-css": "^4.2.1",
"eslint": "^4.18.2",
"eslint-config-standard": "^7.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.1.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-minify-css": "^1.2.4",
"gulp-uglify": "^3.0.2"
},
"dependencies": {
"autoprefixer": "^9.6.0",
"cssnano": "^4.1.10",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^8.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"http-server": "^0.11.1",
"lodash.template": "^4.5.0",
"node-static": "^0.7.11"
}
}