@shagital/adonisjs-crud-generator
Version:
Adonisjs Admin Panel Generator is a package that helps you quickly scaffold your typical CRUD admin interfaces. It generates the admin panel code based on the existing (migrated) table in the database
56 lines (55 loc) • 1.53 kB
JSON
{
"name": "admin-template",
"version": "3.0.0",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --mode production",
"test": "./node_modules/.bin/nightwatch --env default",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@websanova/vue-auth": "^2.21.15-beta",
"axios": "^0.21.1",
"core-js": "^3.6.4",
"luxon": "^1.24.1",
"moment": "^2.25.3",
"node-sass": "^7.0.0",
"nprogress": "^0.2.0",
"sass-loader": "^8.0.2",
"tailwindcss": "^1.9.6",
"v-calendar": "^2.2.0",
"vee-validate": "<3.0.0",
"vue": "^2.6.11",
"vue-axios": "^2.1.5",
"vue-multiselect": "^2.1.6",
"vue-nprogress": "0.1.5",
"vue-router": "^3.1.5",
"vue-toast-notification": "^0.2.0",
"vue-quill-editor": "^3.0.6",
"vue2-editor": "^2.10.2",
"vuetable-2": "^1.7.5",
"vuex": "^3.1.3",
"vue-i18n": "^8.25.0"
},
"devDependencies": {
"@tailwindcss/custom-forms": "^0.2.1",
"@vue/cli-plugin-babel": "^4.2.0",
"@vue/cli-plugin-eslint": "^4.2.0",
"@vue/cli-plugin-pwa": "^4.2.0",
"@vue/cli-plugin-unit-jest": "~4.3.0",
"@vue/cli-service": "^4.2.0",
"@vue/server-test-utils": "^1.0.4",
"@vue/test-utils": "^1.0.4",
"babel-eslint": "^10.0.3",
"cross-env": "^7.0.2",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.1.2",
"faker": "^4.1.0",
"lint-staged": "^9.5.0",
"vue-jest": "^3.0.6",
"vue-template-compiler": "^2.6.11"
},
"engines": {
"node": ">=8"
}
}