51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "primevue",
|
|
"version": "1.0.3-SNAPSHOT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/primefaces/primevue.git"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build-app": "vue-cli-service build",
|
|
"build-lib": "node build-lib && gulp copy-components",
|
|
"build-resources": "gulp build-resources",
|
|
"build-exports": "gulp build-exports",
|
|
"lint": "vue-cli-service lint",
|
|
"test:unit": "vue-cli-service test:unit"
|
|
},
|
|
"devDependencies": {
|
|
"core-js": "^2.6.5",
|
|
"vue": "^2.6.10",
|
|
"vue-router": "^3.0.1",
|
|
"vue-template-compiler": "^2.5.21",
|
|
"@babel/cli": "^7.4.4",
|
|
"@vue/cli-plugin-babel": "^3.2.0",
|
|
"@vue/cli-plugin-eslint": "^3.2.0",
|
|
"@vue/cli-service": "^3.2.0",
|
|
"axios": "^0.19.0",
|
|
"vuelidate": "^0.7.4",
|
|
"babel-eslint": "^10.0.1",
|
|
"chart.js": "2.7.3",
|
|
"eslint": "^5.8.0",
|
|
"eslint-plugin-vue": "^5.0.0-0",
|
|
"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",
|
|
"primeflex": "1.0.0",
|
|
"primeicons": "2.0.0",
|
|
"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"
|
|
}
|
|
}
|