-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.41 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
{
"name": "storacha-www",
"type": "module",
"version": "0.13.11",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "vue-tsc --noEmit",
"clean": "nuxi cleanup --force && pnpm i --force",
"release": "pnpx bumpp --commit --push --tag"
},
"dependencies": {
"@iconify-json/carbon": "^1.2.4",
"@iconify-json/simple-icons": "^1.2.10",
"@nuxt/content": "^2.13.4",
"@nuxt/devtools": "^1.6.0",
"@nuxt/image": "^1.8.1",
"@nuxt/scripts": "^0.9.5",
"@nuxtjs/fontaine": "^0.4.3",
"@nuxtjs/plausible": "^1.0.3",
"@nuxtjs/seo": "^2.0.0-rc.23",
"@unocss/nuxt": "^0.63.6",
"@unocss/preset-icons": "^0.63.6",
"@vueuse/core": "^11.2.0",
"@vueuse/nuxt": "^11.2.0",
"defu": "^6.1.4",
"fast-xml-parser": "^4.5.0",
"radix-vue": "^1.9.8",
"unocss": "^0.63.6"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@nuxt/eslint": "^0.6.1",
"@unocss/eslint-config": "^0.63.6",
"eslint": "^9.13.0",
"nuxt": "^3.13.2",
"typescript": "^5.6.3",
"vue-tsc": "^2.1.10",
"wrangler": "^3.84.1"
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"eslint": "9"
}
}
}
}