-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1019 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": "guess-the-cards",
"private": true,
"version": "0.2.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-pattern .gitignore",
"test": "vitest"
},
"dependencies": {
"@mdi/font": "^7.4.47",
"@types/shuffle-array": "^1.0.5",
"@vueuse/core": "^11.3.0",
"pokersolver": "^2.1.4",
"shuffle-array": "^1.0.1",
"vue": "^3.5.13",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5",
"vuetify": "^3.7.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.0",
"@vue/eslint-config-typescript": "^14.1.3",
"eslint": "^9.15.0",
"eslint-plugin-vue": "^9.31.0",
"sass": "^1.81.0",
"typescript": "5.6.3",
"vite": "^5.4.11",
"vite-plugin-compression2": "^1.3.1",
"vite-plugin-eslint2": "^5.0.2",
"vite-plugin-robots": "^1.0.5",
"vite-plugin-vuetify": "^2.0.4",
"vitest": "^2.1.5",
"vue-tsc": "^2.1.10"
}
}