guandan.dev

guandan.dev

https://git.tonybtw.com/guandan.dev.git git://git.tonybtw.com/guandan.dev.git
488 bytes raw
1
{
2
  "name": "guandanbtw-client",
3
  "private": true,
4
  "version": "0.0.1",
5
  "type": "module",
6
  "scripts": {
7
    "dev": "vite",
8
    "build": "tsc && vite build",
9
    "preview": "vite preview"
10
  },
11
  "dependencies": {
12
    "react": "^18.2.0",
13
    "react-dom": "^18.2.0",
14
    "framer-motion": "^10.16.0"
15
  },
16
  "devDependencies": {
17
    "@types/react": "^18.2.0",
18
    "@types/react-dom": "^18.2.0",
19
    "@vitejs/plugin-react": "^4.2.0",
20
    "typescript": "^5.3.0",
21
    "vite": "^5.0.0"
22
  }
23
}