2025-02-28 11:33:03 +00:00
|
|
|
{
|
2025-03-03 12:50:58 +00:00
|
|
|
"name": "volt",
|
2025-02-28 11:49:42 +00:00
|
|
|
"version": "4.3.1",
|
|
|
|
"author": "PrimeTek Informatics",
|
|
|
|
"description": "",
|
|
|
|
"homepage": "https://primevue.org/",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/primefaces/primevue.git",
|
2025-03-03 12:50:58 +00:00
|
|
|
"directory": "packages/volt"
|
2025-02-28 11:49:42 +00:00
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/primefaces/primevue/issues"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"primevue",
|
|
|
|
"vue",
|
|
|
|
"vue.js",
|
|
|
|
"vue3",
|
|
|
|
"ui library",
|
|
|
|
"component library",
|
|
|
|
"tailwind",
|
|
|
|
"unstyled",
|
|
|
|
"passthrough"
|
|
|
|
],
|
2025-02-28 11:33:03 +00:00
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
2025-02-28 11:49:42 +00:00
|
|
|
"build": "pnpm run build:prebuild && nuxt build",
|
2025-02-28 11:33:03 +00:00
|
|
|
"dev": "nuxt dev",
|
|
|
|
"generate": "nuxt generate",
|
|
|
|
"preview": "nuxt preview",
|
2025-02-28 11:49:42 +00:00
|
|
|
"postinstall": "nuxt prepare",
|
2025-03-03 15:43:05 +00:00
|
|
|
"build:prebuild": "node ./scripts/prebuild.mjs"
|
2025-02-28 11:49:42 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@docsearch/js": "catalog:app",
|
|
|
|
"primeicons": "catalog:",
|
|
|
|
"primevue": "workspace:*",
|
|
|
|
"chart.js": "catalog:app",
|
2025-03-10 11:33:08 +00:00
|
|
|
"quill": "catalog:app"
|
2025-02-28 11:33:03 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2025-02-28 11:49:42 +00:00
|
|
|
"@stackblitz/sdk": "^1.8.2",
|
|
|
|
"autoprefixer": "^10",
|
|
|
|
"jsdom": "^19.0.0",
|
2025-02-28 11:33:03 +00:00
|
|
|
"nuxt": "catalog:app",
|
2025-02-28 11:49:42 +00:00
|
|
|
"postcss": "^8.4.31",
|
|
|
|
"sass": "catalog:app",
|
|
|
|
"sass-loader": "catalog:app",
|
2025-03-03 11:33:44 +00:00
|
|
|
"tailwind-merge": "^3.0.2",
|
2025-03-04 08:05:19 +00:00
|
|
|
"tailwindcss": "^4",
|
2025-02-28 11:49:42 +00:00
|
|
|
"tailwindcss-primeui": "catalog:",
|
2025-03-04 08:05:19 +00:00
|
|
|
"@tailwindcss/vite": "4.0.9",
|
2025-02-28 11:49:42 +00:00
|
|
|
"typedoc": "0.27.9",
|
2025-02-28 11:33:03 +00:00
|
|
|
"vite": "catalog:app"
|
2025-03-03 15:43:05 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12.11.0"
|
2025-02-28 11:33:03 +00:00
|
|
|
}
|
|
|
|
}
|