-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 917 Bytes
/
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
{
"name": "altermoe.github.io",
"author": "Altermoe <kuroneko7520@outlook.com>",
"version": "1.0.0",
"description": "个人网站",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@types/node": "^20.14.11",
"@vitejs/plugin-vue": "^5.1.1",
"autoprefixer": "^10.4.19",
"eslint": "^9.7.0",
"postcss": "^8.4.40",
"sass": "^1.77.8",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.3",
"unplugin-auto-import": "^0.18.2",
"vite": "^5.3.4",
"vite-plugin-top-level-await": "^1.4.4"
},
"dependencies": {
"@vueuse/core": "^10.11.0",
"bson": "^6.8.0",
"monaco-editor": "^0.50.0",
"pinia": "^2.2.2",
"pixi.js": "^8.2.6",
"socket.io-client": "^4.8.0",
"vue": "^3.4.34",
"vue-router": "^4.4.0"
},
"engines": {
"node": ">=20.0.0",
"pnpm": ">=9.0.0"
}
}