-
Notifications
You must be signed in to change notification settings - Fork 94
/
package.json
35 lines (35 loc) · 924 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
{
"name": "popstar",
"version": "1.0.0",
"description": "消灭星星",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config=webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leeenx/popstar.git"
},
"author": "leeenx",
"license": "ISC",
"bugs": {
"url": "https://github.com/leeenx/popstar/issues"
},
"homepage": "https://github.com/leeenx/popstar#readme",
"dependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.7.1",
"babel-loader": "^8.0.6",
"babel-polyfill": "^6.26.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.5",
"file-loader": "^4.2.0",
"html-webpack-plugin": "^3.2.0",
"image-loader": "0.0.1",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.9.0"
}
}