-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·48 lines (48 loc) · 1.66 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
{
"name": "pg-vite-tailwindcss",
"version": "1.0.0",
"description": "Pinegrow external build with Vite and Pinegrow Tailwindcss plugin",
"homepage": "https://pg-vite-tailwindcss.netlify.app",
"repository": {
"type": "git",
"url": "https://github.com/techakayy/pg-vite-tailwindcss.git"
},
"scripts": {
"dev": "npm-run-all --parallel watch watch-wp serve",
"serve": "vite",
"watch": "cross-env LIB=true NODE_ENV=development vite build --watch",
"watch-wp": "cross-env LIB=true WP=true NODE_ENV=development vite build --watch",
"now": "npm run build && npm run preview",
"lighthouse": "npx unlighthouse --no-cache --site https://pg-vite-tailwindcss.netlify.app",
"build": "vite build",
"preview": "vite preview --outDir=dist",
"lint": "npm run lint:fix && npm run format",
"lint:fix": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write . !public"
},
"dependencies": {
"alpinejs": "^3.14.1",
"iconify-icon": "^2.1.0"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.5.7",
"@pinegrow/tailwindcss-plugin": "^3.0.32",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.7.5",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"daisyui": "^4.12.13",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"npm-run-all": "^4.1.5",
"ofetch": "^1.4.1",
"postcss": "^8.4.47",
"postcss-cli": "^11.0.0",
"prettier": "^3.3.3",
"rollup-plugin-visualizer": "^5.12.0",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.3",
"vite": "^5.4.8"
}
}