databag/net/web/package.json

41 lines
860 B
JSON
Raw Normal View History

2022-03-10 18:54:09 +00:00
{
"name": "antd-demo",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
2022-03-10 22:28:50 +00:00
"antd": "^4.19.1",
2022-03-11 21:40:29 +00:00
"base-64": "^1.0.0",
2022-03-10 18:54:09 +00:00
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "5.0.0",
"web-vitals": "^2.1.0"
},
"scripts": {
"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"
]
}
}