primevue-mirror/package.json

63 lines
1.7 KiB
JSON
Raw Normal View History

{
"name": "primevue",
2020-12-10 13:06:44 +00:00
"version": "3.1.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",
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",
"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",
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",
"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
"mitt": "^2.1.0",
"node-sass": "^4.12.0",
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",
2020-10-22 12:50:32 +00:00
"quill": "^1.3.7",
"sass-loader": "^8.0.2",
"vue": "3.0.3",
2020-10-22 12:50:32 +00:00
"vue-router": "^4.0.0-0"
}
}