-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1002 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
37
38
39
{
"name": "rocket",
"private": true,
"version": "0.2.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"app": "tauri dev",
"bundle": "tauri build --target aarch64-apple-darwin"
},
"dependencies": {
"@hello-pangea/dnd": "^16.6.0",
"@monaco-editor/react": "^4.6.0",
"@tauri-apps/api": "^1.5.6",
"autoprefixer": "^10.4.19",
"language-detect": "^1.1.0",
"language-map": "^1.5.0",
"postcss": "^8.4.38",
"react": "^18.3.1",
"react-contexify": "^6.0.0",
"react-contextify": "^0.1.0",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-resizable-panels": "^2.0.19",
"tailwindcss": "3.4.4"
},
"devDependencies": {
"@tauri-apps/cli": "^1.1.0",
"@types/node": "^20",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^4.3.0",
"typescript": "^5.4.5",
"vite": "^5.2.12"
}
}