2022-07-27 02:55:05 +02:00
|
|
|
{
|
|
|
|
"name": "speed-flowchart-web",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"@emotion/react": "^11.9.3",
|
|
|
|
"@emotion/styled": "^11.9.3",
|
|
|
|
"@mui/material": "^5.9.2",
|
|
|
|
"@mui/x-date-pickers": "^5.0.0-beta.2",
|
|
|
|
"@testing-library/jest-dom": "^5.16.4",
|
|
|
|
"@testing-library/react": "^13.3.0",
|
|
|
|
"@testing-library/user-event": "^13.5.0",
|
|
|
|
"@types/date-fns": "^2.6.0",
|
|
|
|
"@types/jest": "^27.5.2",
|
|
|
|
"@types/node": "^16.11.45",
|
|
|
|
"@types/react": "^18.0.15",
|
|
|
|
"@types/react-dom": "^18.0.6",
|
|
|
|
"date-fns": "^2.29.1",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2022-07-29 12:55:59 +02:00
|
|
|
"react-qrcode-logo": "^2.7.0",
|
2022-07-27 02:55:05 +02:00
|
|
|
"react-router-dom": "^6.3.0",
|
|
|
|
"react-scripts": "5.0.1",
|
|
|
|
"typescript": "^4.7.4",
|
|
|
|
"web-vitals": "^2.1.4"
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.24.0",
|
|
|
|
"@typescript-eslint/parser": "^5.24.0",
|
|
|
|
"eslint": "^8.15.0",
|
|
|
|
"eslint-config-google": "^0.14.0",
|
|
|
|
"eslint-config-prettier": "^8.5.0",
|
|
|
|
"eslint-plugin-css": "^0.6.0",
|
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
|
|
"eslint-plugin-react": "^7.29.4",
|
|
|
|
"prettier": "^2.6.2",
|
|
|
|
"simple-git-hooks": "^2.7.0"
|
|
|
|
}
|
|
|
|
}
|