-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.09 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.09 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
74
75
76
77
78
79
80
{
"name": "react-redux-pattern-coolshare",
"version": "0.0.1",
"description": "Test",
"scripts": {
"start": "node server.js",
"lint": "eslint src"
},
"private": false,
"keywords": [
"react",
"reactjs",
"redux",
"starter",
"kit",
"mapbox",
"googlemap",
"webpack"
],
"author": "Mark Qian",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-eslint": "^4.1.3",
"babel-loader": "^6.0.1",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.0.15",
"eslint": "^1.10.3",
"eslint-plugin-react": "^3.6.2",
"express": "^4.13.4",
"react-hot-loader": "^1.3.0",
"react-router": "^3.0.2",
"webpack": "^1.12.2",
"history": "^2.0.0",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0"
},
"dependencies": {
"axios": "^0.16.1",
"css-loader": "^0.28.0",
"google-map-react": "^0.24.0",
"html-webpack-plugin": "^2.28.0",
"infinite-tree": "^1.10.0",
"jquery": "^3.2.1",
"mapbox-gl": "^0.36.0",
"paradux": "^1.2.1",
"postcss-loader": "^1.3.3",
"prop-types": "^15.5.8",
"react": "^15.5.4",
"react-bootstrap": "^0.30.8",
"react-data-grid": "^2.0.30",
"react-data-grid-addons": "^2.0.30",
"react-dom": "^15.5.4",
"react-image-gallery": "^0.7.15",
"react-infinite-tree": "^0.6.1",
"react-mapbox-gl": "^1.9.1",
"react-motion": "^0.3.1",
"react-native": "^0.43.4",
"react-pure-render": "^1.0.2",
"react-redux": "^5.0.3",
"react-tabs": "^0.8.2",
"react-toggle-display": "^2.1.1",
"react-tooltip": "^3.3.0",
"react-youtube": "^7.4.0",
"reduce-object": "^0.1.3",
"redux": "^3.6.0",
"style-loader": "^0.16.1",
"webpack-isomorphic-tools": "^3.0.2"
},
"main": "bundle.js",
"repository": {
"type": "git",
"url": "git+https://github.com/coolshare/ReactReduxPattern.git"
},
"bugs": {
"url": "https://github.com/coolshare/ReactReduxPattern/issues"
},
"homepage": "https://github.com/coolshare/ReactReduxPattern#readme"
}