-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.64 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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "Anokha 2024",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3002",
"build": "next build",
"start": "next start -p 3002",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@gsap/react": "^2.1.0",
"@heroicons/react": "^2.1.1",
"@material-tailwind/react": "^2.1.9",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.15.11",
"@studio-freight/lenis": "^1.0.33",
"@tailwindcss/typography": "^0.5.10",
"clsx": "^2.1.0",
"dotenv": "^16.4.5",
"framer-motion": "^11.11.8",
"gsap": "^3.12.5",
"hamburger-react": "^2.5.0",
"i": "^0.3.7",
"markdown-to-jsx": "^7.4.1",
"next": "14.0.4",
"next-transpile-modules": "^10.0.1",
"primeicons": "^6.0.1",
"primereact": "9.6.2",
"prop-types": "^15.8.1",
"react": "^18",
"react-dom": "^18.2.0",
"react-easy-marquee": "^1.2.4",
"react-fast-marquee": "^1.6.2",
"react-icons": "^5.0.1",
"react-lite-youtube-embed": "^2.4.0",
"react-lottie": "^1.2.4",
"react-multi-carousel": "^2.8.4",
"react-qr-code": "^2.0.12",
"react-responsive-carousel": "^3.2.23",
"react-secure-storage": "^1.3.2",
"sass": "^1.71.1",
"sharp": "^0.33.2",
"three": "^0.160.0",
"validator": "^13.11.0",
"webgl": "^0.0.7"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.1.0",
"autoprefixer": "^10.0.1",
"cross-env": "^7.0.3",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8",
"raw-loader": "^4.0.2",
"tailwindcss": "^3.3.0"
}
}