-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
39 lines (39 loc) · 1.1 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
{
"name": "smart-gesture",
"version": "1.2.5",
"description": "",
"main": "dist/index.js",
"scripts": {
"dev": "node server.js",
"build": "NODE_ENV=production webpack --progress --hide-modules --config ./webpack.prod.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.3.7",
"babel": "^6.5.2",
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"clean-webpack-plugin": "^0.1.9",
"css-loader": "^0.23.1",
"express": "^4.14.0",
"html-webpack-plugin": "^2.22.0",
"node-sass": "^3.13.1",
"normalize.css": "^4.2.0",
"postcss-loader": "^0.9.1",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.12.1"
},
"repository": {
"type": "git",
"url": "git@github.com:ElemeFE/smart-gesture.git"
}
}