You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.0 KiB
41 lines
1.0 KiB
{
|
|
"name": "@doad/example",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"description": "a Vite4 + Typescript + React + Antd + Less + Eslint + Prettier template",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"engines": {
|
|
"node": ">=14",
|
|
"pnpm": ">=7"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "^5.1.4",
|
|
"antd": "^5.7.2",
|
|
"dayjs": "^1.11.9",
|
|
"default-passive-events": "^2.0.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.14.2",
|
|
"recoil": "^0.7.7",
|
|
"@doad/doad": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.4.4",
|
|
"@types/react": "^18.2.15",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
"@typescript-eslint/parser": "^6.0.0",
|
|
"@vitejs/plugin-react-swc": "^3.3.2",
|
|
"eslint": "^8.45.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.3",
|
|
"typescript": "^5.0.2",
|
|
"vite": "^4.4.5"
|
|
}
|
|
}
|
|
|