Files
IRTH-Touch/client/package.json
T
2024-06-14 13:54:55 +05:00

48 lines
1.4 KiB
JSON

{
"name": "irth",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@react-three/drei": "^9.105.6",
"@react-three/fiber": "^8.16.6",
"@types/react-router-dom": "^5.3.3",
"gsap": "^3.12.5",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-full-screen": "^1.1.1",
"react-image-marker": "^1.2.0",
"react-number-format": "^5.4.0",
"react-range-slider-input": "^3.0.7",
"react-router-dom": "^6.23.1",
"react-swipeable": "^7.0.1",
"react-transition-group": "^4.4.5",
"react-zoom-pan-pinch": "^3.4.4",
"three": "^0.164.1",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/react-transition-group": "^4.4.10",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.2.2",
"vite": "^5.2.0"
}
}