-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.31 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
{
"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": {
"@apollo/client": "^3.11.10",
"@fluentui/svg-icons": "^1.1.266",
"@pinia/nuxt": "0.7.0",
"@tauri-apps/api": "2.1.1",
"@tauri-apps/plugin-dialog": "~2.0.1",
"@tauri-apps/plugin-fs": "~2.0.2",
"@tauri-apps/plugin-log": "~2.0.0",
"@tauri-apps/plugin-process": "~2.0.0",
"@tauri-apps/plugin-shell": "~2.0.1",
"@tauri-apps/plugin-sql": "^2.0.1",
"@tauri-apps/plugin-updater": "~2.0.0",
"@vue/apollo-composable": "^4.2.1",
"axios": "^1.7.7",
"axios-cache-interceptor": "^1.6.2",
"fuse.js": "^7.0.0",
"graphql": "^16.9.0",
"graphql-tag": "^2.12.6",
"js-confetti": "^0.12.0",
"mitt": "^3.0.1",
"nuxt": "3.13.2",
"nuxt-svgo": "^4.0.9",
"pinia-plugin-persistedstate": "^4.1.3",
"sass": "^1.81.0",
"tippy.js": "^6.3.7",
"vanilla-tilt": "^1.8.1",
"vue": "^3.5.13",
"vue-router": "^4.4.5",
"vue-tippy": "^6.5.0",
"wrdu-graphql": "^1.0.1",
"wrdu-keyboard": "^1.1.1",
"yup": "^1.4.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2.1.0",
"sass-loader": "^16.0.3"
}
}