-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.53 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.53 KB
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": "my-tasks",
"private": true,
"workspaces": [
"packages/*"
],
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev-h": "vite --host",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emotion/css": "^11.11.2",
"@react-three/drei": "^9.109.5",
"@react-three/fiber": "^8.17.5",
"is-hotkey": "^0.2.0",
"keen-slider": "^6.8.6",
"react": "^18.2.0",
"react-confetti-explosion": "^2.1.2",
"react-dom": "^18.2.0",
"react-drag-resize": "^0.1.4",
"react-draggable": "^4.4.6",
"react-icons": "^5.0.1",
"react-multi-date-picker": "^4.5.1",
"react-quill": "^2.0.0",
"react-rnd": "^10.4.11",
"react-router-dom": "^6.23.1",
"react-share-kit": "^1.1.0",
"react-simple-wysiwyg": "^3.0.3",
"react-spring": "^9.7.3",
"react-toastify": "^10.0.5",
"react-tooltip": "^5.26.4",
"react-webcam": "^7.2.0",
"slate": "^0.102.0",
"slate-history": "^0.100.0",
"slate-hyperscript": "^0.100.0",
"slate-react": "^0.102.0",
"styled-components": "^6.1.12",
"swiper": "^11.1.4",
"three": "^0.167.1"
},
"devDependencies": {
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"vite": "^5.1.4"
}
}