2018-12-04 07:08:40 +00:00
|
|
|
{
|
|
|
|
"name": "primevue",
|
2022-06-06 08:06:18 +00:00
|
|
|
"version": "3.13.0",
|
2020-08-21 09:41:51 +00:00
|
|
|
"homepage": "https://www.primefaces.org/primevue",
|
2018-12-25 21:31:41 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/primefaces/primevue.git"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
2018-12-04 07:08:40 +00:00
|
|
|
"scripts": {
|
|
|
|
"serve": "vue-cli-service serve",
|
2019-05-25 13:49:00 +00:00
|
|
|
"build-app": "vue-cli-service build",
|
2021-05-12 09:35:29 +00:00
|
|
|
"build-lib": "NODE_ENV=production rollup -c && node build-meta && node api-generator/build-api && gulp build-styles",
|
2018-12-04 07:08:40 +00:00
|
|
|
"lint": "vue-cli-service lint",
|
|
|
|
"test:unit": "vue-cli-service test:unit"
|
|
|
|
},
|
2020-07-23 08:58:18 +00:00
|
|
|
"keywords": [
|
|
|
|
"primevue",
|
|
|
|
"vue",
|
2021-12-14 16:03:38 +00:00
|
|
|
"vue.js",
|
|
|
|
"vue3",
|
2020-07-23 08:58:18 +00:00
|
|
|
"ui framework",
|
|
|
|
"component framework",
|
|
|
|
"ui library",
|
|
|
|
"component library",
|
|
|
|
"material",
|
2021-10-12 10:26:41 +00:00
|
|
|
"bootstrap",
|
|
|
|
"fluent",
|
|
|
|
"tailwind"
|
2020-07-23 08:58:18 +00:00
|
|
|
],
|
2018-12-04 07:08:40 +00:00
|
|
|
"devDependencies": {
|
2020-10-22 12:50:32 +00:00
|
|
|
"@babel/cli": "^7.4.4",
|
2021-06-16 07:40:42 +00:00
|
|
|
"@fullcalendar/core": "^5.7.2",
|
|
|
|
"@fullcalendar/daygrid": "^5.7.2",
|
|
|
|
"@fullcalendar/interaction": "^5.7.2",
|
|
|
|
"@fullcalendar/timegrid": "^5.7.2",
|
|
|
|
"@fullcalendar/vue3": "^5.7.2",
|
2020-09-11 16:50:20 +00:00
|
|
|
"@vue/cli-plugin-babel": "~4.5.0",
|
|
|
|
"@vue/cli-plugin-eslint": "~4.5.0",
|
|
|
|
"@vue/cli-plugin-router": "~4.5.0",
|
2022-02-09 06:28:25 +00:00
|
|
|
"@vue/cli-plugin-unit-jest": "~4.5.0",
|
|
|
|
"@vue/test-utils": "^2.0.0-0",
|
2020-09-11 16:50:20 +00:00
|
|
|
"@vue/cli-service": "~4.5.0",
|
2021-03-31 12:28:30 +00:00
|
|
|
"@vuelidate/core": "^2.0.0-alpha.14",
|
|
|
|
"@vuelidate/validators": "^2.0.0-alpha.12",
|
2020-09-11 16:50:20 +00:00
|
|
|
"babel-eslint": "^10.1.0",
|
2021-06-15 10:10:28 +00:00
|
|
|
"chart.js": "3.3.2",
|
2021-01-05 10:44:33 +00:00
|
|
|
"codesandbox": "2.1.14",
|
2020-10-22 12:50:32 +00:00
|
|
|
"core-js": "^3.6.5",
|
2020-09-11 16:50:20 +00:00
|
|
|
"eslint": "^6.7.2",
|
|
|
|
"eslint-plugin-vue": "^7.0.0-0",
|
2021-05-20 10:11:42 +00:00
|
|
|
"gulp": "^4.0.2",
|
2019-05-25 13:49:00 +00:00
|
|
|
"gulp-concat": "^2.6.0",
|
2021-05-20 10:11:42 +00:00
|
|
|
"gulp-flatten": "^0.4.0",
|
|
|
|
"gulp-rename": "^2.0.0",
|
|
|
|
"gulp-uglify": "^3.0.2",
|
2020-09-09 09:16:44 +00:00
|
|
|
"gulp-uglifycss": "^1.0.6",
|
2021-12-14 22:22:22 +00:00
|
|
|
"sass": "^1.45.0",
|
2022-01-13 11:03:59 +00:00
|
|
|
"primeflex": "3.1.2",
|
2021-11-08 12:50:11 +00:00
|
|
|
"primeicons": "5.0.0",
|
2019-05-30 14:13:18 +00:00
|
|
|
"prismjs": "^1.15.0",
|
2020-10-22 12:50:32 +00:00
|
|
|
"quill": "^1.3.7",
|
2021-01-18 08:25:54 +00:00
|
|
|
"rollup-plugin-postcss": "^4.0.0",
|
2021-01-18 12:21:54 +00:00
|
|
|
"rollup-plugin-terser": "^7.0.2",
|
2021-01-18 08:25:54 +00:00
|
|
|
"rollup-plugin-vue": "^6.0.0-beta.9",
|
2020-10-22 12:50:32 +00:00
|
|
|
"sass-loader": "^8.0.2",
|
2022-04-12 07:56:19 +00:00
|
|
|
"vue": "3.2.31",
|
2020-12-29 18:25:30 +00:00
|
|
|
"vue-router": "^4.0.0-0",
|
2022-02-09 06:28:25 +00:00
|
|
|
"vue-jest": "^5.0.0-0",
|
2020-12-29 18:25:30 +00:00
|
|
|
"webpack-cli": "^4.3.0"
|
2018-12-04 07:08:40 +00:00
|
|
|
}
|
|
|
|
}
|