-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "gust",
"private": true,
"type": "module",
"version": "0.3.3",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"tauri": "tauri"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/ui": "^2.10.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@tauri-apps/cli": "^1.5.6",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"nuxt": "^3.8.1",
"prettier": "^3.0.3",
"sass": "^1.69.5",
"typescript": "^5.2.2",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
},
"dependencies": {
"@iconify-json/ph": "^1.1.6",
"@iconify-json/svg-spinners": "^1.1.2",
"@iconify-json/tabler": "^1.1.96",
"@pinia/nuxt": "^0.5.1",
"@tauri-apps/api": "^1.5.1",
"default-gateway": "^7.2.2",
"pinia": "^2.1.7",
"tauri-plugin-network-api": "^0.1.1",
"vue3-lottie": "^3.2.0"
}
}