-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·52 lines (52 loc) · 1.21 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
{
"name": "dreamscape",
"version": "1.0.0",
"description": "",
"main": "server/server.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"start": "nodemon"
},
"repository": {
"type": "git",
"url": "https://github.com/weblab-workshops/skeleton.git"
},
"author": "",
"license": "ISC",
"homepage": "",
"engines": {
"node": ">=18.x"
},
"dependencies": {
"@react-oauth/google": "^0.12.1",
"axios": "^1.7.9",
"cloudinary": "^2.5.1",
"connect-ensure-login": "^0.1.1",
"core-js": "^3.8.1",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.17.1",
"express-session": "^1.17.1",
"google-auth-library": "^6.1.3",
"jwt-decode": "^3.1.2",
"mongoose": "^7.8.3",
"multer": "^1.4.5-lts.1",
"nodemon": "^3.1.9",
"openai": "^4.80.0",
"react": "^18.2.0",
"react-datepicker": "^7.6.0",
"react-dom": "^18.2.0",
"react-router": "^5.3.4",
"react-router-dom": "^6.28.2",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"url-loader": "^4.1.1"
},
"devDependencies": {
"@vitejs/plugin-react-swc": "^3.0.0",
"vite": "^4.0.0",
"vite-plugin-svgr": "^2.4.0"
}
}