nex_design/package.json

45 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2025-11-04 12:02:33 +00:00
{
"name": "nex-design",
"version": "1.0.0",
"description": "面向 React + Ant Design + Tailwind CSS 的前端设计语言规范",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
2025-11-13 10:11:08 +00:00
"clean": "bash scripts/clean.sh",
2025-11-04 12:02:33 +00:00
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0"
},
"dependencies": {
2025-11-05 06:17:47 +00:00
"@ant-design/icons": "^5.2.6",
"antd": "^5.12.0",
2025-11-13 10:11:08 +00:00
"echarts": "^6.0.0",
2025-11-14 02:50:16 +00:00
"github-slugger": "^2.0.0",
2025-11-04 12:02:33 +00:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
2025-11-05 06:17:47 +00:00
"react-markdown": "^10.1.0",
2025-11-04 12:02:33 +00:00
"react-router-dom": "^6.20.0",
2025-11-05 06:17:47 +00:00
"rehype-highlight": "^7.0.2",
"rehype-raw": "^7.0.0",
2025-11-14 02:50:16 +00:00
"rehype-slug": "^6.0.0",
2025-11-05 06:17:47 +00:00
"remark-gfm": "^4.0.1"
2025-11-04 12:02:33 +00:00
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
2025-11-05 06:17:47 +00:00
"autoprefixer": "^10.4.16",
2025-11-04 12:02:33 +00:00
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.32",
2025-11-05 06:17:47 +00:00
"tailwindcss": "^3.3.6",
"vite": "^5.0.8"
2025-11-04 12:02:33 +00:00
},
"engines": {
"node": ">=16.0.0",
"yarn": ">=1.22.0"
}
}