-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpackage.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.17.0",
"atropos": "1.0.2",
"cheerio": "1.0.0-rc.12",
"openid": "^2.0.12",
"sass": "^1.77.5",
"uuid": "^10.0.0",
"vue-sonner": "^1.1.2",
"vue3-marquee": "^4.2.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.21.1",
"@iconify/json": "^2.2.219",
"@nuxt/devtools": "^1.3.3",
"@nuxt/test-utils": "^3.13.1",
"@nuxtjs/i18n": "8.3.1",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@pinia/nuxt": "^0.5.1",
"@types/lodash": "^4.17.5",
"@types/node": "^20.14.2",
"@types/openid": "^2.0.5",
"@types/uuid": "^9.0.8",
"@vueuse/core": "^10.11.0",
"@vueuse/nuxt": "^10.10.1",
"eslint": "^9.5.0",
"lodash": "^4.17.21",
"nuxt": "^3.12.2",
"pinia": "^2.1.7",
"taze": "^0.13.8",
"typescript": "^5.4.5",
"unplugin-turbo-console": "^1.8.6",
"vitest": "^1.6.0"
}
}