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.
57 lines
1.3 KiB
57 lines
1.3 KiB
4 years ago
|
{
|
||
4 years ago
|
"name": "maker",
|
||
4 years ago
|
"version": "0.1.0",
|
||
|
"private": true,
|
||
|
"dependencies": {
|
||
|
"@chakra-ui/icons": "^1.0.15",
|
||
|
"@chakra-ui/react": "^1.6.6",
|
||
|
"@emotion/react": "^11",
|
||
|
"@emotion/styled": "^11",
|
||
|
"@testing-library/jest-dom": "^5.11.4",
|
||
|
"@testing-library/react": "^11.1.0",
|
||
|
"@testing-library/user-event": "^12.1.10",
|
||
|
"@types/jest": "^26.0.15",
|
||
|
"@types/node": "^12.0.0",
|
||
|
"@types/react": "^17.0.0",
|
||
|
"@types/react-dom": "^17.0.0",
|
||
|
"@types/react-router-dom": "^5.1.8",
|
||
|
"@types/react-table": "^7.7.2",
|
||
|
"axios": "^0.21.1",
|
||
|
"framer-motion": "^4",
|
||
|
"prettier": "^2.3.2",
|
||
|
"react": "^17.0.2",
|
||
|
"react-async": "^10.0.1",
|
||
|
"react-dom": "^17.0.2",
|
||
4 years ago
|
"react-sse-hooks": "^1.0.5",
|
||
4 years ago
|
"react-router-dom": "^5.2.0",
|
||
|
"react-scripts": "4.0.3",
|
||
|
"react-table": "^7.7.0",
|
||
|
"typescript": "^4.1.2",
|
||
|
"web-vitals": "^1.0.1"
|
||
|
},
|
||
|
"scripts": {
|
||
4 years ago
|
"start": "PORT=3001 react-scripts start",
|
||
4 years ago
|
"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"
|
||
|
]
|
||
|
}
|
||
|
}
|