primevue-mirror/package.json

67 lines
1.9 KiB
JSON
Raw Normal View History

{
"name": "primevue",
2021-04-16 12:28:49 +00:00
"version": "3.4.1-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",
"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",
"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"
],
"devDependencies": {
2020-10-22 12:50:32 +00:00
"@babel/cli": "^7.4.4",
2020-12-09 15:04:06 +00:00
"@fullcalendar/core": "5.4.0",
"@fullcalendar/daygrid": "5.4.0",
"@fullcalendar/interaction": "5.4.0",
"@fullcalendar/timegrid": "5.4.0",
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",
"@vue/cli-service": "~4.5.0",
2020-09-22 09:32:14 +00:00
"@vue/compiler-sfc": "^3.0.0",
2021-03-31 12:28:30 +00:00
"@vuelidate/core": "^2.0.0-alpha.14",
"@vuelidate/validators": "^2.0.0-alpha.12",
2020-10-22 12:50:32 +00:00
"axios": "^0.19.0",
2020-09-11 16:50:20 +00:00
"babel-eslint": "^10.1.0",
2020-10-22 12:50:32 +00:00
"chart.js": "2.7.3",
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",
"gulp": "^3.9.1",
2019-05-25 13:49:00 +00:00
"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-10-22 12:50:32 +00:00
"node-sass": "^4.12.0",
2020-08-26 12:04:39 +00:00
"primeflex": "2.0.0",
2021-01-20 08:00:58 +00:00
"primeicons": "4.1.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",
"vue": "3.0.6",
2020-12-29 18:25:30 +00:00
"vue-router": "^4.0.0-0",
"webpack-cli": "^4.3.0"
}
}