-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.55 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.55 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
{
"proxy": "http://localhost:5001/",
"name": "vandewberry",
"version": "0.1.0",
"private": true,
"engines": {
"node": "10.6.0"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"connect-mongo": "^2.0.1",
"cookie-session": "^2.0.0-beta.3",
"express": "^4.16.2",
"express-session": "^1.15.6",
"jquery": "^3.3.1",
"mongodb": "^3.1.1",
"mysql": "^2.16.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pretty-checkbox": "^3.0.3",
"react": "^16.4.1",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.4.1",
"react-icons": "^2.2.7",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.2.2",
"react-scripts-ts": "2.16.0",
"react-toastify": "^4.3.1",
"session": "^0.1.0"
},
"scripts": {
"local-start": "react-scripts-ts start",
"start": "node src/server/server.js",
"prepare": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/bcrypt": "^2.0.0",
"@types/connect-mongo": "0.0.37",
"@types/jest": "^23.3.0",
"@types/jquery": "^3.2.16",
"@types/node": "^10.5.2",
"@types/passport": "^0.4.6",
"@types/passport-local": "^1.0.33",
"@types/react": "^16.4.6",
"@types/react-bootstrap": "^0.32.11",
"@types/react-dom": "^16.0.6",
"@types/react-icons": "^2.2.5",
"@types/react-router-bootstrap": "^0.24.4",
"@types/react-toastify": "^4.0.1",
"bootstrap": "^3.3.7",
"typescript": "^2.9.2"
}
}