2 Star 7 Fork 2

徐小夕 / next-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.86 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "next-admin",
"version": "0.1.0",
"private": true,
"author": "alex xu",
"description": "An enterprise-grade middle and back office solution based on ANTD and NEXTJS",
"keywords": [
"ant",
"next.js",
"components",
"next-admin",
"admin stystem",
"frontend",
"react",
"react-component"
],
"homepage": "http://next-admin.com",
"bugs": {
"url": "https://github.com/MrXujiang/next-admin/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/MrXujiang/next-admin"
},
"license": "MIT",
"scripts": {
"dev": "next dev -p 80",
"build": "next build",
"start": "next start -p 80",
"lint": "next lint",
"build:local": "APP_ENV=local next build",
"build:dev": "APP_ENV=dev next build",
"build:prod": "APP_ENV=prod next build",
"deploy:local": "pnpm build:local && pm2 start pm2.config.js --env local",
"deploy:dev": "pnpm build:dev && pm2 start pm2.config.js --env dev",
"deploy:prod": "pm2 start pm2.config.js --env prod"
},
"dependencies": {
"@ant-design/icons": "^4.8.2",
"@ant-design/nextjs-registry": "^1.0.0",
"@antv/g2": "5.1.15-beta.4",
"antd": "^5.15.2",
"axios": "^1.6.8",
"crypto": "^1.0.1",
"d3-scale-chromatic": "^3.1.0",
"jsonwebtoken": "^9.0.2",
"next": "14.1.3",
"next-intl": "^3.9.4",
"react": "^18",
"react-dom": "^18",
"sharp": "^0.33.3",
"sortablejs": "^1.15.2"
},
"devDependencies": {
"@types/d3-scale-chromatic": "^3.0.3",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20",
"@types/nodemailer": "^6.4.14",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/sortablejs": "^1.15.8",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"next-plugin-antd-less": "^1.8.0",
"postcss": "^8",
"typescript": "^5"
}
}
1
https://gitee.com/lowcode-china/next-admin.git
git@gitee.com:lowcode-china/next-admin.git
lowcode-china
next-admin
next-admin
main

搜索帮助