mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
61 lines
1.7 KiB
JSON
61 lines
1.7 KiB
JSON
{
|
|
"name": "@listory/frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"author": {
|
|
"name": "Julian Tölle",
|
|
"email": "julian.toelle97@gmail.com"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@fullhuman/postcss-purgecss": "2.3.0",
|
|
"@testing-library/jest-dom": "5.11.4",
|
|
"@testing-library/react": "10.4.9",
|
|
"@testing-library/user-event": "10.4.1",
|
|
"@types/jest": "25.2.3",
|
|
"@types/node": "12.12.55",
|
|
"@types/react": "16.9.49",
|
|
"@types/react-dom": "16.9.8",
|
|
"@types/react-router-dom": "5.1.5",
|
|
"@types/recharts": "1.8.10",
|
|
"autoprefixer": "9.7.6",
|
|
"date-fns": "2.13.0",
|
|
"npm-run-all": "4.1.5",
|
|
"postcss-cli": "7.1.1",
|
|
"postcss-import": "^12.0.1",
|
|
"prettier": "2.0.5",
|
|
"react": "16.13.1",
|
|
"react-dom": "16.13.1",
|
|
"react-router-dom": "5.1.2",
|
|
"react-scripts": "3.4.1",
|
|
"recharts": "1.8.5",
|
|
"tailwindcss": "1.4.5",
|
|
"typescript": "3.9.7"
|
|
},
|
|
"scripts": {
|
|
"build:tailwind": "postcss src/tailwind.css -o src/tailwind/generated.css",
|
|
"watch:tailwind": "postcss -w src/tailwind.css -o src/tailwind/generated.css",
|
|
"format": "prettier --write \"./*.js\" \"src/**/*.(tsx|ts|css)\"",
|
|
"start": "run-p start:react watch:tailwind",
|
|
"start:react": "react-scripts start",
|
|
"prebuild": "npm run build:tailwind",
|
|
"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"
|
|
]
|
|
}
|
|
}
|