-
Notifications
You must be signed in to change notification settings - Fork 73
/
package.json
64 lines (63 loc) · 1.55 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
{
"name": "react-redux-starter-kit",
"homepage": "https://cloudmu.github.com/react-redux-starter-kit",
"version": "1.0.0",
"description": "React/Redux Starter Kit with Zero Build Configuration",
"repository": {
"type": "git",
"url": "https://github.com/cloudmu/react-redux-starter-kit.git"
},
"keywords": [
"react",
"reactjs",
"redux",
"react-router",
"bootstrap",
"webpack",
"jwt",
"auth0",
"dashboard",
"template",
"boilerplate",
"create-react-app",
"websockets",
"socket.io",
"PWA",
"Progressive Web Apps"
],
"author": "twitter.com/_cloudmu (http://github.com/cloudmu)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cloudmu/react-redux-starter-kit/issues"
},
"proxy": "http://localhost:3001",
"devDependencies": {
"react-scripts": "1.0.17"
},
"dependencies": {
"bootstrap": "^4.0.0-beta.2",
"classnames": "^2.2.5",
"font-awesome": "^4.7.0",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.2.1",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.4",
"popper.js": "^1.12.6",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-virtualized": "^9.12.0",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"socket.io-client": "^2.0.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}