39 lines
1 KiB
JSON
39 lines
1 KiB
JSON
{
|
|
"name": "deafgain-website",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@types/react-simple-maps": "^3.0.6",
|
|
"autoprefixer": "^10.4.20",
|
|
"framer-motion": "^11.11.17",
|
|
"postcss": "^8.4.49",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-icons": "^5.3.0",
|
|
"react-intersection-observer": "^9.13.1",
|
|
"react-router-dom": "^7.0.1",
|
|
"react-simple-maps": "^3.0.0",
|
|
"tailwindcss": "^3.4.15"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.15.0",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@vitejs/plugin-react": "^4.3.3",
|
|
"eslint": "^9.15.0",
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
"eslint-plugin-react-refresh": "^0.4.14",
|
|
"globals": "^15.12.0",
|
|
"typescript": "~5.7.2",
|
|
"typescript-eslint": "^8.15.0",
|
|
"vite": "^5.4.11"
|
|
}
|
|
}
|