mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
chore(frontend): migrate to tailwindcss v3
This commit is contained in:
parent
d0522df5ee
commit
325e26e0c1
15 changed files with 28 additions and 361 deletions
|
|
@ -8,7 +8,6 @@
|
|||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@fullhuman/postcss-purgecss": "4.1.3",
|
||||
"@testing-library/jest-dom": "5.16.4",
|
||||
"@testing-library/react": "13.3.0",
|
||||
"@testing-library/user-event": "14.2.1",
|
||||
|
|
@ -23,8 +22,6 @@
|
|||
"date-fns": "2.28.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"postcss": "8.4.14",
|
||||
"postcss-cli": "9.1.0",
|
||||
"postcss-import": "14.1.0",
|
||||
"prettier": "2.7.1",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
|
|
@ -35,18 +32,17 @@
|
|||
"typescript": "4.7.4"
|
||||
},
|
||||
"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",
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "react-app"
|
||||
"extends": [
|
||||
"react-app",
|
||||
"react-app/jest"
|
||||
]
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue