Files
rubix/package.json

46 lines
1.3 KiB
JSON
Raw Normal View History

2024-03-22 15:02:23 +05:30
{
"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",
2024-03-22 15:02:23 +05:30
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@fontsource/poppins": "^5.0.12",
2024-04-03 20:34:26 +05:30
"@gsap/react": "^2.1.0",
"@reduxjs/toolkit": "^2.2.3",
2024-04-12 20:57:12 +05:30
"axios": "^1.6.8",
2024-03-22 15:02:23 +05:30
"framer-motion": "^11.0.15",
"react": "^18.2.0",
"react-countup": "^6.5.2",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^3.1.0",
2024-04-03 20:34:26 +05:30
"react-hook-form": "^7.51.2",
2024-03-22 15:02:23 +05:30
"react-intersection-observer": "^9.8.1",
"react-phone-input-2": "^2.15.1",
"react-redux": "^9.1.1",
2024-03-22 15:02:23 +05:30
"react-router-dom": "^6.22.3",
"react-share": "^5.1.0",
"swiper": "^11.1.0"
2024-03-22 15:02:23 +05:30
},
"devDependencies": {
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react-swc": "^3.5.0",
2024-04-03 20:34:26 +05:30
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
2024-05-13 12:39:28 +05:30
"vite": "^5.1.6",
"vite-plugin-imagemin": "^0.6.1"
2024-03-22 15:02:23 +05:30
}
}