-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.47 KB
/
package.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "ios-in-web-vite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"develop": "vercel dev",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"pull-env": "vercel env pull .env.development.local",
"format": "rome format .",
"format:fix": "rome format . --write",
"lint": "rome check .",
"lint:fix": "rome check . --apply"
},
"packageManager": "[email protected]",
"dependencies": {
"@loadable/component": "^5.15.2",
"@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v4.6.0/react-icons-all-files-4.6.0.tgz",
"@react-spring/web": "^9.5.5",
"@use-gesture/react": "^10.2.22",
"@vercel/analytics": "^0.1.5",
"date-fns": "^2.29.3",
"immer": "^9.0.16",
"path-to-regexp": "^6.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-raw-hooks": "0.1.1",
"react-responsive-carousel": "^3.2.23",
"styled-components": "^5.3.6",
"usehooks-ts": "^2.9.1",
"zod": "^3.19.1",
"zustand": "^4.1.4"
},
"devDependencies": {
"@tsconfig/node16": "^1.0.3",
"@types/loadable__component": "^5.13.4",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@types/styled-components": "^5.1.26",
"@vercel/node": "^2.6.3",
"@vitejs/plugin-react": "^2.2.0",
"rome": "^10.0.1",
"typescript": "^4.6.4",
"vercel": "^28.5.5",
"vite": "^3.2.3",
"vite-tsconfig-paths": "^3.6.0"
}
}