-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.51 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
{
"name": "proton",
"version": "0.4.0",
"description": "The all-in-one app builder for Windows, Mac and Linux.",
"repository": "https://github.com/ProtonDesigner/rewrite",
"author": "TechStudent10",
"license": "MIT",
"type": "module",
"devDependencies": {
"@tauri-apps/cli": "^1.5.6",
"@types/http-proxy": "^1.17.9",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/sync-fetch": "^0.4.0",
"@types/uuid": "^9.0.0",
"@vitejs/plugin-react": "^3.1.0",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"tsc": "^2.0.4",
"typescript": "^4.9.4",
"vite": "^4.5.3",
"vite-plugin-html": "^3.2.0",
"vite-plugin-wasm": "^3.2.1"
},
"dependencies": {
"@monaco-editor/react": "^4.4.6",
"@neodrag/react": "^1.0.1",
"@tauri-apps/api": "^1.2.0",
"@techstudent10/plugin": "^1.0.3",
"cross-fetch": "^3.1.5",
"eventsource": "^2.0.2",
"monaco-editor": "^0.34.1",
"path-browserify": "^1.0.1",
"pocketbase": "^0.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.2",
"react-zoom-pan-pinch": "^2.6.1",
"sass": "^1.55.0",
"sync-fetch": "^0.4.2",
"unique-names-generator": "^4.7.1",
"uuid": "^9.0.0",
"wasmoon": "^1.14.1"
},
"scripts": {
"electron": "electron .",
"watch:www": "cd ui && vite serve",
"build:www": "cd ui && vite build",
"build:app": "yarn tauri build",
"build": "yarn build:app",
"dev": "yarn tauri dev"
}
}