-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 804 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 804 Bytes
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
{
"name": "zeronote",
"version": "1.0.10",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"aws4fetch": "^1.0.20",
"@tailwindcss/vite": "^4.0.1",
"axios": "^1.8.2",
"crypto-js": "^4.2.0",
"dexie": "^4.0.11",
"file-saver": "^2.0.5",
"lucide-vue-next": "^0.474.0",
"marked": "^16.4.1",
"otpauth": "^9.3.6",
"papaparse": "^5.5.3",
"peerjs": "^1.5.5",
"pinia": "^2.3.1",
"qrcode": "^1.5.4",
"tailwindcss": "^4.0.1",
"timeago.js": "^4.0.2",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"vite": "^6.0.11",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-vue-devtools": "^7.7.0"
}
}