-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.92 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.92 KB
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
{
"name": "griddle",
"version": "1.0.0",
"description": "App based off of 3REE and React-Hot-Boilerplate 3.0",
"scripts": {
"start:dev": "NODE_ENV=development node server.js",
"db": "rethinkdb",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "https://github.com/bottledsmoke/griddle.git"
},
"keywords": [
"react",
"reactjs",
"boilerplate",
"hot",
"reload",
"hmr",
"live",
"edit",
"webpack"
],
"author": "Tyler Hellner (http://github.com/griddle)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bottledsmoke/griddle/issues"
},
"homepage": "https://github.com/bottledsmoke/griddle",
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "^6.0.20",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.0.1",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"babel-preset-stage-0": "^6.0.15",
"css-loader": "^0.23.1",
"eslint": "^2.10.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.0",
"eslint-plugin-jsx-a11y": "^1.2.0",
"eslint-plugin-react": "^5.1.1",
"extract-text-webpack-plugin": "^1.0.1",
"poststylus": "^0.2.3",
"raw-loader": "^0.5.1",
"react-hot-loader": "^3.0.0-beta.1",
"redux-devtools": "^3.3.1",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.0.11",
"sanitize.css": "^3.3.0",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.0.0",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.1"
},
"dependencies": {
"config": "^1.20.1",
"immutable": "^3.8.1",
"normalize.css": "^4.1.1",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-redux": "^4.4.5",
"react-router": "^2.4.0",
"react-router-redux": "^4.0.4",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.1.0",
"rethinkdb": "^2.3.1"
}
}