-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
55 lines (55 loc) · 1.56 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": "piano-flow",
"version": "0.0.11",
"description": "A music game follows the piano flows.",
"author": "SuneBear <hi@sunebear.com>",
"license": "MIT",
"scripts": {
"clean": "rm -rf dist",
"start": "npm run clean && webpack --config tools/webpack.config.dev.js",
"build": "npm run clean && BUILD=1 webpack --config tools/webpack.config.prod.js",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"lodash": "4.15.0",
"normalize.css": "4.2.0",
"pixi.js": "4.0.3",
"rxjs": "5.0.3",
"tb-icons": "0.2.25",
"vue": "2.1.8",
"vue-popup": "0.2.5",
"vue-router": "2.0.1",
"whatwg-fetch": "1.0.0"
},
"devDependencies": {
"autoprefixer": "6.3.6",
"babel-core": "6.14.0",
"babel-eslint": "6.1.2",
"babel-loader": "6.2.5",
"babel-polyfill": "6.13.0",
"babel-preset-es2015": "6.14.0",
"babel-preset-stage-0": "6.5.0",
"browser-sync": "2.15.0",
"browser-sync-webpack-plugin": "1.1.2",
"copy-webpack-plugin": "3.0.1",
"css-loader": "0.23.1",
"cssnano": "3.5.2",
"expose-loader": "0.7.1",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.8.5",
"gh-pages": "0.11.0",
"html-webpack-plugin": "2.22.0",
"json-loader": "0.5.4",
"postcss-loader": "0.9.1",
"standard": "8.0.0",
"standard-loader": "5.0.0",
"style-loader": "0.13.1",
"stylus": "0.54.5",
"stylus-loader": "2.0.0",
"svg-sprite-loader": "0.1.2",
"url-loader": "0.5.7",
"vue-loader": "10.0.2",
"vue-template-compiler": "2.1.8",
"webpack": "1.13.2"
}
}