-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.37 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
{
"name": "cowork",
"version": "0.1.0",
"private": true,
"devDependencies": {
"classnames": "^2.2.5",
"nodemon": "1.11.0",
"react-scripts": "^1.0.10",
"redux-logger": "^3.0.1"
},
"dependencies": {
"axios": "^0.16.2",
"body-parser": "^1.17.2",
"compression": "^1.7.0",
"cors": "^2.8.4",
"draft-js": "^0.10.1",
"es6-shim": "^0.35.3",
"express": "^4.15.3",
"express-jwt": "^5.3.0",
"jsonwebtoken": "^7.4.1",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"morgan": "^1.8.2",
"mssql": "^4.0.4",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-addons-shallow-compare": "^15.6.0",
"react-click-outside": "tj/react-click-outside",
"react-datepicker": "^0.46.0",
"react-dom": "^15.6.1",
"react-redux": "^5.0.5",
"react-router": "^4.1.2",
"react-router-dom": "^4.1.2",
"react-sortable-hoc": "^0.4.5",
"react-virtualized": "^9.8.0",
"redux": "^3.6.0",
"redux-promise-middleware": "4.2.1",
"redux-thunk": "^2.2.0",
"semantic-ui-css": "^2.2.10",
"semantic-ui-react": "^0.68.5",
"tachyons": "^4.7.4",
"uuid": "^3.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"server": "nodemon server",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:9000"
}