primevue-mirror/apps/showcase/package.json

73 lines
1.9 KiB
JSON
Raw Normal View History

2024-06-11 12:21:12 +00:00
{
"name": "showcase",
2024-11-01 22:03:07 +00:00
"version": "4.2.1",
2024-06-11 12:21:12 +00:00
"author": "PrimeTek Informatics",
"description": "",
"homepage": "https://primevue.org/",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/primefaces/primevue.git",
"directory": "packages/showcase"
},
"bugs": {
"url": "https://github.com/primefaces/primevue/issues"
},
"scripts": {
"build": "pnpm run build:prebuild && nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
2024-06-27 13:13:53 +00:00
"build:prebuild": "node ./scripts/prebuild.js",
2024-08-02 08:55:19 +00:00
"build:apidoc": "node ./scripts/build-apidoc.js"
2024-06-11 12:21:12 +00:00
},
"keywords": [
"primevue",
"vue",
"vue.js",
"vue2",
"vue3",
"ui library",
"component library",
"material",
"bootstrap",
"fluent",
"tailwind",
"unstyled",
"passthrough"
],
"devDependencies": {
"@stackblitz/sdk": "^1.8.2",
"autoprefixer": "^10.4.16",
"chart.js": "3.3.2",
"jsdom": "^19.0.0",
"nuxt": "3.3.2",
"postcss": "^8.4.31",
"prettier": "2.7.1",
2024-06-11 12:21:12 +00:00
"primeicons": "^7.0.0",
"quill": "2.0.0",
2024-10-21 12:06:33 +00:00
"sass": "1.45.0",
"sass-loader": "8.0.2",
2024-06-11 12:21:12 +00:00
"tailwindcss": "^3.4.1",
2024-06-27 11:56:57 +00:00
"tailwindcss-primeui": "^0.3.2",
2024-06-11 12:21:12 +00:00
"typedoc": "0.23.23",
"primevue": "workspace:*",
"@primevue/core": "workspace:*",
"@primevue/nuxt-module": "workspace:*",
2024-10-21 11:02:45 +00:00
"@primevue/themes": "workspace:*",
"@primevue/forms": "workspace:*",
2024-10-21 11:02:45 +00:00
"yup": "1.4.0",
"zod": "3.23.8",
"valibot": "^0.42.1",
"superstruct": "^2.0.2"
2024-06-11 12:21:12 +00:00
},
"dependencies": {
"@docsearch/js": "^3.3.3",
2024-08-02 08:55:19 +00:00
"nuxt-gtag": "^0.6.2"
2024-06-11 12:21:12 +00:00
},
"engines": {
"node": ">=12.11.0"
}
}