-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.28 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
{
"name": "neo_client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@phosphor-icons/react": "^2.1.7",
"@stripe/react-stripe-js": "^2.5.1",
"@stripe/stripe-js": "^3.0.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"firebase": "^10.7.0",
"framer-motion": "^11.3.24",
"moment": "^2.29.4",
"next": "^14.2.5",
"next-auth": "^4.24.5",
"react": "^18.3.1",
"react-countdown-circle-timer": "^3.2.1",
"react-dom": "^18.3.1",
"react-firebase-hooks": "^5.1.1",
"react-icons": "^5.0.1",
"react-router-dom": "^6.22.0",
"recharts": "^2.12.7",
"sharp": "^0.33.4",
"tailwind-merge": "^2.1.0"
},
"devDependencies": {
"@types/node": "20.10.3",
"@types/react": "18.2.41",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.16",
"daisyui": "^4.4.24",
"eslint": "^8",
"eslint-config-next": "^14.2.5",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
"typescript": "5.3.2"
}
}