File size: 782 Bytes
d757506
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
  "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"
  }
}