|
Last change
on this file since 5c20c64 was 793ce2c, checked in by Andrej <asumanovski@…>, 5 months ago |
|
Landing page design
|
-
Property mode
set to
100644
|
|
File size:
968 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "frontend",
|
|---|
| 3 | "private": true,
|
|---|
| 4 | "version": "0.0.0",
|
|---|
| 5 | "type": "module",
|
|---|
| 6 | "scripts": {
|
|---|
| 7 | "dev": "vite",
|
|---|
| 8 | "build": "vite build",
|
|---|
| 9 | "lint": "eslint .",
|
|---|
| 10 | "preview": "vite preview"
|
|---|
| 11 | },
|
|---|
| 12 | "dependencies": {
|
|---|
| 13 | "@relume_io/relume-tailwind": "^1.3.0",
|
|---|
| 14 | "@relume_io/relume-ui": "^1.3.1",
|
|---|
| 15 | "@tailwindcss/vite": "^4.1.18",
|
|---|
| 16 | "axios": "^1.13.4",
|
|---|
| 17 | "daisyui": "^5.5.18",
|
|---|
| 18 | "react": "^19.2.0",
|
|---|
| 19 | "react-dom": "^19.2.0",
|
|---|
| 20 | "react-router-dom": "^7.13.0"
|
|---|
| 21 | },
|
|---|
| 22 | "devDependencies": {
|
|---|
| 23 | "@eslint/js": "^9.39.1",
|
|---|
| 24 | "@tailwindcss/cli": "^4.1.18",
|
|---|
| 25 | "@tailwindcss/postcss": "^4.1.18",
|
|---|
| 26 | "@types/react": "^19.2.5",
|
|---|
| 27 | "@types/react-dom": "^19.2.3",
|
|---|
| 28 | "@vitejs/plugin-react": "^5.1.1",
|
|---|
| 29 | "autoprefixer": "^10.4.24",
|
|---|
| 30 | "eslint": "^9.39.1",
|
|---|
| 31 | "eslint-plugin-react-hooks": "^7.0.1",
|
|---|
| 32 | "eslint-plugin-react-refresh": "^0.4.24",
|
|---|
| 33 | "globals": "^16.5.0",
|
|---|
| 34 | "postcss": "^8.5.6",
|
|---|
| 35 | "tailwindcss": "^4.1.18",
|
|---|
| 36 | "vite": "^7.2.4"
|
|---|
| 37 | }
|
|---|
| 38 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.