-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.88 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "mnemo",
"private": true,
"packageManager": "[email protected]",
"type": "module",
"workspaces": [
"backend/wasm/pkg"
],
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"db:generate": "drizzle-kit generate"
},
"dependencies": {
"@codemirror/autocomplete": "^6.18.4",
"@codemirror/commands": "^6.8.0",
"@codemirror/language": "^6.10.8",
"@codemirror/lint": "^6.8.4",
"@codemirror/search": "^6.5.8",
"@codemirror/state": "^6.5.1",
"@codemirror/view": "^6.36.2",
"@html2canvas/html2canvas": "^1.6.3",
"@internationalized/date": "^3.7.0",
"@internationalized/number": "^3.6.0",
"@lezer/common": "^1.2.3",
"@lezer/generator": "^1.7.2",
"@lezer/highlight": "^1.2.1",
"@lezer/lr": "^1.4.2",
"@material/material-color-utilities": "^0.3.0",
"@material/web": "^2.2.0",
"@paralleldrive/cuid2": "^2.2.2",
"@tato30/vue-pdf": "^1.11.3",
"@tauri-apps/plugin-store": "^2.2.0",
"@vueuse/math": "^12.5.0",
"@vueuse/router": "^12.5.0",
"drizzle-orm": "^0.39.1",
"drizzle-valibot": "^0.4.0",
"idb-keyval": "^6.2.1",
"interactjs": "^1.10.27",
"material-symbols": "^0.28.1",
"nanotar": "^0.2.0",
"octokit": "^4.1.0",
"ulid": "^2.3.0",
"valibot": "^1.0.0-beta.14",
"vue-virtual-scroller": "^1.1.2"
},
"devDependencies": {
"@lemueldls/eslint-config": "^1.2.2",
"@nuxt/devtools": "^2.0.0-beta.4",
"@nuxt/eslint": "1.0.0",
"@nuxt/eslint-config": "^1.0.0",
"@nuxthub/core": "^0.8.15",
"@nuxtjs/color-mode": "3.5.2",
"@nuxtjs/i18n": "^8.5.6",
"@tauri-apps/cli": "^2.2.7",
"@tauri-apps/plugin-dialog": "^2.2.0",
"@tauri-apps/plugin-process": "^2.2.0",
"@tauri-apps/plugin-updater": "^2.4.0",
"@types/eslint": "^9.6.1",
"@types/node": "^22.13.0",
"@unocss/eslint-config": "^65.4.3",
"@unocss/nuxt": "^65.4.3",
"@vueuse/components": "^12.5.0",
"@vueuse/nuxt": "^12.5.0",
"drizzle-kit": "^0.30.4",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-unicorn": "^56.0.1",
"nuxt": "^3.15.4",
"nuxt-auth-utils": "^0.5.10",
"nuxt-ssr-lit": "^1.6.27",
"postcss-html": "^1.8.0",
"prettier": "^3.4.2",
"reka-ui": "1.0.0-alpha.9",
"sass": "^1.83.4",
"stylelint": "^16.14.1",
"stylelint-config-clean-order": "^7.0.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-config-recommended-vue": "^1.6.0",
"stylelint-config-standard-scss": "^14.0.0",
"typescript": "^5.7.3",
"vite-plugin-wasm": "^3.4.1",
"vue": "^3.5.13",
"wasm-pack": "^0.13.1",
"wrangler": "^3.107.2"
}
}