mirror of
https://github.com/Noratrieb/mx-3.git
synced 2026-01-14 23:35:05 +01:00
fix build
This commit is contained in:
parent
4e102e0222
commit
84e9b14ed0
2 changed files with 22 additions and 10 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "mx3",
|
||||
"version": "0.1.0",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"bootstrap": "^5.1.1",
|
||||
|
|
@ -13,9 +12,9 @@
|
|||
"typescript": "^4.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/axios": "^0.14.0",
|
||||
"@types/node": "^12.0.0",
|
||||
"@types/react": "^17.0.0",
|
||||
"@types/react-bootstrap": "^0.32.28",
|
||||
"@types/react-dom": "^17.0.0",
|
||||
"@types/react-router-dom": "^5.3.0"
|
||||
},
|
||||
|
|
@ -27,6 +26,12 @@
|
|||
":(": "yarn start",
|
||||
"ichwillnicht": "yarn start"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
"react-app",
|
||||
"react-app/jest"
|
||||
]
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
">0.2%",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue