11{
2- "private" : true ,
3- "name" : " electron-app" ,
4- "version" : " 1.1.0" ,
5- "dependencies" : {
6- "@theia/core" : " ^1.11.0" ,
7- "@theia/filesystem" : " ^1.11.0" ,
8- "@theia/workspace" : " ^1.11.0" ,
9- "@theia/preferences" : " ^1.11.0" ,
10- "@theia/navigator" : " ^1.11.0" ,
11- "@theia/process" : " ^1.11.0" ,
12- "@theia/terminal" : " ^1.11.0" ,
13- "@theia/editor" : " ^1.11.0" ,
14- "@theia/markers" : " ^1.11.0" ,
15- "@theia/monaco" : " ^1.11.0" ,
16- "@theia/messages" : " ^1.11.0" ,
17- "@theia/electron" : " ^1.11.0" ,
18- "fusion-studio-extension" : " 1.2.0"
19- },
20- "devDependencies" : {
21- "@theia/cli" : " ^1.11.0"
22- },
23- "scripts" : {
24- "prepare" : " theia build --mode development" ,
25- "start" : " theia start" ,
26- "watch" : " theia build --watch --mode development"
27- },
28- "theia" : {
29- "target" : " electron" ,
30- "frontend" : {
31- "config" : {
32- "applicationName" : " Fusion Studio"
33- }
2+ "private" : true ,
3+ "name" : " electron-app" ,
4+ "version" : " 1.1.0" ,
5+ "dependencies" : {
6+ "@theia/core" : " ^1.13.0" ,
7+ "@theia/filesystem" : " ^1.13.0" ,
8+ "@theia/workspace" : " ^1.13.0" ,
9+ "@theia/preferences" : " ^1.13.0" ,
10+ "@theia/navigator" : " ^1.13.0" ,
11+ "@theia/process" : " ^1.13.0" ,
12+ "@theia/terminal" : " ^1.13.0" ,
13+ "@theia/editor" : " ^1.13.0" ,
14+ "@theia/markers" : " ^1.13.0" ,
15+ "@theia/monaco" : " ^1.13.0" ,
16+ "@theia/messages" : " ^1.13.0" ,
17+ "@theia/electron" : " ^1.13.0" ,
18+ "fusion-studio-extension" : " 1.2.0"
19+ },
20+ "devDependencies" : {
21+ "@theia/cli" : " ^1.13.0"
22+ },
23+ "scripts" : {
24+ "prepare" : " theia build --mode development" ,
25+ "start" : " theia start" ,
26+ "watch" : " theia build --watch --mode development"
27+ },
28+ "theia" : {
29+ "target" : " electron" ,
30+ "frontend" : {
31+ "config" : {
32+ "applicationName" : " Fusion Studio"
33+ }
34+ }
3435 }
35- }
36- }
36+ }
0 commit comments