-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 822 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 822 Bytes
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
{
"name": "js-performance",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --open --colors --config build/webpack.config.dev.js",
"prod":"webpack-dev-server --config build/webpack.config.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lixiangfei/js-performance.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lixiangfei/js-performance/issues"
},
"homepage": "https://github.com/lixiangfei/js-performance#readme",
"devDependencies": {
"express": "^4.16.3",
"html-webpack-plugin": "^3.2.0",
"node-fetch": "^2.2.0",
"source-map": "^0.7.3",
"webpack": "^4.17.2",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.8"
}
}