-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.23 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
{
"name": "your-app-name",
"version": "1.0.0",
"description": "",
"main": "backend/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"frontend": "vite",
"backend": "nodemon backend/server.js",
"start": "vite build",
"build": "vite build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@react-oauth/google": "^0.11.0",
"axios": "^1.3.5",
"bootstrap": "^5.2.3",
"connect-livereload": "^0.6.1",
"cors": "^2.8.5",
"express": "^4.18.2",
"express-session": "^1.17.3",
"jwt-simple": "^0.5.6",
"livereload": "^0.9.3",
"mongoose": "^7.0.1",
"nodemon": "^2.0.22",
"passport": "^0.6.0",
"passport-google-oauth": "^2.0.0",
"passport-google-oauth20": "^2.0.0",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-calendar": "^4.2.1",
"react-dom": "^18.2.0",
"react-router-dom": "^6.10.0"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"dotenv": "^16.1.4",
"http-proxy-middleware": "^2.0.6",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2",
"vite": "^4.2.0"
}
}