-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 993 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
{
"name": "web",
"type": "module",
"description": "Hmm, an simple version of 'KING OF FIGHTERS'.",
"author": "cosmoscatts",
"scripts": {
"dev": "vite --port 3333 --open",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@vueuse/core": "^10.9.0",
"@vueuse/head": "^2.0.0",
"animate.css": "^4.1.1",
"dayjs": "^1.11.10",
"pinia": "^2.1.7",
"pinia-plugin-persist-uni": "^1.3.1",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.8.0",
"@iconify/json": "^2.2.189",
"@types/fs-extra": "^11.0.4",
"@vitejs/plugin-vue": "^5.0.4",
"eslint": "^8.57.0",
"less": "^4.2.0",
"typescript": "^5.3.3",
"unocss": "^0.58.5",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.5",
"vue-tsc": "^2.0.5"
}
}