-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) Β· 1.63 KB
/
package.json
File metadata and controls
62 lines (62 loc) Β· 1.63 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
{
"name": "doodle-ninja",
"proxy": {
"/api": {
"target": "http://localhost:3005"
},
"/auth": {
"target": "http://localhost:3005"
}
},
"main": "./server/server.js",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "0.1.4",
"@material-ui/core": "^1.5.1",
"@material-ui/icons": "^3.0.0",
"base64-img": "^1.0.4",
"base64-to-image": "^1.0.2",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-handlebars": "^3.1.0",
"express-session": "^1.17.1",
"file-saver": "^2.0.2",
"i": "^0.3.6",
"massive": "^6.4.0",
"nodemailer": "^6.3.0",
"npm": "^6.14.6",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-canvas-draw": "^1.1.1",
"react-color": "^2.17.3",
"react-dom": "^16.13.0",
"react-dropzone": "^10.1.7",
"react-loading-screen": "0.0.17",
"react-particles-js": "^2.7.0",
"react-redux": "^7.1.3",
"react-router-dom": "^5.0.1",
"react-scripts": "3.3.0",
"react-scrollable-anchor": "^0.6.1",
"react-share": "^3.0.1",
"react-sketch": "^0.5.1",
"react-sketchpad": "0.0.3",
"react-toastify": "^5.4.1",
"redux": "^4.0.5",
"redux-promise-middleware": "^6.1.1",
"socket.io": "^2.3.0",
"uuid": "^3.3.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"cypress": "^3.8.1"
}
}