forked from yuyinws/steam-card
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.46 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
{
"name": "steam-card",
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "[email protected]",
"description": "⚡ Generate Your Steam Profile Card Quickly/快速生成你的Steam资料卡片⚡",
"author": "yuyinws",
"license": "MIT",
"engines": {
"node": ">=18"
},
"scripts": {
"build": "node -v && nuxi build",
"dev": "nuxi dev",
"start": "node .output/server/index.mjs",
"lint": "eslint . --fix",
"postinstall": "nuxi prepare",
"generate": "nuxi generate",
"update:deps": "taze major -w",
"test": "vitest"
},
"dependencies": {
"@nuxt/ui": "^2.14.2",
"atropos": "1.0.2",
"cheerio": "1.0.0-rc.12",
"openid": "^2.0.11",
"sass": "^1.71.1",
"uuid": "^9.0.1",
"vue-sonner": "^1.1.1",
"vue3-marquee": "^4.2.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.8.0",
"@iconify/json": "^2.2.189",
"@nuxt/devtools": "^1.0.8",
"@nuxt/test-utils": "^3.11.0",
"@nuxtjs/i18n": "8.1.1",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@pinia/nuxt": "^0.5.1",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.24",
"@types/openid": "^2.0.5",
"@types/uuid": "^9.0.8",
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"eslint": "^8.57.0",
"lodash": "^4.17.21",
"nuxt": "^3.10.3",
"pinia": "^2.1.7",
"taze": "^0.13.3",
"typescript": "^5.3.3",
"unplugin-turbo-console": "^1.4.0",
"vitest": "^1.3.1"
}
}