forked from atinux/npm-chart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "npx nuxthub preview",
"deploy": "npx nuxthub deploy",
"postinstall": "nuxt prepare",
"lint": "eslint ."
},
"dependencies": {
"@iconify-json/heroicons": "^1.2.0",
"@iconify-json/ph": "^1.2.0",
"@nuxt/eslint": "^0.5.7",
"@nuxt/fonts": "^0.8.0",
"@nuxt/ui": "^2.18.5",
"@nuxthub/core": "^0.7.19",
"@nuxtjs/plausible": "^1.0.2",
"@unovis/ts": "1.4.3-beta.0",
"@unovis/vue": "1.4.3-beta.0",
"@vueuse/core": "^11.1.0",
"@vueuse/nuxt": "^11.1.0",
"date-fns": "^4.1.0",
"modern-screenshot": "^4.4.39",
"nuxt": "^3.13.2",
"nuxt-og-image": "^3.0.2",
"vue": "^3.5.6",
"vue-router": "^4.4.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.5.7",
"eslint": "^9.10.0",
"vue-tsc": "^2.1.6",
"wrangler": "^3.78.4"
},
"packageManager": "[email protected]"
}