-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.77 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.77 KB
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
62
{
"name": "bora-codar",
"version": "5.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint src --ext .ts,.tsx --fix"
},
"dependencies": {
"@hookform/resolvers": "^2.9.10",
"@next/font": "13.1.6",
"@radix-ui/react-avatar": "^1.0.2",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-popover": "^1.0.5",
"@radix-ui/react-progress": "^1.0.1",
"@radix-ui/react-select": "^1.2.0",
"@radix-ui/react-toggle-group": "^1.0.2",
"@stitches/react": "^1.2.8",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"apexcharts": "^3.37.1",
"axios": "^1.3.2",
"currency-symbol-map": "^5.1.0",
"date-fns": "^2.29.3",
"dayjs": "^1.11.7",
"dotenv": "^16.0.3",
"eslint-config-next": "13.1.6",
"eventsource-parser": "^0.1.0",
"filesize": "^10.0.7",
"immer": "^9.0.19",
"next": "13.1.6",
"next-seo": "^5.15.0",
"node-ipinfo": "^3.4.0",
"nookies": "^2.5.2",
"phosphor-react": "^1.4.1",
"react": "18.2.0",
"react-apexcharts": "^1.4.0",
"react-circular-progressbar": "^2.1.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.0",
"react-icons": "^4.7.1",
"react-input-mask": "^2.0.4",
"react-nl2br": "^1.0.4",
"react-qr-code": "^2.0.11",
"typescript": "4.9.5",
"zod": "^3.20.2"
},
"devDependencies": {
"@types/date-fns": "^2.6.0",
"@types/react-input-mask": "^3.0.2",
"@types/react-syntax-highlighter": "^15.5.6",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"eslint": "^8.33.0",
"eslint-plugin-react": "^7.32.2"
}
}