-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.02 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": "webpack-intro",
"version": "1.0.0",
"description": "into",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sdoomz/webpack-intro.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sdoomz/webpack-intro/issues"
},
"homepage": "https://github.com/sdoomz/webpack-intro#readme",
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^1.0.1",
"html-webpack-plugin": "^2.22.0",
"react-hot-loader": "^1.3.0",
"style-loader": "^0.13.1",
"webpack": "1.13.0",
"webpack-dev-server": "^1.16.1"
},
"dependencies": {
"react": "^15.3.2",
"react-dom": "^15.3.2"
}
}