mirror of
https://github.com/Noratrieb/mx-3.git
synced 2026-01-14 15:25:09 +01:00
46 lines
1 KiB
JSON
46 lines
1 KiB
JSON
{
|
|
"name": "mx3",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"dependencies": {
|
|
"bootstrap": "^5.1.1",
|
|
"react": "^17.0.2",
|
|
"react-bootstrap": "^1.6.3",
|
|
"react-dom": "^17.0.2",
|
|
"react-router-dom": "^5.3.0",
|
|
"react-scripts": "4.0.3",
|
|
"typescript": "^4.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@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"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
":(": "yarn start",
|
|
"ichwillnicht": "yarn start"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"prettier": {
|
|
"tabWidth": 4,
|
|
"printWidth": 120
|
|
}
|
|
}
|