-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
147 lines (147 loc) · 4.87 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "undangon-editor",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 3001",
"dev:debug": "NODE_OPTIONS='--inspect' npm run dev",
"build": "next build",
"compile": "next experimental-compile",
"generate": "next experimental-generate",
"start": "next start --port ${PORT-3002}",
"lint": "next lint"
},
"engines": {
"node": ">=22"
},
"dependencies": {
"@casl/ability": "^6.5.0",
"@codemirror/commands": "^6.2.5",
"@codemirror/lang-javascript": "^6.2.1",
"@codemirror/state": "^6.2.1",
"@codemirror/view": "^6.17.1",
"@craftjs/core": "^0.2.5",
"@craftjs/layers": "^0.2.2",
"@craftjs/utils": "^0.2.1",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@feathersjs/authentication": "^5.0.29",
"@feathersjs/authentication-client": "^5.0.8",
"@feathersjs/feathers": "^5.0.8",
"@feathersjs/rest-client": "^5.0.8",
"@feathersjs/schema": "^5.0.8",
"@feathersjs/socketio-client": "^5.0.8",
"@feathersjs/typebox": "^5.0.8",
"@hookform/resolvers": "^3.3.4",
"@mantine/core": "^5.10.5",
"@mantine/dropzone": "^5.10.5",
"@mantine/form": "^5.10.5",
"@mantine/hooks": "^5.10.5",
"@mantine/notifications": "^5.10.5",
"@monaco-editor/react": "^4.5.2",
"@next/third-parties": "^15.0.4",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dismissable-layer": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.3",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-portal": "^1.0.4",
"@radix-ui/react-presence": "^1.0.1",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.4",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.6",
"@refinedev/core": "^4.38.4",
"@refinedev/kbar": "^1.3.2",
"@refinedev/mantine": "^2.28.6",
"@refinedev/nextjs-router": "^5.5.0",
"@refinedev/react-table": "^5.6.2",
"@refinedev/simple-rest": "^4.5.0",
"@refinedev/ui-types": "^1.22.9",
"@sentry/nextjs": "^7.94.1",
"@stitches/react": "^1.2.8",
"@tabler/icons-react": "^3.0.0",
"@tanstack/react-query": "^4.32.0",
"@tanstack/react-table": "^8.10.0",
"@tanstack/react-virtual": "^3.0.1",
"axios": "^1.4.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"codemirror": "^6.0.1",
"css-tree": "^2.3.1",
"currency.js": "^2.0.4",
"eslint": "8.44.0",
"eslint-config-next": "13.4.9",
"fontfaceobserver": "^2.3.0",
"formik": "^2.4.3",
"framer-motion": "^11.0.5",
"html-to-image": "^1.11.11",
"imagekit": "^4.1.3",
"jexl": "^2.3.0",
"lodash": "^4.17.21",
"lucide-react": "^0.263.1",
"lzutf8": "^0.6.3",
"next": "^13.5.6",
"next13-progressbar": "^1.0.3",
"nookies": "^2.5.2",
"react": "18.3.1",
"react-colorful": "^5.6.1",
"react-contenteditable": "^3.3.7",
"react-device-detect": "^2.2.3",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-easy-crop": "^5.0.5",
"react-frame-component": "^5.2.6",
"react-gcolor-picker": "^1.3.1",
"react-hook-form": "^7.45.2",
"react-hotkeys-hook": "^4.4.1",
"react-medium-image-zoom": "^5.1.8",
"react-spring": "^9.7.3",
"react-use": "^17.4.0",
"react-virtuoso": "^4.4.2",
"slugify": "^1.6.6",
"socket.io-client": "^4.7.1",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.6",
"tiny-invariant": "^1.3.3",
"tiny-slider": "^2.9.4",
"tinycolor2": "^1.6.0",
"tus-js-client": "^4.0.1",
"typescript": "5.5.4",
"units-css": "^0.4.0",
"usehooks-ts": "^2.15.1",
"webfontloader": "github:ilomon10/webfontloader",
"yup": "^1.3.3",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/css-tree": "^2.3.5",
"@types/jexl": "^2.3.1",
"@types/lodash": "^4.14.196",
"@types/mime-types": "^2.1.4",
"@types/node": "20.4.2",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.7",
"@types/tiny-slider-react": "^0.3.8",
"@types/tinycolor2": "^1.4.6",
"@types/webfontloader": "^1.6.35",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.27",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.3.3"
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}