-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 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
{
"name": "hustlex-web",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.5.6",
"@chakra-ui/react": "^1.7.3",
"@emotion/react": "11",
"@emotion/styled": "11",
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"autoprefixer": "^10.4.0",
"framer-motion": "4",
"graphql": "^16.2.0",
"lottie-web": "^5.8.1",
"next": "12.0.7",
"next-use-posthog": "^1.16.0",
"postcss": "^8.4.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-ga": "^3.3.0",
"react-icons": "^4.3.1",
"tailwindcss": "^3.0.6"
},
"devDependencies": {
"@types/node": "16.11.12",
"@types/react": "17.0.37",
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
"typescript": "4.5.3"
},
"packageManager": "[email protected]+sha512.91d93b445d9284e7ed52931369bc89a663414e5582d00eea45c67ddc459a2582919eece27c412d6ffd1bd0793ff35399381cb229326b961798ce4f4cc60ddfdb"
}