-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 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
{
"name": "a.ni.me",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "tauri dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@fluentui/svg-icons": "^1.1.264",
"@nuxt/scripts": "^0.9.5",
"@pinia/nuxt": "0.7.0",
"@tauri-apps/api": "2.0.1",
"@tauri-apps/plugin-dialog": "~2.0.1",
"@tauri-apps/plugin-fs": "~2.0.1",
"@tauri-apps/plugin-process": "~2.0.0",
"@tauri-apps/plugin-shell": "~2.0.1",
"@tauri-apps/plugin-sql": "^2.0.0",
"@tauri-apps/plugin-updater": "~2.0.0",
"@tutkli/jikan-ts": "^2.1.0",
"axios": "^1.7.7",
"axios-cache-interceptor": "^1.6.2",
"mitt": "^3.0.1",
"nuxt": "^3.13.2",
"nuxt-svgo": "^4.0.6",
"pinia-plugin-persistedstate": "^4.1.2",
"sass": "^1.80.6",
"tippy.js": "^6.3.7",
"vanilla-tilt": "^1.8.1",
"vue": "^3.5.12",
"vue-router": "^4.4.5",
"vue-tippy": "^6.5.0",
"vue3-toastify": "^0.2.4",
"wrdu-keyboard": "^1.1.1",
"yup": "^1.4.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.4",
"sass-loader": "^16.0.3"
}
}