-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 865 Bytes
/
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
{
"name": "untitled-whiteboard",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@reduxjs/toolkit": "^1.8.6",
"antd": "^4.24.0",
"browser-fs-access": "^0.31.1",
"clsx": "^1.2.1",
"cuid": "^2.1.8",
"perfect-freehand": "^1.2.0",
"react": "^18.2.0",
"react-bootstrap-icons": "^1.9.1",
"react-dom": "^18.2.0",
"react-redux": "^8.0.4",
"redux": "^4.2.0",
"redux-undo": "^1.0.1",
"roughjs": "^4.5.2",
"sass": "^1.56.1"
},
"devDependencies": {
"@redux-devtools/core": "^3.13.1",
"@types/node": "^18.11.9",
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"@vitejs/plugin-react": "^2.2.0",
"typescript": "^4.6.4",
"vite": "^3.2.0"
}
}