feat: first
This commit is contained in:
27
package.json
27
package.json
@ -3,6 +3,22 @@
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@ant-design/static-style-extract": "^1.0.1",
|
||||
"@types/ua-parser-js": "^0.7.36",
|
||||
"antd": "^5.4.4",
|
||||
"dayjs": "^1.11.7",
|
||||
"mobx": "^6.9.0",
|
||||
"mobx-react-lite": "^3.4.3",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-router-dom": "^6.10.0",
|
||||
"react-scripts": "5.0.1",
|
||||
"styled-components": "^5.3.9",
|
||||
"typeface-lato": "^1.1.13",
|
||||
"typescript": "^4.9.5",
|
||||
"ua-parser-js": "^1.0.35"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/react": "^13.4.0",
|
||||
"@testing-library/user-event": "^13.5.0",
|
||||
@ -10,13 +26,14 @@
|
||||
"@types/node": "^16.18.24",
|
||||
"@types/react": "^18.0.37",
|
||||
"@types/react-dom": "^18.0.11",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-scripts": "5.0.1",
|
||||
"typescript": "^4.9.5",
|
||||
"web-vitals": "^2.1.4"
|
||||
"@types/styled-components": "^5.1.26",
|
||||
"cross-env": "^7.0.3",
|
||||
"ts-node": "^10.9.1",
|
||||
"tslib": "^2.5.0"
|
||||
},
|
||||
"scripts": {
|
||||
"prestart": "ts-node --project ./tsconfig.node.json ./scripts/genAntdCss.tsx",
|
||||
"prebuild": "cross-env NODE_ENV=production ts-node --project ./tsconfig.node.json ./scripts/genAntdCss.tsx",
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
|
Reference in New Issue
Block a user