Files
turingflow-blog-001/package.json
“dongming” b422c43928 first commit
2025-12-18 12:22:21 +08:00

33 lines
764 B
JSON

{
"name": "cillaux",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev-host":"vite --host",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.14",
"lucide-react": "^0.546.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-router-dom": "^7.9.4",
"tailwindcss": "^4.1.14"
},
"devDependencies": {
"@eslint/js": "^9.36.0",
"@types/react": "^19.1.16",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.4",
"eslint": "^9.36.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.22",
"globals": "^16.4.0",
"vite": "^7.1.7"
}
}