-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
41 lines (41 loc) · 1.1 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
{
"name": "VickJay",
"private": true,
"version": "0.0.0",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@vercel/analytics": "^1.0.1",
"clsx": "^2.1.0",
"eslint": "^9.13.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^5.0.0",
"framer-motion": "^11.5.6",
"gsap": "^3.12.2",
"lenis": "^1.1.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^2.0.5",
"react-hot-toast": "^2.4.1",
"react-intersection-observer": "^9.5.2",
"react-router-dom": "^7.0.1"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"eslint-plugin-react-refresh": "^0.4.1",
"postcss": "^8.4.47",
"rollup-plugin-terser": "^7.0.2",
"tailwindcss": "^3.4.13",
"vite": "^5.4.7",
"vite-plugin-sitemap": "^0.7.1"
}
}