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": {
|
2020-06-15 00:38:11 +00:00
|
|
|
"@fullhuman/postcss-purgecss": "2.3.0",
|
2020-08-22 10:50:05 +00:00
|
|
|
"@testing-library/jest-dom": "5.11.4",
|
2020-08-21 07:04:13 +00:00
|
|
|
"@testing-library/react": "10.4.9",
|
2020-08-24 19:12:59 +00:00
|
|
|
"@testing-library/user-event": "12.1.3",
|
2020-09-02 15:43:35 +00:00
|
|
|
"@types/jest": "26.0.13",
|
2020-09-02 16:29:38 +00:00
|
|
|
"@types/node": "12.12.55",
|
2020-08-31 16:49:41 +00:00
|
|
|
"@types/react": "16.9.49",
|
2020-06-29 00:29:40 +00:00
|
|
|
"@types/react-dom": "16.9.8",
|
2020-05-11 00:24:29 +00:00
|
|
|
"@types/react-router-dom": "5.1.5",
|
2020-09-04 20:01:47 +00:00
|
|
|
"@types/recharts": "1.8.15",
|
2020-07-30 20:32:58 +00:00
|
|
|
"autoprefixer": "9.8.6",
|
2020-11-09 17:40:38 +00:00
|
|
|
"axios": "0.21.0",
|
2020-08-31 14:33:53 +00:00
|
|
|
"date-fns": "2.16.1",
|
2020-05-11 00:24:29 +00:00
|
|
|
"npm-run-all": "4.1.5",
|
|
|
|
|
"postcss-cli": "7.1.1",
|
2020-11-09 17:40:38 +00:00
|
|
|
"postcss-import": "12.0.1",
|
2020-09-16 00:51:31 +00:00
|
|
|
"prettier": "2.1.2",
|
2020-05-11 00:24:29 +00:00
|
|
|
"react": "16.13.1",
|
|
|
|
|
"react-dom": "16.13.1",
|
2020-07-27 00:51:43 +00:00
|
|
|
"react-router-dom": "5.2.0",
|
2020-08-19 10:47:02 +00:00
|
|
|
"react-scripts": "3.4.3",
|
2020-05-09 23:34:00 +02:00
|
|
|
"recharts": "1.8.5",
|
2020-09-05 00:12:04 +00:00
|
|
|
"tailwindcss": "1.8.2",
|
2020-07-20 00:30:29 +00:00
|
|
|
"typescript": "3.9.7"
|
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"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|