-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.64 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.64 KB
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
{
"private": true,
"version": "1.0.1",
"scripts": {
"bundle": "rollup --config rollup.config.js",
"sass": "node-sass sass/index.scss build/index.css --include-path node_modules",
"sass:min": "node-sass sass/index.scss build/index.css --include-path node_modules --output-style compressed",
"prefix": "postcss --use autoprefixer --autoprefixer.browsers 'Android >= 5' build/index.css -d build --no-map",
"assets": "cp -r assets/* build",
"watch:bundle": "yarn bundle -- --watch",
"watch:sass": "yarn sass -- --watch",
"serve": "browser-sync start --config bs.config.js",
"start": "run-p watch:* serve",
"build:android": "node scripts/build android",
"emulate:android": "node scripts/emulate android"
},
"dependencies": {
"classnames": "^2.2.5",
"fastclick": "^1.0.6",
"hyperapp": "0.9.3",
"hyperx": "^2.3.0",
"lol-champions": "^7.14.0",
"lol-spells": "^7.8.0",
"qim": "0.0.50",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"autoprefixer": "^7.1.2",
"babel-eslint": "^7.2.3",
"browser-sync": "^2.18.8",
"connect-history-api-fallback": "^1.3.0",
"connect-phonegap": "^0.24.5",
"cordova-lib": "^7.0.1",
"eslint": "^4.2.0",
"eslint-config-ngryman": "^1.7.1",
"execa": "^0.7.0",
"node-sass": "^4.5.2",
"npm-run-all": "^4.0.2",
"postcss-cli": "^4.1.0",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-json": "^2.1.1",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-uglify": "^1.0.2",
"rollup-watch": "^3.2.2",
"sass-dry": "^1.0.0"
}
}