-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 771 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 771 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
31
{
"name": "LijingLin",
"version": "0.0.1",
"description": "Write a hello world with webpack babel and react",
"main": "index.js",
"author": "LijingLin",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server"
},
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"bootstrap": "4.0.0-alpha.5",
"css-loader": "^0.27.3",
"imports-loader": "^0.7.1",
"jQuery": "^1.7.4",
"jquery": "^3.2.1",
"style-loader": "^0.16.1"
},
"dependencies": {
"html-webpack-plugin": "^2.28.0",
"path": "^0.12.7",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"webpack": "^2.3.2",
"webpack-dev-server": "^2.4.2"
}
}