-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.45 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
73
74
75
76
77
78
79
{
"name": "pg-iles-primevue-tailwindcss",
"version": "0.0.0",
"type": "module",
"homepage": "https://pg-iles-primevue-tailwindcss.netlify.app",
"repository": {
"type": "git",
"url": "https://github.com/pinegrow/pg-iles-primevue-tailwindcss.git"
},
"scripts": {
"dev": "iles dev",
"now": "npm run build && npm run preview",
"lighthouse": "npx unlighthouse --no-cache --site https://pg-iles-primevue-tailwindcss.netlify.app",
"build": "iles build",
"preview": "iles preview --open --port 5050",
"typecheck": "vue-tsc --noEmit",
"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"
},
"engines": {
"node": "^14.18 || >= 16.0.0"
},
"dependencies": {
"@vueuse/core": "^12.4.0",
"defu": "^6.1.4",
"lite-youtube-embed": "^0.3.3",
"pinia": "^2.3.0",
"primevue": "^4.2.5",
"vee-validate": "^4.15.0"
},
"devDependencies": {
"@iconify/json": "^2.2.294",
"@islands/prism": "^0.8.0",
"@nuxt/eslint-config": "^0.7.5",
"@pinegrow/iles-module": "^3.0.69",
"@pinegrow/primevue-plugin": "^3.0.6",
"@pinegrow/tailwindcss-plugin": "^3.0.35",
"@preact/preset-vite": "^2.9.4",
"@primevue/auto-import-resolver": "^4.2.5",
"@sveltejs/vite-plugin-svelte": "^4.0.4",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^22.10.6",
"@unhead/schema-org": "^1.11.16",
"@unocss/preset-icons": "^65.4.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"iles": "^0.10.0-beta.1",
"npm-run-all": "^4.1.5",
"ofetch": "^1.4.1",
"postcss": "^8.5.0",
"postcss-import": "^16.1.0",
"preact": "^10.25.4",
"preact-render-to-string": "^6.5.13",
"prettier": "^3.4.2",
"rehype-external-links": "^3.0.0",
"rollup-plugin-visualizer": "^5.14.0",
"solid-js": "^1.9.4",
"svelte": "^5.17.4",
"tailwindcss": "^3.4.17",
"tailwindcss-primeui": "^0.4.0",
"typescript": "^5.7",
"unocss": "^65.4.0",
"unplugin-auto-import": "^19.0.0",
"vite-plugin-vue-devtools": "^7.7.0",
"vue-tsc": "^2.2"
},
"overrides": {
"@sveltejs/vite-plugin-svelte": "^4.0.4"
},
"pnpm": {
"overrides": {
"@sveltejs/vite-plugin-svelte": "^4.0.4"
}
},
"web-types": "web-types.json"
}