primevue-mirror/package.json

59 lines
1.9 KiB
JSON
Raw Normal View History

{
"name": "primevue",
"version": "3.17.1-SNAPSHOT",
"homepage": "https://www.primefaces.org/primevue",
"repository": {
"type": "git",
"url": "https://github.com/primefaces/primevue.git"
},
"license": "MIT",
"scripts": {
2022-09-06 11:52:18 +00:00
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
2022-09-10 14:15:16 +00:00
"postinstall": "nuxt prepare",
2022-09-14 14:49:38 +00:00
"build:package": "NODE_ENV=production rollup -c && node build-meta && node api-generator/build-api && gulp build-styles",
"build:check": "npm run lint && npm run format:check && npm run security:check && npm run test:unit",
"security:check": "npm audit --production --audit-level high",
2022-09-14 14:26:41 +00:00
"format": "prettier --write \"**/*.{js,vue,d.ts}\"",
"format:check": "prettier --check \"**/*.{js,vue,d.ts}\"",
2022-09-14 14:49:38 +00:00
"test:unit": "vitest",
"test:build": "NODE_ENV=production rollup -c"
},
"devDependencies": {
2022-09-14 11:26:01 +00:00
"@fullcalendar/core": "^5.11.0",
"@fullcalendar/daygrid": "^5.11.0",
"@fullcalendar/interaction": "^5.11.0",
"@fullcalendar/timegrid": "^5.11.0",
"@fullcalendar/vue3": "^5.11.0",
2022-09-09 14:35:31 +00:00
"@vitejs/plugin-vue-jsx": "^2.0.1",
2022-09-12 13:27:56 +00:00
"@vue/test-utils": "^2.0.0",
"@vuelidate/core": "^2.0.0-alpha.14",
"@vuelidate/validators": "^2.0.0-alpha.12",
2022-09-06 13:53:29 +00:00
"chart.js": "3.3.2",
2022-09-12 13:27:56 +00:00
"gulp": "^4.0.2",
"gulp-concat": "^2.6.0",
"gulp-flatten": "^0.4.0",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"gulp-uglifycss": "^1.0.6",
"jsdom": "^19.0.0",
2022-12-08 18:30:15 +00:00
"nuxt": "^3.0.0",
2022-09-09 14:35:31 +00:00
"primeflex": "^3.2.1",
2022-09-06 12:03:37 +00:00
"primeicons": "^5.0.0",
"prismjs": "^1.29.0",
2022-09-12 13:27:56 +00:00
"quill": "^1.3.7",
2022-09-10 14:15:16 +00:00
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
2022-09-10 21:55:24 +00:00
"rollup-plugin-vue": "^6.0.0-beta.9",
2022-09-12 13:27:56 +00:00
"sass": "^1.45.0",
"sass-loader": "^8.0.2",
2022-09-14 14:26:41 +00:00
"vitest": "^0.23.2",
"prettier": "2.7.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^9.4.0",
"@babel/eslint-parser": "^7.18.9"
}
}