This commit is contained in:
BoykoAlex
2018-08-15 16:09:14 -04:00
parent 2ed494a7aa
commit b8ae7b7aad
4 changed files with 40 additions and 37 deletions

View File

@@ -1,32 +1,32 @@
{
"private": true,
"name": "browser-app",
"version": "0.0.0",
"version": "0.0.1",
"dependencies": {
"@pivotal-tools/theia-spring-boot": "^0.0.1",
"@theia/core": "latest",
"@theia/filesystem": "latest",
"@theia/workspace": "latest",
"@theia/preferences": "latest",
"@theia/navigator": "latest",
"@theia/process": "latest",
"@theia/terminal": "latest",
"@theia/editor": "latest",
"@theia/filesystem": "latest",
"@theia/languages": "latest",
"@theia/markers": "latest",
"@theia/monaco": "latest",
"@theia/typescript": "latest",
"@theia/messages": "latest",
"@theia/spring-boot": "0.0.0"
"@theia/monaco": "latest",
"@theia/navigator": "latest",
"@theia/preferences": "latest",
"@theia/process": "latest",
"@theia/terminal": "latest",
"@theia/typescript": "latest",
"@theia/workspace": "latest"
},
"devDependencies": {
"@theia/cli": "latest"
},
"scripts": {
"prepare": "theia build",
"prepare": "theia build",
"start": "theia start",
"watch": "theia build --watch"
},
"theia": {
"target": "browser"
}
}
}

View File

@@ -1,32 +1,32 @@
{
"private": true,
"name": "electron-app",
"version": "0.0.0",
"version": "0.0.1",
"dependencies": {
"@pivotal-tools/theia-spring-boot": "^0.0.1",
"@theia/core": "latest",
"@theia/filesystem": "latest",
"@theia/workspace": "latest",
"@theia/preferences": "latest",
"@theia/navigator": "latest",
"@theia/process": "latest",
"@theia/terminal": "latest",
"@theia/editor": "latest",
"@theia/filesystem": "latest",
"@theia/languages": "latest",
"@theia/markers": "latest",
"@theia/monaco": "latest",
"@theia/typescript": "latest",
"@theia/messages": "latest",
"@theia/spring-boot": "0.0.0"
"@theia/monaco": "latest",
"@theia/navigator": "latest",
"@theia/preferences": "latest",
"@theia/process": "latest",
"@theia/terminal": "latest",
"@theia/typescript": "latest",
"@theia/workspace": "latest"
},
"devDependencies": {
"@theia/cli": "latest"
},
"scripts": {
"prepare": "theia build",
"prepare": "theia build",
"start": "theia start",
"watch": "theia build --watch"
},
"theia": {
"target": "electron"
}
}
}

View File

@@ -1,6 +1,6 @@
{
"lerna": "2.4.0",
"version": "0.0.0",
"version": "0.0.1",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
@@ -8,4 +8,4 @@
"stream": true
}
}
}
}

View File

@@ -1,9 +1,9 @@
{
"name": "@theia/spring-boot",
"name": "@pivotal-tools/theia-spring-boot",
"keywords": [
"theia-extension"
],
"version": "0.0.0",
"version": "0.0.1",
"files": [
"lib",
"src",
@@ -11,14 +11,14 @@
"images"
],
"dependencies": {
"@theia/core": "latest",
"@theia/languages": "latest",
"@theia/preferences": "latest",
"@theia/editor": "latest",
"@theia/monaco": "latest",
"@theia/java": "latest",
"@pivotal-tools/jvm-launch-utils": "0.0.11",
"@pivotal-tools/theia-languageclient": "0.0.2",
"@pivotal-tools/jvm-launch-utils": "0.0.11"
"@theia/core": "latest",
"@theia/editor": "latest",
"@theia/java": "latest",
"@theia/languages": "latest",
"@theia/monaco": "latest",
"@theia/preferences": "latest"
},
"devDependencies": {
"rimraf": "latest",
@@ -35,5 +35,8 @@
"frontend": "lib/browser/spring-boot-frontend-module",
"backend": "lib/node/spring-boot-backend-module"
}
]
}
],
"publishConfig": {
"access": "public"
}
}