forked from rutan/potmum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.01 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
{
"name": "potmum-frontend",
"version": "0.0.0",
"description": "",
"scripts": {
"build": "NODE_ENV=production webpack --optimize-minimize",
"start": "webpack-dev-server --hot --inline"
},
"author": "ru_shalm",
"license": "MIT",
"dependencies": {
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2016": "^6.16.0",
"codemirror": "^5.11.0",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"flexboxgrid": "^6.3.1",
"font-awesome": "^4.6.3",
"jquery": "^2.1.0",
"node-sass": "^3.10.1",
"normalize.css": "^5.0.0",
"page": "^1.6.3",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"vue": "^1.0.21",
"vue-html-loader": "^1.0.0",
"vue-loader": "^8.2.2",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.16.2",
"webpack-manifest-plugin": "^1.0.1"
}
}