112 lines
3.3 KiB
JSON
112 lines
3.3 KiB
JSON
{
|
|
"name": "corrad-af",
|
|
"version": "1.0.0",
|
|
"description": "Corrad Application Framework - A comprehensive Nuxt.js template for rapid application development",
|
|
"author": "Corrad Team",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"nuxt",
|
|
"vue",
|
|
"typescript",
|
|
"tailwindcss",
|
|
"template",
|
|
"framework",
|
|
"development-tools",
|
|
"admin-panel",
|
|
"cms",
|
|
"authentication"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.sena.my/corrad-software/corrad-af-2024.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://git.sena.my/corrad-software/corrad-af-2024/issues"
|
|
},
|
|
"homepage": "https://git.sena.my/corrad-software/corrad-af-2024",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare",
|
|
"prisma": "yarn prisma:generate && nuxt dev",
|
|
"prisma:generate": "npx prisma db pull && npx prisma generate"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxtjs/tailwindcss": "^6.8.0",
|
|
"@pinia-plugin-persistedstate/nuxt": "^1.1.1",
|
|
"@vite-pwa/nuxt": "^0.1.0",
|
|
"eslint": "^8.39.0",
|
|
"eslint-plugin-vue": "^9.16.1",
|
|
"nuxt": "^3.6.5",
|
|
"nuxt-icon": "^0.1.7",
|
|
"nuxt-security": "^0.13.0",
|
|
"nuxt-typed-router": "^3.2.5",
|
|
"postcss-import": "^15.1.0"
|
|
},
|
|
"dependencies": {
|
|
"@babel/eslint-parser": "^7.19.1",
|
|
"@codemirror/lang-html": "^6.4.3",
|
|
"@codemirror/lang-javascript": "^6.1.6",
|
|
"@codemirror/lang-vue": "^0.1.1",
|
|
"@codemirror/theme-one-dark": "^6.1.2",
|
|
"@davestewart/nuxt-scrollbar": "^1.0.0",
|
|
"@formkit/addons": "^1.0.0",
|
|
"@formkit/auto-animate": "^0.7.0",
|
|
"@formkit/nuxt": "^1.0.0",
|
|
"@formkit/pro": "^0.115.3",
|
|
"@formkit/themes": "^1.0.0",
|
|
"@fullcalendar/core": "^5.11.3",
|
|
"@fullcalendar/daygrid": "^5.11.3",
|
|
"@fullcalendar/interaction": "^5.11.3",
|
|
"@fullcalendar/list": "^5.11.3",
|
|
"@fullcalendar/luxon2": "^5.11.3",
|
|
"@fullcalendar/scrollgrid": "^5.11.3",
|
|
"@fullcalendar/timegrid": "^5.11.3",
|
|
"@fullcalendar/vue3": "^5.11.2",
|
|
"@kiwicom/eslint-config": "^12.7.3",
|
|
"@pinia/nuxt": "^0.4.11",
|
|
"@popperjs/core": "^2.11.8",
|
|
"@prisma/client": "^5.1.1",
|
|
"@shimyshack/uid": "^0.1.7",
|
|
"@sweetalert2/theme-dark": "^5.0.14",
|
|
"@vueup/vue-quill": "^1.0.0",
|
|
"@vueuse/core": "^9.5.0",
|
|
"@vueuse/nuxt": "^9.5.0",
|
|
"apexcharts": "^3.36.0",
|
|
"chart.js": "^3.9.1",
|
|
"codemirror": "^6.0.1",
|
|
"cross-env": "^7.0.3",
|
|
"crypto-js": "^4.1.1",
|
|
"floating-vue": "^2.0.0-beta.24",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"jspdf": "^2.5.1",
|
|
"luxon": "^3.1.0",
|
|
"maska": "^1.5.0",
|
|
"pinia": "^2.1.6",
|
|
"prettier": "^2.8.1",
|
|
"prisma": "^5.1.1",
|
|
"sass": "^1.62.0",
|
|
"swiper": "^8.4.4",
|
|
"thememirror": "^2.0.1",
|
|
"uuid": "^10.0.0",
|
|
"v-calendar": "^3.0.3",
|
|
"vue-chart-3": "^3.1.8",
|
|
"vue-code-highlight": "^0.7.8",
|
|
"vue-codemirror": "^6.1.1",
|
|
"vue-country-flag-next": "^2.3.2",
|
|
"vue-fullscreen": "^3.1.1",
|
|
"vue-select": "^4.0.0-beta.5",
|
|
"vue-sweetalert2": "^5.0.5",
|
|
"vue-toastification": "^2.0.0-rc.5",
|
|
"vue-window-size": "^1.0.8",
|
|
"vue3-apexcharts": "^1.4.1",
|
|
"vue3-click-away": "^1.2.4",
|
|
"vue3-dropzone": "^2.0.1",
|
|
"vue3-recaptcha-v2": "^2.0.2",
|
|
"vuedraggable": "^4.1.0"
|
|
}
|
|
}
|