-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.6 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.6 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "all-in-one",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"lint": "next lint",
"start": "next start",
"codegen": "env-cmd graphql-codegen --config .graphqlrc.yml"
},
"dependencies": {
"@canvasjs/charts": "^3.7.26",
"@canvasjs/react-charts": "^1.0.0",
"@hookform/resolvers": "^3.6.0",
"@hygraph/utils": "^1.2.1",
"@next/third-parties": "^14.1.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@react-three/drei": "^9.93.0",
"@react-three/fiber": "^8.15.13",
"better-react-mathjax": "^2.0.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"dayjs": "^1.11.10",
"embla-carousel-react": "^8.1.0",
"framer-motion": "^11.0.5",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"jotai": "^2.5.1",
"jotai-effect": "^0.2.3",
"lucide-react": "^0.290.0",
"maath": "^0.10.7",
"next": "^14.1.0",
"next-auth": "^4.24.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-charts": "^4.0.1",
"react-helmet-async": "^1.3.0",
"react-hook-form": "^7.48.2",
"react-hooks-worker": "^1.0.4",
"react-icons": "^4.12.0",
"sharp": "^0.33.1",
"swr": "^2.2.4",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.160.0",
"vaul": "^0.8.0",
"zod": "^3.22.4",
"zustand": "^4.4.3"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/core": "^4.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@svgr/webpack": "^8.1.0",
"@types/node": "^20.8.2",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/three": "^0.160.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.16",
"critters": "^0.0.20",
"env-cmd": "^10.1.0",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.2",
"vite": "^4.4.5"
},
"packageManager": "yarn@4.1.0"
}