mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
59 lines
1.4 KiB
JSON
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": "14.0.0",
|
|
"@testing-library/user-event": "14.4.3",
|
|
"@types/jest": "29.5.0",
|
|
"@types/node": "18.15.11",
|
|
"@types/react": "18.0.32",
|
|
"@types/react-dom": "18.0.11",
|
|
"@types/react-router-dom": "5.3.3",
|
|
"@types/recharts": "1.8.24",
|
|
"autoprefixer": "10.4.14",
|
|
"axios": "0.27.2",
|
|
"date-fns": "2.29.3",
|
|
"npm-run-all": "4.1.5",
|
|
"postcss": "8.4.21",
|
|
"prettier": "2.8.7",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-router-dom": "6.10.0",
|
|
"react-scripts": "5.0.1",
|
|
"recharts": "2.5.0",
|
|
"tailwindcss": "3.3.1",
|
|
"typescript": "4.9.5"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|