-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
39 lines (39 loc) · 1.17 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": "mmall-fe",
"version": "1.0.0",
"description": "网上商城",
"main": "index.js",
"scripts": {
"start": "yarn dev",
"dev": "./node_modules/.bin/webpack-dev-server",
"dev_win": "./node_modules/.bin/webpack-dev-server",
"dist": "WEBPACK_ENV=online ./node_modules/.bin/webpack -p",
"dist_win": "set WEBPACK_ENV=online&& ./node_modules/.bin/webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ABoyL/mmall-fe.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ABoyL/mmall-fe/issues"
},
"homepage": "https://github.com/ABoyL/mmall-fe#readme",
"devDependencies": {
"file-loader": "^1.1.11",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.1.0",
"url-loader": "^1.0.1",
"webpack": "^4.2.0",
"webpack-cli": "^2.0.13",
"webpack-dev-server": "^3.1.1"
},
"dependencies": {
"css-loader": "^1.0.0",
"font-awesome": "^4.7.0",
"hogan.js": "^3.0.2",
"mini-css-extract-plugin": "^0.4.2",
"style-loader": "^0.23.0"
}
}