-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.15 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
49
{
"name": "wy-react",
"version": "0.0.1",
"private": true,
"description": "williamyoumans.com react webpack",
"main": "index.js",
"engines": {
"node": "~4.2.0",
"npm": "~2.14.7"
},
"scripts": {
"build": "webpack",
"dev": "webpack-dev-server --devtool eval --progress --colors --hot --content-base public"
},
"repository": {
"type": "git",
"url": "https://github.com/wyoumans/wy-react.git"
},
"keywords": [
"react",
"webpack"
],
"author": "wyoumans",
"license": "MIT",
"bugs": {
"url": "https://github.com/wyoumans/wy-react/issues"
},
"homepage": "https://github.com/wyoumans/wy-react",
"dependencies": {
"bootstrap": "3.3.5",
"history": "1.13.0",
"react": "0.14.2",
"react-dom": "0.14.2",
"react-router": "1.0.0"
},
"devDependencies": {
"babel-loader": "6.1.0",
"babel-core": "6.1.4",
"babel-preset-es2015": "6.1.4",
"babel-preset-react": "6.1.4",
"css-loader": "0.22.0",
"file-loader": "0.8.4",
"react-hot-loader": "1.3.0",
"style-loader": "0.13.0",
"url-loader": "0.5.6",
"webpack": "1.12.4",
"webpack-dev-server": "1.12.1"
}
}