-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.15 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
{
"name": "udunu",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@craftjs/core": "^0.2.4",
"@material-ui/core": "^4.12.4",
"@monaco-editor/react": "^4.6.0",
"@reduxjs/toolkit": "^2.2.1",
"@tauri-apps/api": "^1.5.2",
"@types/classnames": "^2.3.1",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-redux": "^7.1.33",
"@types/react-router-dom": "^5.3.3",
"material-ui-color-picker": "^3.5.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-accessible-treeview": "^2.8.3",
"react-beautiful-dnd": "^13.1.1",
"react-contenteditable": "^3.3.7",
"react-dom": "^18.2.0",
"react-file-icon": "^1.4.0",
"react-icons": "^5.0.1",
"react-markdown": "^9.0.1",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.1"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.8",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.0.2",
"vite": "^5.0.0"
}
}