-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.39 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
{
"name": "filerobot-storyblok",
"private": true,
"version": "1.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"test": "vitest",
"build": "tsc && vite build",
"preview": "vite preview",
"deploy": "npm run build && npx @storyblok/field-plugin-cli@latest deploy"
},
"dependencies": {
"@filerobot/core": "^3.42.3",
"@filerobot/dropbox": "^3.78.2",
"@filerobot/explorer": "^3.42.3",
"@filerobot/google-drive": "^3.78.2",
"@filerobot/onedrive": "^3.78.2",
"@filerobot/progress-panel": "^3.78.2",
"@filerobot/url": "^3.78.2",
"@filerobot/xhr-upload": "^3.42.3",
"@storyblok/field-plugin": "1.1.2",
"html-react-parser": "^5.1.10",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@testing-library/user-event": "14.5.2",
"@types/react": "^18.2.56",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "6.1.0",
"@typescript-eslint/parser": "6.1.0",
"@vitejs/plugin-react": "^4.1.0",
"@vitest/ui": "1.3.0",
"eslint": "latest",
"eslint-plugin-react": "7.33.2",
"jsdom": "22.1.0",
"typescript": "5.3.3",
"vite": "5.1.3",
"vite-plugin-css-injected-by-js": "3.1.0",
"vitest": "1.3.0"
}
}