-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
130 lines (130 loc) · 4.38 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
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "new-casper-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"dev:no-turbo": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch",
"postinstall": "husky install",
"check-types": "tsc --noemit"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-checkbox": "^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-menubar": "^1.0.4",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toolbar": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/react-query": "^5.8.4",
"@tanstack/react-query-devtools": "^5.8.4",
"@udecode/cn": "^33.0.0",
"@udecode/plate": "^33.0.7",
"@udecode/plate-alignment": "^33.0.0",
"@udecode/plate-autoformat": "^33.0.0",
"@udecode/plate-basic-elements": "^33.0.2",
"@udecode/plate-basic-marks": "^33.0.3",
"@udecode/plate-block-quote": "^33.0.0",
"@udecode/plate-break": "^33.0.0",
"@udecode/plate-caption": "^33.0.2",
"@udecode/plate-common": "^33.0.0",
"@udecode/plate-cursor": "^33.0.0",
"@udecode/plate-dnd": "^33.0.0",
"@udecode/plate-floating": "^33.0.0",
"@udecode/plate-font": "^33.0.0",
"@udecode/plate-heading": "^33.0.1",
"@udecode/plate-highlight": "^33.0.0",
"@udecode/plate-horizontal-rule": "^33.0.0",
"@udecode/plate-indent": "^33.0.2",
"@udecode/plate-kbd": "^33.0.0",
"@udecode/plate-layout": "^33.0.2",
"@udecode/plate-line-height": "^33.0.0",
"@udecode/plate-link": "^33.0.2",
"@udecode/plate-list": "^33.0.2",
"@udecode/plate-media": "^33.0.2",
"@udecode/plate-node-id": "^33.0.0",
"@udecode/plate-paragraph": "^33.0.0",
"@udecode/plate-reset-node": "^33.0.0",
"@udecode/plate-resizable": "^33.0.2",
"@udecode/plate-select": "^33.0.0",
"@udecode/plate-selection": "^33.0.0",
"@udecode/plate-tabbable": "^33.0.0",
"@udecode/plate-table": "^33.0.2",
"@udecode/plate-toggle": "^33.0.2",
"@udecode/plate-trailing-block": "^33.0.0",
"axios": "^1.4.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"framer-motion": "^11.1.9",
"input-otp": "^1.2.4",
"lucide-react": "^0.378.0",
"next": "^14.2.3",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.4",
"react-icons": "^4.8.0",
"react-lite-youtube-embed": "^2.4.0",
"react-tweet": "^3.2.1",
"recoil": "^0.7.7",
"slate": "^0.103.0",
"slate-history": "^0.100.0",
"slate-hyperscript": "^0.100.0",
"slate-react": "^0.102.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.4.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@tanstack/eslint-plugin-query": "^4.34.1",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@types/jest": "^29.5.11",
"@types/node": "18.14.6",
"@types/react": "^18.2.43",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.48.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "^13.4.19",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.7",
"tailwindcss": "^3.3.5",
"ts-node": "^10.9.2"
}
}