-
Notifications
You must be signed in to change notification settings - Fork 289
/
package.json
45 lines (45 loc) · 1.34 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
{
"name": "wechat-article-exporter",
"version": "0.0.3",
"type": "module",
"scripts": {
"dev": "node -e \"const version = process.version.slice(1);if (parseInt(version.split('.')[0]) < 20) throw new Error('Expected node version >= 20, Got ' + version)\" && nuxt dev",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"add:biz": "deno run -A --unstable-kv scripts/biz.ts",
"stat": "deno run -A --unstable-kv scripts/stat.ts"
},
"dependencies": {
"@deno/kv": "^0.8.2",
"@iconify-json/heroicons-solid": "^1.1.11",
"@nuxt/icon": "^1.3.1",
"@nuxt/ui": "^2.17.0",
"@nuxtjs/tailwindcss": "^6.12.0",
"@vueuse/components": "^10.11.0",
"@vueuse/core": "^10.11.0",
"@vueuse/nuxt": "^10.11.0",
"chart.js": "^4.4.3",
"chartjs-adapter-dayjs-4": "^1.0.4",
"date-fns": "^4.1.0",
"dayjs": "^1.11.12",
"exceljs": "^4.4.0",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"lucide-vue-next": "^0.441.0",
"mime": "^4.0.4",
"nuxt": "^3.12.3",
"p-queue": "^8.0.1",
"uuid": "^11.0.3",
"v-calendar": "^3.1.2",
"vue": "latest",
"vue-chartjs": "^5.3.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/file-saver": "^2.0.7",
"tailwindcss-debug-screens": "^2.2.1",
"typescript": "^5.5.3"
}
}