-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 2.99 KB
/
package.json
File metadata and controls
103 lines (103 loc) · 2.99 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "wos-toolkit",
"displayName": "WoS Toolkit",
"private": true,
"homepage": "https://github.com/deepfriedmind/wos-toolkit#readme",
"bugs": {
"url": "https://github.com/deepfriedmind/wos-toolkit/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deepfriedmind/wos-toolkit.git"
},
"license": "AGPL-3.0-only",
"author": "deepfriedmind",
"type": "module",
"scripts": {
"build": "nuxt build",
"coverage": "vitest run --coverage",
"dev": "nuxt dev --host",
"gate": "pnpm lint:fix && pnpm typecheck && pnpm vitest run && pnpm build",
"generate": "nuxt generate",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "simple-git-hooks",
"preview": "nuxt preview",
"test": "vitest",
"typecheck": "nuxi typecheck"
},
"simple-git-hooks": {
"pre-push": "pnpm gate",
"prepare-commit-msg": "pnpm exec devmoji --edit"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@nuxt/eslint": "1.3.0",
"@nuxt/fonts": "0.11.2",
"@nuxt/icon": "1.12.0",
"@nuxtjs/robots": "5.2.10",
"@nuxtjs/sitemap": "7.2.10",
"@nuxtjs/tailwindcss": "npm:@nuxtjs/tailwindcss@nightly",
"@pinia/nuxt": "^0.11.0",
"@primeuix/themes": "^1.1.1",
"@primevue/forms": "^4.3.4",
"@selemondev/nuxt-es-tool-kit": "1.0.4",
"@tailwindcss/typography": "^0.5.16",
"@unhead/vue": "^2.0.8",
"@vueuse/core": "^13.1.0",
"@vueuse/nuxt": "12.8.2",
"dayjs": "^1.11.13",
"dayjs-nuxt": "^2.1.11",
"floating-vue": "^5.2.2",
"nuxt": "3",
"nuxt-gtag": "3",
"nuxt-og-image": "5",
"nuxt-seo-utils": "7.0.11",
"pinia": "^3.0.2",
"pinia-plugin-persistedstate": "^4.2.0",
"primeicons": "^7.0.0",
"primevue": "^4.3.4",
"tailwind-merge": "2",
"tailwindcss-primeui": "^0.6.1",
"unstorage": "^1.16.0",
"uuid": "^11.1.0",
"vue": "3",
"vue-router": "4"
},
"devDependencies": {
"@antfu/eslint-config": "^4.13.0",
"@iconify-json/bxs": "^1.2.2",
"@iconify-json/fluent": "^1.2.20",
"@iconify-json/fluent-emoji": "^1.2.3",
"@iconify-json/game-icons": "^1.2.3",
"@iconify-json/material-symbols": "^1.2.20",
"@iconify-json/mdi": "^1.2.3",
"@nuxt/test-utils": "3.18.0",
"@pinia/testing": "^1.0.1",
"@primevue/nuxt-module": "4.3.4",
"@types/eslint-plugin-tailwindcss": "^3.17.0",
"@types/uuid": "^10.0.0",
"@vitest/coverage-v8": "3.1.3",
"@vue/test-utils": "^2.4.6",
"devmoji": "^2.3.0",
"eslint": "9",
"eslint-plugin-format": "^1.0.1",
"eslint-plugin-perfectionist": "^4.12.3",
"eslint-plugin-tailwindcss": "^3.18.0",
"happy-dom": "^17.4.6",
"playwright-core": "^1.52.0",
"postcss-functions": "^4.0.2",
"simple-git-hooks": "^2.13.0",
"tailwindcss": "3",
"typescript": "^5.7.3",
"vitest": "3",
"vue-tsc": "^2.2.10"
},
"packageManager": "pnpm@10.33.4",
"engines": {
"node": ">= 24",
"npm": ">= 11",
"pnpm": ">= 10"
}
}