-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.2 KB
/
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
40
41
42
43
44
{
"name": "open-knight",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri",
"prepare": "ts-patch install && typia patch",
"lint": "eslint --fix --ext .js,.vue .",
"format": "biome check --write .",
"db:migrate": "cd src-tauri && npx diesel migration run"
},
"dependencies": {
"@primevue/themes": "^4.1.1",
"@tauri-apps/api": ">=2.0.0",
"@tauri-apps/plugin-shell": ">=2.0.0",
"@vueuse/components": "^11.1.0",
"@vueuse/core": "^11.1.0",
"chess.js": "^1.0.0-beta.8",
"chessground": "^9.1.1",
"pinia": "^2.2.6",
"primeicons": "^7.0.0",
"primevue": "^4.1.1",
"typia": "^6.11.2",
"vue": "^3.3.4"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@ryoppippi/unplugin-typia": "npm:@jsr/ryoppippi__unplugin-typia@^1.0.6",
"@tauri-apps/cli": ">=2.0.0",
"@vitejs/plugin-vue": "^5.0.5",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.22",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"ts-patch": "^3.2.1",
"typescript": "^5.6.3",
"vite": "^5.3.1",
"vue-tsc": "^2.0.22"
}
}