diff options
| author | realtradam <[email protected]> | 2024-07-23 21:47:52 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-07-23 21:47:52 -0400 |
| commit | e36832834564f401622ef293c19fc778ab43f9ae (patch) | |
| tree | 9752556936c71336e01f2c0b9f53dc9cdfbd32dd /frontend/package.json | |
| parent | 1e18e0ad7a47536be92384bbf815e0923a06698d (diff) | |
| download | spring-blog-e36832834564f401622ef293c19fc778ab43f9ae.tar.gz spring-blog-e36832834564f401622ef293c19fc778ab43f9ae.zip | |
implement initial react frontend
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/frontend/package.json b/frontend/package.json index f2c55dd..7bc6808 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -11,7 +11,8 @@ }, "dependencies": { "react": "^18.3.1", - "react-dom": "^18.3.1" + "react-dom": "^18.3.1", + "react-router-dom": "^6.25.1" }, "devDependencies": { "@types/react": "^18.3.3", @@ -19,9 +20,12 @@ "@typescript-eslint/eslint-plugin": "^7.15.0", "@typescript-eslint/parser": "^7.15.0", "@vitejs/plugin-react-swc": "^3.5.0", + "autoprefixer": "^10.4.19", "eslint": "^8.57.0", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.7", + "postcss": "^8.4.39", + "tailwindcss": "^3.4.6", "typescript": "^5.2.2", "vite": "^5.3.4" } |
