-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.68 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
{
"name": "infinitus-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@react-three/drei": "^9.96.1",
"@react-three/fiber": "^8.15.12",
"@studio-freight/lenis": "^1.0.34",
"@tabler/icons-react": "^2.46.0",
"clsx": "^2.1.0",
"date-fns": "^3.3.1",
"framer-motion": "^11.0.8",
"gsap": "^3.12.4",
"lodash.pick": "^4.4.0",
"next": "14.0.4",
"react": "^18",
"react-content-loader": "^6.2.1",
"react-countdown-circle-timer": "^3.2.1",
"react-dom": "^18",
"react-faq-component": "^1.3.4",
"react-fontawesome": "^1.7.1",
"react-icons": "^4.12.0",
"react-intersection-observer": "^9.6.0",
"react-loader-spinner": "^6.1.6",
"react-locomotive-scroll": "^0.2.2",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.22.1",
"react-spinners": "^0.13.8",
"react-spring": "^9.7.3",
"styled-jsx": "^5.1.2",
"swiper": "^6.8.4",
"tailwind-merge": "^2.2.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
},
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"main": "next.config.js",
"author": "",
"license": "ISC"
}