-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "downtime-monitor",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"dev-debug": "node --debug node_modules/.bin/nuxt",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"tauri:dev": "tauri dev"
},
"dependencies": {
"@heroicons/vue": "^2.1.3",
"@nuxt/eslint": "^0.3.6",
"@pinia/nuxt": "^0.5.1",
"connection-string": "^4.4.0",
"core-js": "^3.36.1",
"dayjs": "^1.11.10",
"mitt": "^3.0.1",
"nuxt": "^3.11.2",
"nuxt-icon": "^0.6.10",
"pinia": "^2.1.7",
"radix-vue": "^1.7.0",
"typeorm": "^0.3.20",
"vue": "^3.4.21",
"vue-data-ui": "^2.0.84",
"vue-router": "^4.3.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.3.6",
"@nuxtjs/tailwindcss": "^6.11.4",
"@tauri-apps/api": "^1.5.6",
"@tauri-apps/cli": "^1.5.14",
"@types/node": "^20.12.7",
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"eslint": "^9.0.0",
"eslint-plugin-perfectionist": "^2.8.0",
"eslint-plugin-tailwindcss": "^3.15.1",
"sass": "^1.75.0"
}
}