-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.25 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": "service",
"type": "module",
"version": "1.0.0",
"private": true,
"packageManager": "[email protected]",
"author": "Kuizuo <[email protected]> (https://kuizuo.cn)",
"repository": {
"url": "https://github.com/kuizuo/service",
"type": "git"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@kuizuo/utils": "^0.2.0",
"@trpc/client": "^10.45.1",
"@trpc/server": "^10.45.1",
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"got": "^14.2.1",
"mini-svg-data-uri": "^1.4.4",
"nuxt": "^3.10.0",
"tough-cookie": "^4.1.4",
"trpc-nuxt": "^0.10.22",
"vue": "^3.4.15",
"vue-router": "^4.2.5",
"zod": "^3.22.4"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.4",
"@bg-dev/nuxt-naiveui": "^1.14.0",
"@nuxtjs/color-mode": "^3.3.2",
"@nuxtjs/tailwindcss": "^6.11.3",
"@types/tough-cookie": "^4.0.5",
"eslint": "npm:[email protected]",
"eslint-plugin-format": "^0.1.0",
"eslint-ts-patch": "8.56.0-0",
"nuxt-module-eslint-config": "^0.1.0",
"vitest": "^2.0.3"
}
}