-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.03 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": "mmall-fe",
"version": "1.0.0",
"description": "电商网站代码",
"main": "index.js",
"scripts": {
"dev": "WEBPACK_ENV=dev webpack-dev-server --inline--port 8088",
"dist": "WEBPACK_ENV=online webpack -p",
"dev_win": "set WEBPACK_ENV=dev && webpack-dev-server --inline--port 8088",
"dist_win": "set WEBPACK_ENV=online && webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yifan17/mmall-fe.git"
},
"author": "yifan",
"license": "ISC",
"bugs": {
"url": "https://github.com/yifan17/mmall-fe/issues"
},
"homepage": "https://github.com/yifan17/mmall-fe#readme",
"devDependencies": {
"css-loader": "^0.28.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.11.1",
"font-awesome": "^4.7.0",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"style-loader": "^0.17.0",
"url-loader": "^0.5.8",
"webpack": "^1.15.0",
"webpack-dev-server": "^1.16.5"
},
"dependencies": {
"hogan.js": "^3.0.2"
}
}