-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpackage.json
36 lines (36 loc) · 936 Bytes
/
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
{
"name": "youzan",
"version": "1.0.0",
"description": "youzan shop",
"main": "index.js",
"scripts": {
"dev": "npm run build && npm run test",
"test": "webpack-dev-server",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"keywords": [
"youzan",
"shop",
"group"
],
"author": "jawil",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^7.1.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-runtime": "^6.23.0",
"clean-webpack-plugin": "^0.1.16",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^5.0.0",
"eslint": "^3.19.0",
"eslint-loader": "^1.7.1",
"html-webpack-plugin": "^2.28.0",
"webpack": "^3.5.4",
"webpack-dev-server": "^2.7.1"
}
}