-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.75 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "react-hot-boilerplate",
"version": "1.0.0",
"description": "Boilerplate for ReactJS project with hot code reloading",
"scripts": {
"start": "node server.js",
"lint": "eslint src",
"build": "NODE_ENV=production webpack --config webpack.config.prod.js -p",
"heroku-postbuild": "webpack -p --config ./webpack.config.prod.js --progress",
"test": "NODE_ENV=test nyc mocha test/**/*.test.jsx --recursive --require test/setup.js test/ignore.js",
"deploy": "npm run build && git add . && git cam 'update' && git push heroku master"
},
"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",
"dependencies": {
"babel-core": "^6.24.1",
"babel-eslint": "^4.1.3",
"babel-loader": "^6.4.1",
"babel-plugin-istanbul": "^4.0.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.0.15",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.24.0",
"chai": "^3.5.0",
"chai-enzyme": "^0.6.1",
"clean-webpack-plugin": "^0.1.16",
"code-mirror-themes": "^1.0.0",
"codemirror": "^5.25.2",
"compression-webpack-plugin": "^0.3.2",
"css-loader": "^0.27.3",
"dropbox": "^2.5.3",
"enzyme": "^2.7.1",
"eslint": "^3.16.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0",
"express": "^4.13.4",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.10.1",
"firebase": "^3.9.0",
"html-webpack-plugin": "^2.28.0",
"immutable": "^3.8.1",
"istanbul": "^0.4.5",
"jsdom": "^9.12.0",
"mocha": "^3.2.0",
"nyc": "^10.1.2",
"preact": "^8.1.0",
"preact-compat": "^3.16.0",
"query-string": "^4.3.4",
"react": "^0.14.6",
"react-addons-test-utils": "^15.4.2",
"react-codemirror": "^0.3.0",
"react-dom": "^0.14.6",
"react-hot-loader": "^1.3.0",
"react-redux": "^5.0.4",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-typist": "^1.1.1",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"require-hacker": "^3.0.0",
"sinon": "^1.4.0",
"style-loader": "^0.14.0",
"suncalc": "^1.8.0",
"tachyons": "^4.7.1",
"webpack": "^1.12.2",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0"
}
}