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",
|
2023-03-11 14:20:24 +00:00
|
|
|
"@testing-library/react": "14.0.0",
|
2022-08-09 18:23:24 +00:00
|
|
|
"@testing-library/user-event": "14.4.3",
|
2023-04-19 10:43:27 +00:00
|
|
|
"@types/jest": "29.5.1",
|
2023-05-06 01:04:33 +00:00
|
|
|
"@types/node": "18.16.5",
|
2023-05-06 16:31:46 +00:00
|
|
|
"@types/react": "18.2.6",
|
2023-05-05 17:16:48 +00:00
|
|
|
"@types/react-dom": "18.2.4",
|
2022-06-19 00:21:13 +00:00
|
|
|
"@types/react-router-dom": "5.3.3",
|
2022-11-08 07:10:38 +00:00
|
|
|
"@types/recharts": "1.8.24",
|
2023-05-07 04:05:11 +02:00
|
|
|
"@vitejs/plugin-react": "4.0.0",
|
2023-03-10 00:36:09 +00:00
|
|
|
"autoprefixer": "10.4.14",
|
2022-06-19 21:14:06 +00:00
|
|
|
"axios": "0.27.2",
|
2023-04-30 06:03:18 +00:00
|
|
|
"date-fns": "2.30.0",
|
2023-05-07 04:05:11 +02:00
|
|
|
"eslint-config-react-app": "7.0.1",
|
|
|
|
|
"jsdom": "22.0.0",
|
2020-05-11 00:24:29 +00:00
|
|
|
"npm-run-all": "4.1.5",
|
2023-04-19 21:33:36 +00:00
|
|
|
"postcss": "8.4.23",
|
2023-04-23 09:53:30 +00:00
|
|
|
"prettier": "2.8.8",
|
2022-06-25 12:27:07 +00:00
|
|
|
"react": "18.2.0",
|
|
|
|
|
"react-dom": "18.2.0",
|
2023-05-03 22:55:46 +00:00
|
|
|
"react-router-dom": "6.11.1",
|
2023-03-16 02:17:26 +00:00
|
|
|
"recharts": "2.5.0",
|
2023-04-27 03:42:03 +00:00
|
|
|
"tailwindcss": "3.3.2",
|
2023-05-07 04:12:56 +02:00
|
|
|
"typescript": "5.0.4",
|
2023-05-07 04:05:11 +02:00
|
|
|
"vite": "4.3.5",
|
|
|
|
|
"vitest": "0.31.0"
|
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)\"",
|
2023-05-07 04:05:11 +02:00
|
|
|
"start": "vite",
|
|
|
|
|
"build": "vite build",
|
|
|
|
|
"serve": "vite preview",
|
|
|
|
|
"test": "vitest --passWithNoTests"
|
2020-01-26 19:07:15 +01:00
|
|
|
},
|
|
|
|
|
"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"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|