-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.3 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
{
"name": "check-deps",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"test": "vitest",
"lint": "eslint .",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@hebilicious/vue-query-nuxt": "^0.3.0",
"@iconify-json/heroicons": "^1.1.20",
"@iconify-json/simple-icons": "^1.1.94",
"@nuxt/content": "^2.12.1",
"@nuxt/ui-pro": "^1.0.2",
"@nuxtjs/fontaine": "^0.4.1",
"@nuxtjs/google-fonts": "^3.1.3",
"@tanstack/vue-query": "^5.25.0",
"@vueuse/router": "^10.9.0",
"nuxt": "^3.10.3",
"octokit": "^3.1.2",
"remark-github": "^12.0.0",
"scule": "^1.3.0",
"semver": "^7.6.0",
"virtua": "^0.28.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@formkit/auto-animate": "^0.8.1",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/test-utils": "^3.11.0",
"@nuxtjs/web-vitals": "^0.2.6",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@pinia/nuxt": "^0.5.1",
"@types/pacote": "^11.1.8",
"@types/semver": "^7.5.8",
"@vue/test-utils": "^2.4.4",
"@vueuse/nuxt": "^10.9.0",
"eslint": "^8.57.0",
"happy-dom": "^13.7.3",
"playwright-core": "^1.42.1",
"prettier": "^3.2.5",
"type-fest": "^4.12.0",
"vitest": "^1.3.1",
"vue-tsc": "^1.8.27"
}
}