-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.38 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
45
46
47
48
{
"name": "belugasnooze",
"version": "0.2.18",
"type": "module",
"scripts": {
"dev": "vite",
"serve": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"check": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"homepage": "https://github.com/mrjackwills/belugasnooze_vue",
"dependencies": {
"@mdi/font": "7.4.47",
"@vueuse/core": "^12.4.0",
"@vueuse/head": "^2.0.0",
"axios": "^1.7.9",
"pinia": "^2.3.0",
"secure-json-parse": "^3.0.2",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vuetify": "^3.7.6"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@mdi/js": "^7.4.47",
"@types/node": "^22.10.5",
"@types/secure-json-parse": "^1.0.5",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.18.0",
"eslint-plugin-vue": "^9.32.0",
"fontaine": "^0.5.0",
"sass": "^1.83.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.19.1",
"unplugin-auto-import": "^19.0.0",
"unplugin-vue-components": "^28.0.0",
"vite": "^6.0.7",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-vuetify": "^2.0.4",
"vue-tsc": "^2.2.0"
},
"buildDate": "Sun 12 2025 January 22:26:43 GMT"
}