You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SGPT/package.json

44 lines
1.1 KiB

2 years ago
{
"name": "spgt-landing-page",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
2 years ago
"@react-spring/parallax": "^9.7.1",
"@react-spring/web": "^9.7.1",
"animate.css": "^4.1.1",
"chart.js": "^3.9.1",
"chartjs-plugin-datalabels": "^2.2.0",
"i18next": "^22.4.14",
2 years ago
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"randomcolor": "^0.6.2",
2 years ago
"react": "^18.2.0",
"react-chartjs-2": "^4.3.1",
"react-copy-to-clipboard": "^5.1.0",
2 years ago
"react-dom": "^18.2.0",
"react-i18next": "^12.2.0",
2 years ago
"react-icons": "^4.7.1",
2 years ago
"react-router-dom": "^6.8.2",
"recharts": "^2.5.0",
"sort-by": "^0.0.2"
2 years ago
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-copy-to-clipboard": "^5.0.4",
2 years ago
"@types/react-dom": "^18.0.10",
"@types/react-router-dom": "^5.3.3",
"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"
}
}