forked from arieduportal/landing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.17 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
{
"name": "axiolot-hub",
"private": true,
"author": "Arinze Justin",
"description": "Axiolot Hub Landing Page",
"version": "2.0.1",
"scripts": {
"dev": "next dev --port 3000",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/next-js": "^2.1.5",
"@chakra-ui/react": "^2.8.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@types/node": "20.2.0",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.14",
"cookie": "^0.6.0",
"eslint": "8.40.0",
"eslint-config-next": "13.4.2",
"framer-motion": "^10.16.4",
"gsap": "^3.12.5",
"jsonwebtoken": "^9.0.2",
"next": "13.4.2",
"next-transpile-modules": "^10.0.1",
"postcss": "8.4.23",
"react": "18.2.0",
"react-countup": "^6.5.3",
"react-dom": "18.2.0",
"react-icons": "^5.0.1",
"react-visibility-sensor": "^5.1.1",
"swiper": "^11.1.1",
"tailwindcss": "3.3.2",
"typescript": "5.0.4",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/cookie": "^0.6.0",
"@types/jsonwebtoken": "^9.0.6",
"@types/uuid": "^10.0.0"
}
}