2018-12-04 07:08:40 +00:00
|
|
|
{
|
|
|
|
"name": "primevue",
|
2020-08-27 11:48:32 +00:00
|
|
|
"version": "2.0.9-SNAPSHOT",
|
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",
|
2019-05-26 07:56:47 +00:00
|
|
|
"build-lib": "node build-lib && gulp copy-components",
|
2019-05-25 13:49:00 +00:00
|
|
|
"build-resources": "gulp build-resources",
|
2019-05-25 16:11:02 +00:00
|
|
|
"build-exports": "gulp build-exports",
|
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",
|
|
|
|
"ui framework",
|
|
|
|
"component framework",
|
|
|
|
"ui library",
|
|
|
|
"component library",
|
|
|
|
"material",
|
|
|
|
"bootstrap"
|
|
|
|
],
|
2018-12-04 07:08:40 +00:00
|
|
|
"devDependencies": {
|
2019-05-30 14:13:18 +00:00
|
|
|
"core-js": "^2.6.5",
|
2019-03-20 13:23:48 +00:00
|
|
|
"vue": "^2.6.10",
|
2018-12-04 07:08:40 +00:00
|
|
|
"vue-router": "^3.0.1",
|
2019-05-30 14:13:18 +00:00
|
|
|
"vue-template-compiler": "^2.5.21",
|
|
|
|
"@babel/cli": "^7.4.4",
|
2018-12-04 07:08:40 +00:00
|
|
|
"@vue/cli-plugin-babel": "^3.2.0",
|
|
|
|
"@vue/cli-plugin-eslint": "^3.2.0",
|
|
|
|
"@vue/cli-service": "^3.2.0",
|
2019-06-02 16:19:52 +00:00
|
|
|
"axios": "^0.19.0",
|
2019-12-27 07:14:09 +00:00
|
|
|
"vuelidate": "^0.7.4",
|
2018-12-04 07:08:40 +00:00
|
|
|
"babel-eslint": "^10.0.1",
|
2019-05-30 14:13:18 +00:00
|
|
|
"chart.js": "2.7.3",
|
2018-12-04 07:08:40 +00:00
|
|
|
"eslint": "^5.8.0",
|
|
|
|
"eslint-plugin-vue": "^5.0.0-0",
|
2019-05-25 13:49:00 +00:00
|
|
|
"gulp": "^3.9.1",
|
|
|
|
"gulp-concat": "^2.6.0",
|
|
|
|
"gulp-flatten": "^0.2.0",
|
|
|
|
"gulp-rename": "^1.2.2",
|
|
|
|
"gulp-uglify": "^1.5.3",
|
|
|
|
"gulp-uglifycss": "^1.0.6",
|
2020-08-26 12:04:39 +00:00
|
|
|
"primeflex": "2.0.0",
|
2020-06-16 20:14:57 +00:00
|
|
|
"primeicons": "4.0.0",
|
2019-05-30 14:13:18 +00:00
|
|
|
"prismjs": "^1.15.0",
|
|
|
|
"quill": "1.3.3",
|
|
|
|
"@fullcalendar/core": "4.0.2",
|
|
|
|
"@fullcalendar/daygrid": "4.0.1",
|
|
|
|
"@fullcalendar/interaction": "4.0.2",
|
|
|
|
"@fullcalendar/timegrid": "4.0.1",
|
|
|
|
"sass-loader": "^7.0.1",
|
|
|
|
"node-sass": "^4.9.0"
|
2018-12-04 07:08:40 +00:00
|
|
|
}
|
|
|
|
}
|