Listory/frontend/package.json
2023-01-12 21:01:38 +00:00

59 lines
1.4 KiB
JSON

{
"name": "@listory/frontend",
"version": "0.1.0",
"private": true,
"author": {
"name": "Julian Tölle",
"email": "julian.toelle97@gmail.com"
},
"license": "MIT",
"dependencies": {
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.4.3",
"@types/jest": "29.2.5",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@types/react-router-dom": "5.3.3",
"@types/recharts": "1.8.24",
"autoprefixer": "10.4.13",
"axios": "0.27.2",
"date-fns": "2.29.3",
"npm-run-all": "4.1.5",
"postcss": "8.4.21",
"prettier": "2.8.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.6.2",
"react-scripts": "5.0.1",
"recharts": "2.3.2",
"tailwindcss": "3.2.4",
"typescript": "4.9.4"
},
"scripts": {
"format": "prettier --write \"./*.js\" \"src/**/*.(tsx|ts|css)\"",
"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"
]
}
}