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": {
|
2021-11-29 22:07:28 +00:00
|
|
|
"@fullhuman/postcss-purgecss": "4.1.3",
|
2022-06-11 21:02:16 +00:00
|
|
|
"@testing-library/jest-dom": "5.16.4",
|
2022-06-11 23:24:52 +00:00
|
|
|
"@testing-library/react": "12.1.5",
|
2021-10-20 14:01:17 +00:00
|
|
|
"@testing-library/user-event": "13.5.0",
|
2021-11-18 20:00:07 +00:00
|
|
|
"@types/jest": "27.0.3",
|
2022-06-11 22:47:42 +02:00
|
|
|
"@types/node": "15.6.0",
|
2022-06-16 21:27:09 +00:00
|
|
|
"@types/react": "17.0.47",
|
2022-06-19 00:15:13 +00:00
|
|
|
"@types/react-dom": "17.0.17",
|
2021-10-26 02:35:41 +00:00
|
|
|
"@types/react-router-dom": "5.3.2",
|
2021-10-21 04:22:09 +00:00
|
|
|
"@types/recharts": "1.8.23",
|
2021-10-28 11:36:41 +00:00
|
|
|
"autoprefixer": "10.4.0",
|
2021-10-25 18:30:33 +00:00
|
|
|
"axios": "0.24.0",
|
2021-11-30 11:27:23 +00:00
|
|
|
"date-fns": "2.27.0",
|
2020-05-11 00:24:29 +00:00
|
|
|
"npm-run-all": "4.1.5",
|
2022-06-11 19:10:25 +02:00
|
|
|
"postcss": "8.4.14",
|
2022-06-11 12:14:56 +00:00
|
|
|
"postcss-cli": "9.1.0",
|
2021-05-22 17:30:52 +02:00
|
|
|
"postcss-import": "14.0.2",
|
2021-12-04 15:56:20 +00:00
|
|
|
"prettier": "2.5.1",
|
2021-05-24 19:13:30 +02:00
|
|
|
"react": "17.0.2",
|
|
|
|
|
"react-dom": "17.0.2",
|
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",
|
2021-10-26 09:21:11 +00:00
|
|
|
"recharts": "2.1.6",
|
2021-10-29 12:27:04 +00:00
|
|
|
"tailwindcss": "2.2.19",
|
2021-11-17 19:17:51 +00:00
|
|
|
"typescript": "4.5.2"
|
2020-01-26 19:07:15 +01:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2020-05-02 03:03:19 +02:00
|
|
|
"build:tailwind": "postcss src/tailwind.css -o src/tailwind/generated.css",
|
|
|
|
|
"watch:tailwind": "postcss -w src/tailwind.css -o src/tailwind/generated.css",
|
2020-05-02 18:41:57 +02:00
|
|
|
"format": "prettier --write \"./*.js\" \"src/**/*.(tsx|ts|css)\"",
|
2020-05-02 03:03:19 +02:00
|
|
|
"start": "run-p start:react watch:tailwind",
|
|
|
|
|
"start:react": "react-scripts start",
|
|
|
|
|
"prebuild": "npm run build:tailwind",
|
2020-01-26 19:07:15 +01:00
|
|
|
"build": "react-scripts build",
|
|
|
|
|
"test": "react-scripts test",
|
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
|
},
|
|
|
|
|
"eslintConfig": {
|
|
|
|
|
"extends": "react-app"
|
|
|
|
|
},
|
|
|
|
|
"browserslist": {
|
|
|
|
|
"production": [
|
|
|
|
|
">0.2%",
|
|
|
|
|
"not dead",
|
|
|
|
|
"not op_mini all"
|
|
|
|
|
],
|
|
|
|
|
"development": [
|
|
|
|
|
"last 1 chrome version",
|
|
|
|
|
"last 1 firefox version",
|
|
|
|
|
"last 1 safari version"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|