-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.4 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
40
41
42
43
44
45
46
47
48
{
"name": "personal-portal",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack",
"dev": "webpack-dev-server --hot --inline --color --hot --config ./webpack.dev.config.js",
"pub": "webpack --config ./webpack.prod.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abchexuzheng/personal-portal.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/abchexuzheng/personal-portal/issues"
},
"homepage": "https://github.com/abchexuzheng/personal-portal#readme",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^7.1.4",
"babel-plugin-import": "^1.7.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-2": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-webpack-plugin": "^3.2.0",
"less": "^3.0.1",
"less-loader": "^4.0.5",
"mini-css-extract-plugin": "^0.4.0",
"open-browser-webpack-plugin": "^0.0.5",
"style-loader": "^0.20.3",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14",
"webpack-dev-server": "^3.1.3",
"webpack-merge": "^4.1.2"
},
"dependencies": {
"react": "^16.2.0",
"react-dom": "^16.2.0",
"fetch-polyfill": "^0.8.2",
"idempotent-babel-polyfill": "^0.1.1",
}
}