Files
screego/ui/package.json
T
2022-06-25 22:09:11 +02:00

51 lines
1.3 KiB
JSON

{
"name": "ui",
"version": "0.1.0",
"homepage": ".",
"private": true,
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.8.5",
"@mui/styles": "^5.8.4",
"@types/jest": "^28.1.3",
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"notistack": "^2.0.5",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^3.4.6",
"react-scripts": "5.0.1",
"typescript": "~4.7.4",
"unique-names-generator": "^4.7.1",
"use-http": "^1.0.21"
},
"proxy": "http://localhost:5050",
"scripts": {
"start": "react-scripts start",
"format": "prettier \"src/**/*.{ts,tsx}\" --write",
"testformat": "prettier \"src/**/*.{ts,tsx}\" --list-different",
"build": "react-scripts --max-old-space-size=3000 build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}