{ "name": "spgt-landing-page", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview" }, "dependencies": { "@react-spring/parallax": "^9.7.1", "@react-spring/web": "^9.7.1", "animate.css": "^4.1.1", "aos": "^2.3.4", "chart.js": "^3.9.1", "chartjs-plugin-datalabels": "^2.2.0", "i18next": "^22.4.14", "localforage": "^1.10.0", "match-sorter": "^6.3.1", "randomcolor": "^0.6.2", "react": "^18.2.0", "react-chartjs-2": "^4.3.1", "react-copy-to-clipboard": "^5.1.0", "react-dom": "^18.2.0", "react-google-charts": "^4.0.0", "react-i18next": "^12.2.0", "react-icons": "^4.7.1", "react-router-dom": "^6.8.2", "react-router-hash-link": "^2.4.3", "recharts": "^2.5.0", "sort-by": "^0.0.2", "tailwindcss-filters": "^3.0.0" }, "devDependencies": { "@types/aos": "^3.0.4", "@types/react": "^18.0.27", "@types/react-copy-to-clipboard": "^5.0.4", "@types/react-dom": "^18.0.10", "@types/react-router-dom": "^5.3.3", "@types/react-router-hash-link": "^2.4.6", "autoprefixer": "^10.4.13", "postcss": "^8.4.21", "postcss-import": "^15.1.0", "tailwindcss": "^3.2.7", "typescript": "^4.9.3", "vite": "^4.1.0" } }