-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
72 lines (72 loc) · 2.09 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "pg-nuxtui",
"version": "0.0.0",
"type": "module",
"homepage": "https://pg-nuxtui.netlify.app",
"repository": {
"type": "git",
"url": "https://github.com/pinegrow/pg-nuxtui.git"
},
"scripts": {
"dev": "nuxt dev",
"now": "npm run build && npm run preview",
"lighthouse": "npx unlighthouse --no-cache --site https://pg-nuxtui.netlify.app",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"analyze": "nuxt analyze",
"lint": "npm run lint:fix && npm run format",
"lint:fix": "eslint --fix ./",
"format": "prettier --write \"**/*.{html,vue,svelte,astro,js,jsx,cjs,mjs,ts,tsx,cts,mts,css,md,mdx,json}\" !public --ignore-path .gitignore"
},
"dependencies": {
"@pinia/nuxt": "^0.5.4",
"@vee-validate/nuxt": "^4.13.2",
"@vueuse/core": "^11.0.3",
"lite-youtube-embed": "^0.3.3",
"pinia": "^2.2.2"
},
"devDependencies": {
"@iconify/json": "^2.2.295",
"@nuxt/content": "^2.13.4",
"@nuxt/eslint": "^0.7.5",
"@nuxt/icon": "^1.10.3",
"@nuxt/image": "^1.9.0",
"@nuxt/ui": "^2.18.4",
"@nuxtjs/critters": "^0.8.0",
"@nuxtjs/fontaine": "^0.4.4",
"@nuxtjs/html-validator": "^1.8.2",
"@nuxtjs/seo": "^2.0.0-rc.19",
"@pinegrow/nuxt-module": "^3.0.69",
"@pinegrow/nuxtui-plugin": "^3.0.40",
"@pinegrow/tailwindcss-plugin": "^3.0.35",
"@resvg/resvg-js": "^2.5.0",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^22.10.6",
"@unocss/nuxt": "^65.4.0",
"@unocss/preset-icons": "^0.62.3",
"@vueuse/nuxt": "^12.4.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"npm-run-all": "^4.1.5",
"nuxt": "^3.15.1",
"nuxt-icon": "^0.6.10",
"postcss": "^8.5.0",
"prettier": "^3.4.2",
"rehype-external-links": "^3.0.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
},
"pnpm": {
"overrides": {
"nuxi": "3.8.4"
}
},
"overrides": {
"nuxi": "3.8.4"
},
"web-types": "web-types.json"
}