-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
72 lines (72 loc) · 2.11 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-nuxt-tailwindcss",
"version": "0.0.0",
"type": "module",
"homepage": "https://pg-nuxt-tailwindcss.netlify.app",
"repository": {
"type": "git",
"url": "https://github.com/pinegrow/pg-nuxt-tailwindcss.git"
},
"scripts": {
"dev": "nuxt dev",
"now": "npm run build && npm run preview",
"lighthouse": "npx unlighthouse --no-cache --site https://pg-nuxt-tailwindcss.netlify.app",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"analyze": "nuxt analyze",
"vue-devtools": "vue-devtools",
"lint": "npm run lint:fix && npm run format",
"lint:fix": "eslint --fix ./",
"format": "prettier --write \"**/*.{vue,js,jsx,cjs,mjs,ts,tsx,cts,mts,html,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.242",
"@nuxt/content": "^2.13.2",
"@nuxt/eslint": "^0.3.13",
"@nuxt/icon": "^1.5.0",
"@nuxt/image": "^1.8.0",
"@nuxtjs/critters": "^0.7.2",
"@nuxtjs/fontaine": "^0.4.3",
"@nuxtjs/html-validator": "^1.8.2",
"@nuxtjs/seo": "^2.0.0-rc.19",
"@pinegrow/nuxt-module": "^3.0.60",
"@pinegrow/tailwindcss-plugin": "^3.0.29",
"@resvg/resvg-js": "^2.5.0",
"@tailwindcss/forms": "^0.5.8",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.5.1",
"@unocss/nuxt": "^0.62.3",
"@unocss/preset-icons": "^0.62.3",
"@vue/devtools": "^6.6.3",
"@vueuse/nuxt": "^11.0.3",
"autoprefixer": "^10.4.20",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"npm-run-all": "^4.1.5",
"nuxt": "^3.13.0",
"nuxt-icon": "^0.6.10",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"rehype-external-links": "^3.0.0",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
},
"pnpm": {
"overrides": {
"nuxi": "3.8.4"
}
},
"overrides": {
"nuxi": "3.8.4"
},
"web-types": "web-types.json"
}