-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
22d8a46
commit 4f350c6
Showing
14 changed files
with
50 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "common", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"private": true, | ||
"description": "Demos common module", | ||
"author": "Pixano Authors <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "demo-cuboid", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"private": true, | ||
"description": "Cuboid demo", | ||
"author": "Pixano Authors <[email protected]>", | ||
|
@@ -20,8 +20,8 @@ | |
"webpack-cli": "^3.3.10" | ||
}, | ||
"dependencies": { | ||
"@pixano/graphics-3d": "^0.2.1", | ||
"common": "^0.2.1", | ||
"@pixano/graphics-3d": "^0.2.2", | ||
"common": "^0.2.2", | ||
"lit-element": "^2.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,12 @@ | ||
{ | ||
"name": "demo-polygon-http", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"private": true, | ||
"description": "Demo for polygon", | ||
"author": "Pixano Authors <[email protected]>", | ||
"homepage": "", | ||
"license": "CECILL-C", | ||
"main": "my-demo.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "ssh://[email protected]:10022/pixano/pixano-elements.git" | ||
}, | ||
"scripts": { | ||
"build": "webpack --config webpack.config.js", | ||
"watch": "webpack --config webpack.config.js --watch" | ||
|
@@ -23,8 +19,8 @@ | |
"webpack-cli": "^3.3.10" | ||
}, | ||
"dependencies": { | ||
"@pixano/graphics-2d": "^0.2.1", | ||
"common": "^0.2.1", | ||
"@pixano/graphics-2d": "^0.2.2", | ||
"common": "^0.2.2", | ||
"lit-element": "^2.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,12 @@ | ||
{ | ||
"name": "demo-polygon", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"private": true, | ||
"description": "Demo for polygon", | ||
"author": "Pixano Authors <[email protected]>", | ||
"homepage": "", | ||
"license": "CECILL-C", | ||
"main": "my-demo.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "ssh://[email protected]:10022/pixano/pixano-elements.git" | ||
}, | ||
"scripts": { | ||
"build": "webpack --config webpack.config.js", | ||
"watch": "webpack --config webpack.config.js --watch" | ||
|
@@ -21,8 +17,8 @@ | |
"webpack-cli": "^3.3.10" | ||
}, | ||
"dependencies": { | ||
"@pixano/graphics-2d": "^0.2.1", | ||
"common": "^0.2.1", | ||
"@pixano/graphics-2d": "^0.2.2", | ||
"common": "^0.2.2", | ||
"lit-element": "^2.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,12 @@ | ||
{ | ||
"name": "demo-rectangle", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"private": true, | ||
"description": "Demo for rectangle", | ||
"author": "Pixano Authors <[email protected]>", | ||
"homepage": "", | ||
"license": "CECILL-C", | ||
"main": "my-demo.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "ssh://[email protected]:10022/pixano/pixano-elements.git" | ||
}, | ||
"scripts": { | ||
"build": "webpack --config webpack.config.js", | ||
"watch": "webpack --config webpack.config.js --watch" | ||
|
@@ -21,8 +17,8 @@ | |
"webpack-cli": "^3.3.10" | ||
}, | ||
"dependencies": { | ||
"@pixano/graphics-2d": "^0.2.1", | ||
"common": "^0.2.1", | ||
"@pixano/graphics-2d": "^0.2.2", | ||
"common": "^0.2.2", | ||
"lit-element": "^2.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,12 @@ | ||
{ | ||
"name": "demo-segmentation", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"private": true, | ||
"description": "Demo for segmentation", | ||
"author": "Pixano Authors <[email protected]>", | ||
"homepage": "", | ||
"license": "CECILL-C", | ||
"main": "my-demo.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "ssh://[email protected]:10022/pixano/pixano-elements.git" | ||
}, | ||
"scripts": { | ||
"build": "webpack --config webpack.config.js", | ||
"watch": "webpack --config webpack.config.js --watch" | ||
|
@@ -21,8 +17,8 @@ | |
"webpack-cli": "^3.3.10" | ||
}, | ||
"dependencies": { | ||
"@pixano/graphics-2d": "^0.2.1", | ||
"common": "^0.2.1", | ||
"@pixano/graphics-2d": "^0.2.2", | ||
"common": "^0.2.2", | ||
"lit-element": "^2.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "demo-smart-rectangle", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"private": true, | ||
"description": "Demo for rectangle", | ||
"author": "Pixano Authors <[email protected]>", | ||
|
@@ -25,8 +25,8 @@ | |
"@material/mwc-dialog": "^0.13.0", | ||
"@material/mwc-linear-progress": "^0.13.0", | ||
"@material/mwc-textfield": "^0.13.0", | ||
"@pixano/graphics-2d": "^0.2.1", | ||
"common": "^0.2.1", | ||
"@pixano/graphics-2d": "^0.2.2", | ||
"common": "^0.2.2", | ||
"lit-element": "^2.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
{ | ||
"name": "@pixano/ai", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "AI tools for annotations", | ||
"author": "Pixano Authors <[email protected]>", | ||
"license": "CECILL-C", | ||
"main": "lib/index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:pixano/pixano-elements.git", | ||
"directory": "packages/ai" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^3.8.3" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
{ | ||
"name": "@pixano/core", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Pixano core module", | ||
"author": "Pixano Authors <[email protected]>", | ||
"license": "CECILL-C", | ||
"main": "lib/index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:pixano/pixano-elements.git", | ||
"directory": "packages/core" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^3.8.3" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,22 @@ | ||
{ | ||
"name": "@pixano/graphics-2d", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Pixano graphics 2d module", | ||
"author": "Pixano Authors <[email protected]>", | ||
"homepage": "", | ||
"license": "CECILL-C", | ||
"main": "lib/index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:pixano/pixano-elements.git", | ||
"directory": "packages/graphics-2d" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^3.8.3" | ||
}, | ||
"dependencies": { | ||
"@pixano/ai": "^0.2.1", | ||
"@pixano/core": "^0.2.1", | ||
"@pixano/ai": "^0.2.2", | ||
"@pixano/core": "^0.2.2", | ||
"lit-element": "^2.3.1", | ||
"pixi.js": "^5.2.1" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,21 @@ | ||
{ | ||
"name": "@pixano/graphics-3d", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Pixano graphics-3d module", | ||
"author": "Pixano Authors <[email protected]>", | ||
"homepage": "", | ||
"license": "CECILL-C", | ||
"main": "lib/index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:pixano/pixano-elements.git", | ||
"directory": "packages/graphics-3d" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^3.8.3" | ||
}, | ||
"dependencies": { | ||
"@pixano/core": "^0.2.1", | ||
"@pixano/core": "^0.2.2", | ||
"lit-element": "^2.3.1", | ||
"three": "^0.115.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters