2020-01-26 19:07:15 +01:00
|
|
|
{
|
2020-05-03 20:57:03 +02:00
|
|
|
"name": "@listory/frontend",
|
2020-01-26 19:07:15 +01:00
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
2020-05-03 20:57:03 +02:00
|
|
|
"author": {
|
|
|
|
|
"name": "Julian Tölle",
|
|
|
|
|
"email": "julian.toelle97@gmail.com"
|
|
|
|
|
},
|
|
|
|
|
"license": "MIT",
|
2020-01-26 19:07:15 +01:00
|
|
|
"dependencies": {
|
2022-08-04 22:23:47 +00:00
|
|
|
"@testing-library/jest-dom": "5.16.5",
|
2022-06-25 12:27:07 +00:00
|
|
|
"@testing-library/react": "13.3.0",
|
2022-08-05 01:09:53 +00:00
|
|
|
"@testing-library/user-event": "14.4.2",
|
2022-07-17 02:16:39 +00:00
|
|
|
"@types/jest": "28.1.6",
|
2022-06-26 09:25:52 +02:00
|
|
|
"@types/node": "18.0.0",
|
2022-08-08 13:45:45 +00:00
|
|
|
"@types/react": "18.0.17",
|
2022-07-05 10:01:10 +00:00
|
|
|
"@types/react-dom": "18.0.6",
|
2022-06-19 00:21:13 +00:00
|
|
|
"@types/react-router-dom": "5.3.3",
|
2021-10-21 04:22:09 +00:00
|
|
|
"@types/recharts": "1.8.23",
|
2022-07-29 13:38:57 +00:00
|
|
|
"autoprefixer": "10.4.8",
|
2022-06-19 21:14:06 +00:00
|
|
|
"axios": "0.27.2",
|
2022-07-22 14:24:39 +00:00
|
|
|
"date-fns": "2.29.1",
|
2020-05-11 00:24:29 +00:00
|
|
|
"npm-run-all": "4.1.5",
|
2022-08-06 20:09:01 +00:00
|
|
|
"postcss": "8.4.16",
|
2022-06-21 03:43:34 +00:00
|
|
|
"prettier": "2.7.1",
|
2022-06-25 12:27:07 +00:00
|
|
|
"react": "18.2.0",
|
|
|
|
|
"react-dom": "18.2.0",
|
2022-06-11 21:04:39 +02:00
|
|
|
"react-router-dom": "6.3.0",
|
2022-06-11 19:10:25 +02:00
|
|
|
"react-scripts": "5.0.1",
|
2022-07-26 02:13:00 +00:00
|
|
|
"recharts": "2.1.13",
|
2022-08-05 17:42:44 +00:00
|
|
|
"tailwindcss": "3.1.8",
|
2022-06-22 14:06:54 +00:00
|
|
|
"typescript": "4.7.4"
|
2020-01-26 19:07:15 +01:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2020-05-02 18:41:57 +02:00
|
|
|
"format": "prettier --write \"./*.js\" \"src/**/*.(tsx|ts|css)\"",
|
2022-06-25 14:23:39 +02:00
|
|
|
"start": "react-scripts start",
|
2020-01-26 19:07:15 +01:00
|
|
|
"build": "react-scripts build",
|
|
|
|
|
"test": "react-scripts test",
|
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
|
},
|
|
|
|
|
"eslintConfig": {
|
2022-06-25 14:23:39 +02:00
|
|
|
"extends": [
|
|
|
|
|
"react-app",
|
|
|
|
|
"react-app/jest"
|
|
|
|
|
]
|
2020-01-26 19:07:15 +01:00
|
|
|
},
|
|
|
|
|
"browserslist": {
|
|
|
|
|
"production": [
|
|
|
|
|
">0.2%",
|
|
|
|
|
"not dead",
|
|
|
|
|
"not op_mini all"
|
|
|
|
|
],
|
|
|
|
|
"development": [
|
|
|
|
|
"last 1 chrome version",
|
|
|
|
|
"last 1 firefox version",
|
|
|
|
|
"last 1 safari version"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|