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-05-22 17:30:52 +02:00
|
|
|
"@fullhuman/postcss-purgecss": "4.0.3",
|
2021-07-28 02:24:57 +00:00
|
|
|
"@testing-library/jest-dom": "5.14.1",
|
2021-10-03 14:14:59 +00:00
|
|
|
"@testing-library/react": "12.1.2",
|
2021-10-20 14:01:17 +00:00
|
|
|
"@testing-library/user-event": "13.5.0",
|
2021-09-21 02:53:16 +00:00
|
|
|
"@types/jest": "27.0.2",
|
2021-05-24 19:13:30 +02:00
|
|
|
"@types/node": "15.6.0",
|
2021-10-26 00:11:22 +00:00
|
|
|
"@types/react": "17.0.33",
|
2021-10-20 13:02:44 +00:00
|
|
|
"@types/react-dom": "17.0.10",
|
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-04 20:38:43 +00:00
|
|
|
"autoprefixer": "10.3.7",
|
2021-10-25 18:30:33 +00:00
|
|
|
"axios": "0.24.0",
|
2021-10-05 09:49:54 +00:00
|
|
|
"date-fns": "2.25.0",
|
2020-05-11 00:24:29 +00:00
|
|
|
"npm-run-all": "4.1.5",
|
2021-10-21 13:39:20 +00:00
|
|
|
"postcss": "8.3.11",
|
2021-05-22 17:30:52 +02:00
|
|
|
"postcss-cli": "8.3.1",
|
|
|
|
|
"postcss-import": "14.0.2",
|
2021-09-16 08:35:57 +00:00
|
|
|
"prettier": "2.4.1",
|
2021-05-24 19:13:30 +02:00
|
|
|
"react": "17.0.2",
|
|
|
|
|
"react-dom": "17.0.2",
|
2021-09-03 22:36:26 +00:00
|
|
|
"react-router-dom": "5.3.0",
|
2021-05-24 19:13:30 +02:00
|
|
|
"react-scripts": "4.0.3",
|
2021-10-15 04:31:32 +00:00
|
|
|
"recharts": "2.1.5",
|
2021-10-13 17:47:39 +00:00
|
|
|
"tailwindcss": "2.2.17",
|
2021-10-12 21:30:08 +00:00
|
|
|
"typescript": "4.4.4"
|
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"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|