-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.85 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
{
"name": "untitled",
"version": "0.1.0",
"private": true,
"dependencies": {
"autosuggest-highlight": "^3.1.0",
"axios": "^0.16.1",
"body-parser": "^1.17.1",
"connect-flash": "^0.1.1",
"cors": "^2.8.3",
"dotenv": "^5.0.1",
"express": "^4.15.2",
"express-jwt": "^5.3.0",
"express-session": "^1.15.2",
"express-stormpath": "^3.2.0",
"history": "^4.7.2",
"jsonwebtoken": "^7.4.0",
"jwt-simple": "^0.5.1",
"lodash": "^4.17.5",
"moment": "^2.21.0",
"mysql": "^2.13.0",
"nodemon": "^1.11.0",
"passport": "^0.3.2",
"passport-jwt": "^2.2.1",
"passport-local": "^1.0.0",
"react": "^15.6.2",
"react-addons-update": "^15.5.2",
"react-autosuggest": "^9.0.1",
"react-big-calendar": "^0.19.0",
"react-bootstrap": "^0.32.1",
"react-bootstrap-date-picker": "^5.0.1",
"react-cookie": "^2.0.6",
"react-dnd": "^2.4.0",
"react-dnd-html5-backend": "^2.4.1",
"react-document-title": "^2.0.2",
"react-dom": "^15.6.2",
"react-input-calendar": "^0.3.15",
"react-popup": "^0.7.1",
"react-redux": "^5.0.7",
"react-router": "^4.3.0-rc.1",
"react-router-dom": "^4.0.0",
"react-router-redux": "^5.0.0-alpha.9",
"react-stormpath": "^2.0.1",
"react-widgets": "^4.2.2",
"react-widgets-moment": "^4.0.9",
"redux": "^3.7.2",
"redux-form": "^7.3.0",
"redux-thunk": "^2.2.0",
"universal-cookie": "^2.0.5"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-preset-react": "^6.23.0",
"react-addons-perf": "^15.4.2",
"react-scripts": "0.9.5",
"redux-devtools": "^3.4.1"
},
"main": "server.js",
"scripts": {
"start": "react-scripts start",
"dev": "nodemon server.js",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"flow": "flow"
}
}