Files
JDClone/jd-clone/package.json
2025-05-04 03:56:07 -03:00

38 lines
914 B
JSON

{
"name": "jd-clone",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@types/howler": "^2.2.12",
"framer-motion": "^12.9.4",
"howler": "^2.2.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-player": "^2.16.0",
"react-router-dom": "^7.5.3",
"sass": "^1.87.0",
"socket.io-client": "^4.8.1",
"zustand": "^5.0.4"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.22.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.26.1",
"vite": "^6.3.1"
}
}