1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-23 15:24:21 +00:00
sophon/frontend/package.json

50 lines
1.3 KiB
JSON
Raw Normal View History

{
2021-08-29 20:59:22 +00:00
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
2021-09-14 21:34:18 +00:00
"@reach/router": "^1.3.4",
"@steffo/bluelib-react": "^3.0.7",
2021-08-29 20:59:22 +00:00
"@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",
2021-09-16 14:05:39 +00:00
"axios-lab": "https://github.com/Steffo99/axios",
2021-08-29 20:59:22 +00:00
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"typescript": "^4.1.2",
"web-vitals": "^1.0.1"
},
"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"
]
2021-09-14 21:34:18 +00:00
},
"devDependencies": {
"@types/reach__router": "^1.3.9"
2021-08-29 20:59:22 +00:00
}
}