ryesun's picture
initial
d757506
raw
history blame
782 Bytes
{
"name": "react-vite-app",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"test": "tsc && vite build --mode test",
"serve": "vite preview"
},
"dependencies": {
"antd-mobile": "^5.29.0",
"antd-mobile-icons": "^0.3.0",
"axios": "^0.23.0",
"hox": "^1.1.4",
"normalize.css": "^8.0.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"socket.io": "^4.6.1"
},
"devDependencies": {
"@types/node": "^16.10.4",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@vitejs/plugin-react": "^1.0.0",
"autoprefixer": "^10.3.7",
"less": "^4.1.2",
"postcss-px-to-viewport": "^1.1.1",
"react-router-dom": "^5.3.0",
"typescript": "^4.3.2",
"vite": "^2.6.4"
}
}