mirror of
https://github.com/WDI-Ideas/rubix.git
synced 2026-04-27 21:15:50 +00:00
33 lines
847 B
JSON
33 lines
847 B
JSON
{
|
|
"name": "rubix",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/icons": "^2.1.1",
|
|
"@chakra-ui/react": "^2.8.2",
|
|
"@emotion/react": "^11.11.4",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@fontsource/poppins": "^5.0.12",
|
|
"framer-motion": "^11.0.15",
|
|
"react": "^18.2.0",
|
|
"react-countup": "^6.5.2",
|
|
"react-dom": "^18.2.0",
|
|
"react-intersection-observer": "^9.8.1",
|
|
"react-router-dom": "^6.22.3",
|
|
"swiper": "^11.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.64",
|
|
"@types/react-dom": "^18.2.21",
|
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
"vite": "^5.1.6"
|
|
}
|
|
}
|