-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
120 lines (120 loc) · 3.88 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
{
"name": "bedrive-react",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite --host",
"build": "tsc --skipLibCheck && vite build",
"preview": "vite preview",
"iconIndex": "node ./scripts/create-icon-index.js",
"extract": "node ./resources/scripts/extract-translations.js"
},
"dependencies": {
"@floating-ui/react-dom": "^2.0.2",
"@internationalized/date": "^3.5.0",
"@internationalized/number": "^3.3.0",
"@paypal/paypal-js": "^7.0.3",
"@react-aria/focus": "^3.14.3",
"@react-aria/interactions": "^3.19.1",
"@react-aria/overlays": "^3.18.1",
"@react-aria/ssr": "^3.8.0",
"@react-aria/utils": "^3.21.1",
"@react-stately/color": "^3.4.4",
"@react-stately/utils": "^3.8.0",
"@sentry/react": "^7.0.0",
"@sentry/tracing": "^7.0.0",
"@stripe/react-stripe-js": "^2.3.1",
"@stripe/stripe-js": "^2.1.10",
"@tailwindcss/container-queries": "^0.1.0",
"@tanstack/react-query": "^5.0.5",
"@tanstack/react-query-devtools": "^5.4.2",
"@tanstack/react-virtual": "^3.0.0-beta.68",
"@tiptap/extension-code-block-lowlight": "^2.1.12",
"@tiptap/extension-color": "^2.1.12",
"@tiptap/extension-image": "^2.1.12",
"@tiptap/extension-link": "^2.10.3",
"@tiptap/extension-subscript": "^2.1.12",
"@tiptap/extension-superscript": "^2.1.12",
"@tiptap/extension-text-align": "^2.1.12",
"@tiptap/extension-text-style": "^2.1.12",
"@tiptap/extension-underline": "^2.1.12",
"@tiptap/react": "^2.1.12",
"@tiptap/starter-kit": "^2.1.12",
"@twa-dev/sdk": "^8.0.1",
"@types/google.visualization": "^0.0.71",
"@vitejs/plugin-react-swc": "^3.4.0",
"ace-builds": "^1.31.0",
"axios": "^1.7.7",
"axios-retry": "^3.8.1",
"chart.js": "^4.4.0",
"clsx": "^2.0.0",
"dashjs": "^4.7.2",
"deep-object-diff": "^1.1.7",
"deepmerge": "^4.2.2",
"dot-object": "^2.1.4",
"esbuild": "^0.24.0",
"framer-motion": "^10.16.4",
"fscreen": "^1.2.0",
"get-video-id": "^3.6.5",
"highlight.js": "^11.9.0",
"hls.js": "^1.4.12",
"immer": "^10.0.3",
"just-debounce-it": "^3.2.0",
"linkify-string": "^4.0.2",
"lowlight": "^3.1.0",
"media-icons": "^0.10.0",
"mime-match": "^1.0.2",
"nano-memoize": "^1.3.0",
"nanoid": "^5.0.2",
"prosemirror-state": "^1.4.1",
"react": "^18.2.0",
"react-ace": "^10.1.0",
"react-colorful": "^5.5.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.47.0",
"react-merge-refs": "^2.1.1",
"react-router-dom": "^6.26.1",
"react-textarea-autosize": "^8.5.3",
"react-use-clipboard": "^1.0.7",
"react-use-cookie": "^1.4.0",
"slugify": "^1.6.5",
"swagger-ui-react": "^4.15",
"tus-js-client": "^3.0.1",
"url-regex": "^5.0.0",
"use-debounce": "^9.0.4",
"use-immer": "^0.9.0",
"zustand": "^4.4.4"
},
"devDependencies": {
"@prettier/plugin-php": "^0.21.0",
"@rollup/plugin-replace": "^5.0",
"@tailwindcss/typography": "^0.5.10",
"@types/dot-object": "^2.1.4",
"@types/fscreen": "^1.0.3",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-recaptcha-v3": "^1.1.3",
"@types/swagger-ui-react": "^4.18.2",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"autoprefixer": "^10.4.16",
"babel-loader": "^9.1.3",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"express": "^4.21.1",
"laravel-vite-plugin": "^0.8.1",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-blade": "^1.6.14",
"prettier-plugin-tailwindcss": "^0.5.6",
"tailwindcss": "^3.3",
"typescript": "^5.2.2",
"utility-types": "^3.10.0",
"vite": "^4.5.5",
"vite-tsconfig-paths": "^4.2.1"
}
}