-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.55 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
{
"name": "react-editor",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/modifiers": "^6.0.1",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.1",
"@layerhub-io/react": "^0.3.3",
"@layerhub-io/react-custom-scrollbar": "^0.0.1",
"@layerhub-io/use-timer": "^0.1.1",
"@reduxjs/toolkit": "^1.9.7",
"@types/node": "^17.0.45",
"are-passive-events-supported": "^1.1.1",
"axios": "^0.27.2",
"baseui": "^12.2.0",
"cors": "^2.8.5",
"i18next": "^21.10.0",
"immutability-helper": "^3.1.1",
"install": "^0.13.0",
"lodash": "^4.17.21",
"mime": "^3.0.0",
"nanoid": "^3.3.6",
"pixi.js": "^6.5.10",
"react": "^18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-i18next": "^11.18.6",
"react-player": "^2.13.0",
"react-redux": "^8.1.3",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.16.0",
"resize-observer-polyfill": "^1.5.1",
"styletron-engine-atomic": "1.5.0-beta.2",
"styletron-react": "6.1.0-beta.2",
"use-debounce": "^8.0.4",
"use-latest": "^1.2.1"
},
"devDependencies": {
"@layerhub-io/types": "^0.3.0",
"@types/lodash": "^4.14.199",
"@types/mime": "^2.0.3",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@vitejs/plugin-react": "^2.2.0",
"typescript": "^4.9.5",
"vite": "^3.2.7",
"vite-tsconfig-paths": "^3.6.0"
}
}