-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 926 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 926 Bytes
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
{
"name": "s3",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --port 3000",
"dev-expose": "vite --port 3000 --host 0.0.0.0",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@studio-freight/lenis": "^1.0.33",
"@studio-freight/react-lenis": "^0.0.38",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"clsx": "^2.1.0",
"node-modules": "^0.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.2",
"react-icons": "^5.2.1",
"react-loading-skeleton": "^3.4.0",
"react-router-dom": "^6.17.0"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vite-pwa/assets-generator": "^0.2.3",
"@vitejs/plugin-react": "^4.0.3",
"sass": "^1.69.5",
"vite": "^4.4.5",
"vite-plugin-pwa": "^0.17.4"
}
}