-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.13 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
{
"name": "games.wowellworld.com",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint",
"fix": "npm run lint -- --fix",
"test": "vitest",
"types": "vue-tsc --noEmit",
"generate-pwa-assets": "pwa-assets-generator --preset minimal-2023 public/logo.svg"
},
"dependencies": {
"@headlessui/vue": "^1.7.19",
"@heroicons/vue": "^2.1.3",
"@types/uuid": "^10.0.0",
"@vueuse/core": "^12.1.0",
"@vueuse/integrations": "^11.0.0",
"sortablejs": "^1.15.2",
"uuid": "^10.0.0",
"vue": "^3.5.13"
},
"devDependencies": {
"@jhwelch/eslint-config": "^2.0.0",
"@tailwindcss/forms": "^0.5.7",
"@vite-pwa/assets-generator": "^0.2.4",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/test-utils": "^2.4.5",
"autoprefixer": "^10.4.19",
"eslint": "^9.12.0",
"jsdom": "^25.0.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.15",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vite-plugin-pwa": "^0.20.0",
"vitest": "^2.1.8",
"vue-tsc": "^2.1.10"
}
}