-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.59 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
49
50
51
52
53
54
{
"name": "staticpi-vue",
"version": "0.1.18",
"private": true,
"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"
},
"dependencies": {
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^12.4.0",
"@vueuse/head": "^2.0.0",
"axios": "^1.7.9",
"hibp": "^14.1.2",
"pinia": "^2.3.0",
"pinia-plugin-persistedstate": "^4.2.0",
"prismjs": "^1.29.0",
"qrcode.vue": "^3.6.0",
"secure-json-parse": "^3.0.2",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vuetify": "^3.7.6"
},
"devDependencies": {
"@mdi/js": "^7.4.47",
"@types/node": "^22.10.5",
"@types/prismjs": "^1.26.5",
"@types/secure-json-parse": "^1.0.5",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.7.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.32.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": "Mon 13 2025 January 13:55:17 GMT",
"homepage": "https://github.com/mrjackwills/staticpi_vue"
}