|
4 | 4 | "private": true, |
5 | 5 | "type": "module", |
6 | 6 | "scripts": { |
7 | | - "serve": "cross-env NODE_ENV=production node server/index.js", |
| 7 | + "serve": "cross-env NODE_ENV=production bun server/index.js", |
8 | 8 | "dev": "nodemon --watch server --watch db --ignore \"db/*.json\" server/index.js", |
9 | | - "build": "vite-ssg build -c src/vite.config.js", |
10 | | - "preview": "vite preview", |
11 | | - "update": "git fetch && git pull && npm run build && pm2 restart hacksu" |
| 9 | + "build": "bunx vite-ssg build -c src/vite.config.js", |
| 10 | + "preview": "bunx --bun vite preview", |
| 11 | + "update": "git fetch && git pull && bun run build && pm2 restart hacksu" |
12 | 12 | }, |
13 | 13 | "browser": { |
14 | 14 | "markdown-it": false |
15 | 15 | }, |
16 | 16 | "dependencies": { |
17 | | - "@unhead/vue": "^1.9.8", |
| 17 | + "@unhead/vue": "^1.11.20", |
18 | 18 | "@vueuse/head": "^1.3.1", |
19 | | - "body-parser": "^1.19.0", |
| 19 | + "body-parser": "^1.20.3", |
20 | 20 | "cross-env": "^7.0.3", |
21 | | - "express": "^4.17.1", |
22 | | - "express-session": "^1.17.3", |
| 21 | + "express": "^4.21.2", |
| 22 | + "express-session": "^1.18.1", |
23 | 23 | "i": "^0.3.7", |
24 | 24 | "markdown-it": "^13.0.2", |
25 | | - "multer": "^1.4.5-lts.1", |
| 25 | + "multer": "^1.4.5-lts.2", |
26 | 26 | "passport": "^0.6.0", |
27 | 27 | "passport-discord": "^0.1.4", |
28 | | - "remult": "^0.22.9", |
| 28 | + "remult": "^0.22.12", |
29 | 29 | "sharp": "^0.32.6", |
30 | | - "vite-ssg": "^0.22.1", |
31 | | - "vue": "^3.0.0", |
32 | | - "vue-advanced-cropper": "^2.8.8", |
33 | | - "vue-router": "^4.0.0-0" |
| 30 | + "vite-ssg": "^0.22.2", |
| 31 | + "vue": "^3.5.16", |
| 32 | + "vue-advanced-cropper": "^2.8.9", |
| 33 | + "vue-router": "^4.5.1" |
34 | 34 | }, |
35 | 35 | "devDependencies": { |
36 | | - "@vitejs/plugin-vue": "^4.4.0", |
37 | | - "nodemon": "^3.0.1", |
38 | | - "sass": "^1.26.5", |
39 | | - "vite": "^4.4.11" |
40 | | - } |
| 36 | + "@vitejs/plugin-vue": "^4.6.2", |
| 37 | + "nodemon": "^3.1.10", |
| 38 | + "sass": "^1.89.2", |
| 39 | + "vite": "^4.5.14" |
| 40 | + }, |
| 41 | + "trustedDependencies": [ |
| 42 | + "@parcel/watcher", |
| 43 | + "sharp" |
| 44 | + ] |
41 | 45 | } |
0 commit comments