UNPKG

@mee4dy/crud

Version:

Create a backend and frontend in 5 minutes! With our powerful full stack crud system, customize it to suit you.

68 lines (67 loc) 1.71 kB
{ "name": "@mee4dy/crud", "version": "1.5.28", "description": "", "type": "module", "exports": { "./common/*": "./dist/common/*.cjs", "./nestjs": "./dist/nestjs/index.cjs", "./client": "./dist/client/index.js", "./vuex": "./dist/vuex/index.js", "./ui/nuxt": "./dist/ui/nuxt/index.js", "./ui/vue": "./dist/ui/vue/index.js" }, "scripts": { "dev": "npm run clean && vite build --watch", "build": "npm run clean && vite build", "test": "echo \"Error: no test specified\" && exit 1", "clean": "rimraf dist", "prepublishOnly": "npm run clean && npm run build", "migrate": "node dist/migrations/migrate" }, "repository": { "type": "git", "url": "git+https://github.com/mee4dy/crud.git" }, "author": "", "license": "ISC", "publishConfig": { "access": "public" }, "bugs": { "url": "https://github.com/mee4dy/crud/issues" }, "homepage": "https://github.com/mee4dy/crud#readme", "dependencies": { "@mdi/font": "^7.4.47", "@nestjs/common": "^10.3.3", "@vitejs/plugin-vue2": "^2.3.3", "axios": "^1.7.2", "bootstrap": "^4.5.3", "bootstrap-vue": "^2.23.1", "deep-object-diff": "^1.1.9", "find-parent-dir": "^0.3.1", "lodash": "^4.17.21", "moment": "^2.30.1", "qs": "^6.12.3", "replace": "^1.2.2", "rimraf": "^5.0.5", "sass-loader": "^10.4.1", "sequelize": "^6.37.1", "vite": "^6.0.3", "vue": "^2.7.16", "vue-server-renderer": "^2.7.16", "vue-template-compiler": "^2.7.16" }, "keywords": [ "crud", "nestjs crud", "vuex crud", "nuxt crud", "vue crud", "bootstrap crud", "crud table", "mee4dy", "mee4dy crud" ] }