-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 1.89 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "react-hot-boilerplate",
"version": "1.0.0",
"description": "Boilerplate for ReactJS project with hot code reloading",
"scripts": {
"start": "webpack-dev-server --progress",
"build": "NODE_ENV=production webpack -p --progress",
"lint": "eslint src",
"prebuild": "rimraf dist",
"postbuild": "copyfiles index.html dist"
},
"repository": {
"type": "git",
"url": "https://github.com/gaearon/react-hot-boilerplate.git"
},
"keywords": [
"react",
"reactjs",
"boilerplate",
"hot",
"reload",
"hmr",
"live",
"edit",
"webpack"
],
"author": "Dan Abramov <dan.abramov@me.com> (http://github.com/gaearon)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gaearon/react-hot-boilerplate/issues"
},
"homepage": "https://github.com/gaearon/react-hot-boilerplate",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"case-sensitive-paths-webpack-plugin": "^2.0.0",
"copyfiles": "^1.2.0",
"cross-env": "^3.1.4",
"css-loader": "^0.28.3",
"livescript": "^1.5.0",
"livescript-loader": "^0.1.6",
"new": "^0.1.1",
"progress-bar-webpack-plugin": "^1.9.3",
"react-dev-utils": "^3.0.0",
"react-hot-loader": "^3.0.0-beta.6",
"react-svg-loader": "^1.1.1",
"rimraf": "^2.6.0",
"style-loader": "^0.18.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"url-loader": "^0.5.8",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
},
"dependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^3.14.1",
"eslint-plugin-react": "^6.9.0",
"immutable": "^3.8.1",
"material-ui": "^0.18.1",
"rc-input-number": "^3.5.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-tap-event-plugin": "^2.0.1"
}
}