-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 819 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 819 Bytes
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
{
"name": "webtech404",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"start": "node server.js",
"preview": "vite preview"
},
"dependencies": {
"@libsql/client": "^0.14.0",
"@vercel/node": "^3.2.23",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"jsonwebtoken": "^9.0.2",
"node": "^23.1.0",
"pg": "^8.13.1",
"uuid": "^11.0.1",
"vercel": "^37.12.1",
"vue": "^3.5.12",
"vue-draggable-next": "^2.2.1",
"vue-router": "^4.4.5",
"vue-smooth-dnd": "^0.8.1",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@types/express": "^5.0.0",
"@vitejs/plugin-vue": "^5.1.4",
"vite": "^5.4.10"
}
}