62 lines
1.6 KiB
JSON
62 lines
1.6 KiB
JSON
{
|
|
"name": "ihealth-kit-registration",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@ant-design/icons": "^5.0.1",
|
|
"@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",
|
|
"@types/jest": "^27.5.2",
|
|
"@types/node": "^16.18.24",
|
|
"@types/react": "^18.0.37",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@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",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|