-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
48 lines (48 loc) · 1.37 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
{
"name": "ampersand",
"version": "0.0.1",
"type": "module",
"license": "AGPL-3.0-only",
"packageManager": "[email protected]",
"scripts": {
"dev": "rsbuild dev",
"build": "vue-tsc && rsbuild build",
"preview": "rsbuild preview"
},
"dependencies": {
"@ionic/vue": "^8.4.1",
"@ionic/vue-router": "^8.4.1",
"@material-design-icons/svg": "^0.14.13",
"@material/material-color-utilities": "^0.3.0",
"@msgpack/msgpack": "^3.0.0-beta2",
"@tauri-apps/plugin-biometric": "~2",
"@tauri-apps/plugin-dialog": "~2",
"@tauri-apps/plugin-fs": "~2",
"@tauri-apps/plugin-opener": "^2.2.2",
"@tauri-apps/plugin-os": "~2",
"@tauri-apps/plugin-store": "~2",
"dayjs": "^1.11.13",
"dexie": "^4.0.10",
"i18next": "^24.2.0",
"i18next-vue": "^5.0.0",
"ionicons": "^7.4.0",
"rehype-stringify": "^10.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"tauri-plugin-m3": "https://github.com/0xk1f0/tauri-plugin-m3",
"typeson": "^9.0.3",
"typeson-registry": "^11.1.1",
"unified": "^11.0.5",
"vue": "^3.5.13",
"vue-accessible-color-picker": "^5.1.1",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/plugin-vue": "^1.0.5",
"@tauri-apps/cli": "^2.2.2",
"@types/node": "^22.10.5",
"typescript": "^5.7.2",
"vue-tsc": "^2.2.0"
}
}