-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.72 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.72 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"busboy": "^0.2.14",
"classnames": "^2.2.5",
"formidable": "^1.2.1",
"hummus": "^1.0.84",
"jest-cli": "^20.0.4",
"js-file-download": "^0.4.1",
"jsonwebtoken": "^7.4.3",
"localize": "^0.4.7",
"material-ui": "^0.20.0",
"multer": "^1.3.0",
"pdf-image": "^1.0.5",
"pdf.js-extract": "0.0.9",
"pdfjs-dist": "2.0.159",
"prop-types": "^15.6.1",
"react": "^16.3.0",
"react-addons-css-transition-group": "^15.6.0",
"react-addons-shallow-compare": "^15.6.0",
"react-color": "^2.14.1",
"react-dom": "^16.3.0",
"react-dom-factories": "^1.0.2",
"react-pdf-highlighter": "^1.0.0",
"react-router-dom": "^4.3.0-rc.2",
"react-scripts": "1.1.1",
"react-select": "^1.2.1",
"react-selectize": "^3.0.1",
"react-tap-event-plugin": "^3.0.2",
"react-transition-group": "^1.1.2",
"socket.io-client": "^2.0.4",
"svg.js": "^2.6.4",
"underscore": "^1.8.3",
"url-search-params": "^0.10.0",
"validator": "^7.2.0"
},
"devDependencies": {
"chai": "^4.1.2",
"express": "^4.16.3",
"mocha": "^5.0.5",
"mongoose": "^4.10.4",
"morgan": "^1.9.0",
"mz": "^2.7.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"react-router": "^4.2.0",
"socket.io": "^2.1.0",
"supertest": "^3.0.0",
"supertest-as-promised": "^4.0.2"
},
"scripts": {
"start": "react-scripts start",
"start:server": "node server/index.js",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:8080"
}