Skip to content

Commit

Permalink
Introduce postcss, tailwind, scrollbar, and deprecate normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Sep 4, 2024
1 parent cc8ca77 commit 76acc15
Show file tree
Hide file tree
Showing 10 changed files with 863 additions and 399 deletions.
19 changes: 12 additions & 7 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@
"lint": "eslint -c .eslintrc.json --ext .ts,.tsx ./src"
},
"dependencies": {
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/unist": "^3.0.3",
"chokidar-cli": "^3.0.0",
"concurrently": "^8.2.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remark": "^15.0.1",
Expand All @@ -26,10 +21,20 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/unist": "^3.0.3",
"autoprefixer": "^10.4.20",
"@types/node": "^22.5.2",
"@typescript-eslint/parser": "^8.4.0",
"eslint": "^8.48.0",
"eslint-plugin-v3xlabs": "^1.6.5",
"typescript": "^5.5.4"
"typescript": "^5.5.4",
"chokidar-cli": "^3.0.0",
"concurrently": "^8.2.2",
"postcss": "^8.4.44",
"postcss-cli": "^11.0.0",
"postcss-nested": "^6.2.0",
"tailwindcss": "^3.4.10"
}
}
}
Loading

0 comments on commit 76acc15

Please sign in to comment.