Files
dx4/package.json
T
2025-11-09 22:35:16 +03:00

40 lines
983 B
JSON

{
"name": "dx4",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@fontsource/jost": "^5.2.6",
"@tailwindcss/vite": "^4.1.12",
"jotai": "^2.13.1",
"js-md5": "^0.8.3",
"motion": "^12.23.12",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-icons": "^5.5.0",
"tailwindcss": "^4.1.12"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^5.0.0",
"@vitejs/plugin-react-swc": "^4.2.1",
"eslint": "^9.33.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"vite": "^7.1.2",
"vite-plugin-pwa": "^1.1.0",
"vite-plugin-ssr-ssg": "^1.4.1"
}
}