-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
40 lines (40 loc) · 1.16 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
{
"name": "avalon-spa-app",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"start": "webpack & webpack-dev-server",
"build": "set NODE_ENV=production&&webpack --progress --profile"
},
"author": "LevanDu",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
"babel-plugin-transform-es3-property-literals": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-loose": "^8.0.0",
"css-loader": "^0.27.3",
"es3ify-loader": "^0.2.0",
"html-webpack-plugin": "^2.28.0",
"html-withimg-loader": "^0.1.16",
"koa": "^2.3.0",
"koa-static": "^3.0.0",
"raw-loader": "^0.5.1",
"style-loader": "^0.16.1",
"transfer-webpack-plugin": "^0.1.4",
"url-loader": "^0.5.8",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
},
"dependencies": {
"avalon2": "^2.2.7",
"bootstrap": "^3.3.7",
"jquery": "^1.12.4",
"velocity": "^0.7.2"
}
}