-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.48 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.48 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
{
"name": "diffuse-and-deduce",
"version": "1.0.0",
"description": "",
"main": "server/server.js",
"engines": { "node": "18.x" },
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"start": "node server/server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/weblab-workshops/skeleton.git"
},
"author": "",
"license": "ISC",
"homepage": "",
"dependencies": {
"@phosphor-icons/react": "^2.1.7",
"@react-oauth/google": "^0.12.1",
"canvas-confetti": "^1.9.3",
"connect-ensure-login": "^0.1.1",
"connect-mongo": "^5.1.0",
"core-js": "^3.8.1",
"dotenv": "^16.0.3",
"express": "^4.21.2",
"express-session": "^1.18.1",
"framer-motion": "^12.0.5",
"google-auth-library": "^6.1.6",
"jwt-decode": "^3.1.2",
"mongodb": "^6.12.0",
"mongoose": "^8.9.5",
"multer": "^1.4.5-lts.1",
"nodemon": "^3.1.9",
"react": "^18.2.0",
"react-curved-text": "^3.0.1",
"react-dom": "^18.2.0",
"react-icons": "^5.4.0",
"react-oauth": "^0.0.1",
"react-router": "^5.3.4",
"react-router-dom": "^6.0.0",
"react-svg-text": "^0.1.2",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"url-loader": "^4.1.1",
"uuid": "^11.0.5"
},
"devDependencies": {
"@vitejs/plugin-react-swc": "^3.0.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"vite": "^4.0.0",
"vite-plugin-svgr": "^2.4.0"
}
}