UNPKG

next-gs

Version:

NPM package for building a React+NextJS+Prisma admin application.

86 lines (85 loc) 2.2 kB
{ "name": "next-gs", "version": "0.0.3", "description": "NPM package for building a React+NextJS+Prisma admin application.", "main": "index.ts", "scripts": { "start": "node index.ts", "publish": "yarn backup && npm version patch && npm publish", "backup": "git add . && git commit -m \"project backup\" && git push" }, "keywords": [ "React", "npm", "package", "NextJS", "Prisma", "Mantine", "NextAuth", "Admin" ], "author": "Nilson Sergio <adm.nilsonsergio@gmail.com>", "license": "MIT", "dependencies": { "@casl/ability": "^6.7.3", "@mantine/core": "^7.15.2", "@mantine/dates": "^7.15.2", "@mantine/hooks": "^7.15.2", "@mantine/modals": "^7.17.1", "@mantine/notifications": "^7.15.3", "@reduxjs/toolkit": "^2.6.1", "@tabler/icons-react": "^3.26.0", "@types/crypto-js": "^4.2.2", "@types/lodash": "^4.17.14", "bcryptjs": "^3.0.2", "card-validator": "^10.0.2", "clsx": "^2.1.1", "crypto-js": "^4.2.0", "dayjs": "^1.11.13", "i18next": "^24.2.1", "immer": "^10.1.1", "jose": "^5.9.6", "knex": "^3.1.0", "lodash": "^4.17.21", "mantine-datatable": "^7.15.1", "moment-timezone": "^0.5.46", "mysql2": "^3.12.0", "next": "15.1.3", "next-auth": "^4.24.11", "react": "^18.2.0", "react-currency-input-field": "^3.10.0", "react-dom": "^18.2.0", "react-dropzone": "^14.3.8", "react-imask": "^7.6.1", "react-redux": "^9.2.0", "redux": "^5.0.1", "redux-persist": "^6.0.0", "stream": "^0.0.3", "zod": "^3.24.1", "zod-i18n-map": "^2.27.0" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@eslint/eslintrc": "^3", "@types/bcrypt": "^5.0.2", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "@types/react-dropzone": "^5.1.0", "@types/react-redux": "^7.1.34", "eslint": "^9", "eslint-config-next": "15.1.3", "postcss": "^8.4.49", "postcss-preset-mantine": "^1.17.0", "postcss-simple-vars": "^7.0.1", "typescript": "^5" }, "repository": { "type": "git", "url": "git+https://github.com/admnilser/gsys-next-gs.git" }, "bugs": { "url": "https://github.com/admnilser/gsys-next-gs/issues" }, "homepage": "https://github.com/admnilser/gsys-next-gs#readme" }