-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.66 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
58
59
60
61
{
"name": "beskar",
"version": "0.0.0",
"private": true,
"description": "",
"files": [
"components",
"utils.ts",
"package.json"
],
"scripts": {},
"keywords": [],
"author": "remorses <beats.by.morse@gmail.com>",
"license": "ISC",
"peerDependencies": {
"framer-motion": "*",
"next": "*",
"next-auth": "*",
"next-themes": "*",
"react": "*",
"react-dom": "*"
},
"devDependencies": {
"@chakra-ui/react": "^2.5.5",
"@emotion/react": "11.14.0",
"@emotion/styled": "^11.14.0",
"@types/react": "^18.3.12",
"framer-motion": "^11.3.2",
"next": "15.1.6",
"next-auth": "4.24.8",
"next-themes": "^0.3.0",
"nodemailer": "^6.9.15",
"react": "19.0.0",
"react-dom": "^19.0.0"
},
"dependencies": {
"@formatjs/intl-numberformat": "^8.10.1",
"@headlessui/react": "2.2.0",
"@heroicons/react": "^1.0.6",
"@radix-ui/react-tooltip": "^1.0.7",
"@visx/axis": "^2.18.0",
"@visx/event": "^2.17.0",
"@visx/grid": "^2.18.0",
"@visx/responsive": "^2.17.0",
"@visx/scale": "^2.18.0",
"@visx/tooltip": "^2.17.0",
"baby-i-am-faded": "^4.0.14",
"classnames": "^2.5.1",
"clsx": "^1.2.1",
"color-hash": "^2.0.2",
"colord": "^2.9.3",
"nprogress": "^0.2.0",
"postcss": "^8.4.38",
"prismjs": "^1.29.0",
"react-hook-form": "^7.51.3",
"react-hot-toast": "^2.4.1",
"styled-jsx": "5.1.6",
"swr": "^2.2.5",
"tailwindcss": "^3.4.14"
}
}