nex_design/package.json

37 lines
973 B
JSON

{
"name": "nex-design",
"version": "1.0.0",
"description": "面向 React + Ant Design + Tailwind CSS 的前端设计语言规范",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"antd": "^5.12.0",
"react-router-dom": "^6.20.0",
"@ant-design/icons": "^5.2.6"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.8",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"tailwindcss": "^3.3.6",
"postcss": "^8.4.32",
"autoprefixer": "^10.4.16"
},
"engines": {
"node": ">=16.0.0",
"yarn": ">=1.22.0"
}
}