2024-06-11 12:21:12 +00:00
|
|
|
{
|
|
|
|
"name": "showcase",
|
2024-06-16 01:04:13 +00:00
|
|
|
"version": "4.0.0-rc.2",
|
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",
|
|
|
|
"test:unit": "vitest run",
|
|
|
|
"test:unit:watch": "vitest watch",
|
2024-06-27 07:24:32 +00:00
|
|
|
"test:coverage": "vitest run --coverage"
|
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",
|
|
|
|
"@vitejs/plugin-vue": "4.1.0",
|
|
|
|
"@vitest/coverage-istanbul": "^0.29.8",
|
|
|
|
"@vue/test-utils": "^2.0.0",
|
|
|
|
"autoprefixer": "^10.4.16",
|
|
|
|
"chart.js": "3.3.2",
|
|
|
|
"jsdom": "^19.0.0",
|
|
|
|
"nuxt": "3.3.2",
|
|
|
|
"postcss": "^8.4.31",
|
|
|
|
"primeicons": "^7.0.0",
|
|
|
|
"quill": "^1.3.7",
|
|
|
|
"sass": "^1.45.0",
|
|
|
|
"sass-loader": "^8.0.2",
|
|
|
|
"tailwindcss": "^3.4.1",
|
|
|
|
"tailwindcss-primeui": "^0.3.1",
|
|
|
|
"typedoc": "0.23.23",
|
|
|
|
"vitest": "^0.29.8",
|
|
|
|
"primevue": "workspace:*",
|
|
|
|
"@primevue/core": "workspace:*",
|
|
|
|
"@primevue/nuxt-module": "workspace:*",
|
|
|
|
"@primevue/themes": "workspace:*"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@docsearch/js": "^3.3.3",
|
2024-06-27 07:24:32 +00:00
|
|
|
"nuxt-gtag": "^0.6.2"
|
2024-06-11 12:21:12 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12.11.0"
|
|
|
|
}
|
2024-06-27 07:24:32 +00:00
|
|
|
}
|