-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 2.43 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "tinker",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:5050",
"dependencies": {
"@adobe/redux-saga-promise": "^1.1.1",
"@emailjs/browser": "^3.9.1",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.8.1",
"@reduxjs/toolkit": "^1.9.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^13.5.0",
"ajax": "^0.0.4",
"animate-presence": "^0.2.1",
"axios": "^0.27.2",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"chart.js": "^4.2.0",
"connect-history-api-fallback": "^2.0.0",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.0.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"framer-motion": "^7.2.0",
"heroku": "^8.5.0",
"material-icons": "^1.11.8",
"node-mailjet": "^5.1.1",
"nodemon": "^2.0.19",
"nth-check": "^2.1.1",
"parse-database-url": "^0.3.0",
"passport": "^0.5.3",
"passport-cookie": "^1.0.9",
"passport-local": "^1.0.0",
"pg": "^8.11.3",
"pg-pool": "^3.5.1",
"react": "^18.1.0",
"react-chartjs-2": "^5.2.0",
"react-cookie": "^4.1.1",
"react-dom": "^18.2.0",
"react-dotenv": "^0.1.3",
"react-ga": "^3.3.1",
"react-helmet": "^6.1.0",
"react-redux": "^8.0.5",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"react-store-provider": "^0.1.0",
"redux": "^4.2.0",
"redux-batched-subscribe": "^0.1.6",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-saga": "^1.2.1",
"validator": "^13.9.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "node server/server.js",
"client": "react-scripts start",
"server": "nodemon --watch server server/server.js",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"webpack-cli": "^4.10.0",
"webpack-config": "^7.0.0"
}
}