-
Notifications
You must be signed in to change notification settings - Fork 791
/
package.json
55 lines (55 loc) · 1.73 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "musicblocks",
"version": "3.4.1",
"description": "A musical microworld",
"repository": {
"url": "https://github.com/sugarlabs/musicblocks.git"
},
"license": "AGPL-3.0 License",
"bugs": {
"url": "https://github.com/sugarlabs/musicblocks/issues"
},
"amd": {},
"volo": {
"baseUrl": "lib",
"dependencies": {
"domReady": "github:requirejs/domReady/2.0.1",
"webL10n": "github:sugarlabs/webL10n/master"
}
},
"scripts": {
"lint": "eslint js/**/*.js",
"serve": "python3 -c \"import os, sys; os.system('python3 -m SimpleHTTPServer 3000 --bind 127.0.0.1') if sys.version_info.major==2 else os.system('python3 -m http.server 3000 --bind 127.0.0.1');\"",
"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 --bind 127.0.0.1');\""
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"babel-eslint": "^10.1.0",
"clean-css": "^4.2.3",
"eslint": "^7.6.0",
"eslint-config-prettier": "^6.15.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"gulp": "^5.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-minify-css": "^1.2.4",
"gulp-prettier": "^3.0.0",
"gulp-uglify": "^3.0.2"
},
"dependencies": {
"autoprefixer": "^10.4.16",
"cssnano": "^6.0.1",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^9.0.1",
"gulp-replace": "^1.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^2.6.5",
"http-server": "^14.1.1",
"lodash.template": "^4.5.0",
"node-static": "^0.7.11"
}
}