-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.11 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.11 KB
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
{
"name": "pa-landing-react",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev-network": "vite --host",
"build": "mkdir -p dist && cp index.html dist/ && cp -r public/* dist/",
"preview": "vite preview",
"deploy": "npm run build && gh-pages -d dist"
},
"dependencies": {
"clsx": "^2.1.1",
"framer-motion": "^11.3.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-lazyload": "^3.2.1",
"react-router-dom": "^6.3.0",
"react-scroll": "^1.8.7",
"resize-observer": "^1.0.4",
"resize-observer-polyfill": "^1.5.1",
"swiper": "^8.3.2",
"tailwind-merge": "^2.4.0",
"three": "^0.143.0"
},
"devDependencies": {
"@types/node": "^18.6.5",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-lazyload": "^3.2.3",
"@types/react-scroll": "^1.8.4",
"@types/three": "^0.143.0",
"@vitejs/plugin-react": "^2.0.0",
"autoprefixer": "^10.4.8",
"gh-pages": "^5.0.0",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.8",
"typescript": "^4.6.4",
"vite": "^3.0.0"
}
}