-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
118 lines (118 loc) · 3.89 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
{
"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": "^1.0.0",
"@internationalized/date": "^3.0.1",
"@internationalized/number": "^3.0.3",
"@paypal/paypal-js": "^5.1.1",
"@react-aria/focus": "3.7.0",
"@react-aria/interactions": "^3.11.0",
"@react-aria/overlays": "^3.10.1",
"@react-aria/ssr": "^3.3.0",
"@react-aria/utils": "^3.15.0",
"@react-stately/color": "^3.3.0",
"@react-stately/utils": "^3.5.1",
"@sentry/react": "^7.43.0",
"@sentry/tracing": "^7.43.0",
"@stripe/react-stripe-js": "^1.10.0",
"@stripe/stripe-js": "^1.36.0",
"@tailwindcss/container-queries": "^0.1.0",
"@tanstack/react-query": "^4.3.4",
"@tanstack/react-query-devtools": "^4.24.9",
"@tanstack/react-virtual": "^3.0.0-beta.34",
"@tiptap/extension-code-block-lowlight": "^2.0.0-beta.194",
"@tiptap/extension-color": "^2.0.0-beta.194",
"@tiptap/extension-image": "^2.0.0-beta.194",
"@tiptap/extension-link": "^2.0.0-beta.194",
"@tiptap/extension-subscript": "^2.0.0-beta.194",
"@tiptap/extension-superscript": "^2.0.0-beta.194",
"@tiptap/extension-text-align": "^2.0.0-beta.194",
"@tiptap/extension-text-style": "^2.0.0-beta.194",
"@tiptap/extension-underline": "^2.0.0-beta.194",
"@tiptap/react": "^2.0.0-beta.194",
"@tiptap/starter-kit": "^2.0.0-beta.194",
"@types/google.visualization": "^0.0.68",
"@vitejs/plugin-react-swc": "^3.2.0",
"ace-builds": "^1.10.1",
"axios": "^0.27.2",
"axios-retry": "^3.3.1",
"chart.js": "^3.9.1",
"clsx": "^1.2.1",
"dashjs": "^4.6.0",
"deep-object-diff": "^1.1.7",
"deepmerge": "^4.2.2",
"dot-object": "^2.1.4",
"framer-motion": "^10.8.4",
"fscreen": "^1.2.0",
"get-video-id": "^3.6.5",
"highlight.js": "^11.6.0",
"hls.js": "^1.4.0-beta.2",
"immer": "^9.0.15",
"just-debounce-it": "^3.2.0",
"linkify-string": "^4.0.2",
"lit": "^2.5.0",
"lowlight": "^2.7.0",
"mime-match": "^1.0.2",
"nano-memoize": "^1.3.0",
"nanoid": "^4.0.0",
"npm": "^9.4.2",
"performant-array-to-tree": "^1.11.0",
"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.35.0",
"react-merge-refs": "^2.0.1",
"react-router-dom": "^6.2.1",
"react-textarea-autosize": "^8.3.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-immer": "^0.8.1",
"zustand": "^4.0.0"
},
"devDependencies": {
"@faker-js/faker": "^7.5.0",
"@prettier/plugin-php": "^0.19.0",
"@rollup/plugin-replace": "^5.0",
"@tailwindcss/typography": "^0.5.7",
"@types/dot-object": "^2.1.2",
"@types/fscreen": "^1.0.1",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-recaptcha-v3": "^1.1.2",
"@types/swagger-ui-react": "^4.11.0",
"@types/youtube": "^0.0.47",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"autoprefixer": "^10.4.10",
"babel-loader": "^8.2.5",
"eslint": "8.22",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"laravel-vite-plugin": "^0.7.4",
"postcss": "^8.4.6",
"prettier": "^2.8",
"tailwindcss": "^3.2",
"typescript": "^4.9",
"utility-types": "^3.10.0",
"vite": "^4.1.4",
"vite-tsconfig-paths": "^4.0.5"
}
}