mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-12 20:11:20 +08:00

* add application include paddle.js web demo and xcx * cp PR #5 * add readme * fix comments and link * fix xcx readme * fix Task 1 * fix bugs * refine readme * delete ocrxcx readme * refine readme * fix bugs * delete old readme * 200px to 300px * revert 200px to 300px Co-authored-by: Jason <jiangjiajun@baidu.com>
20 lines
428 B
JSON
20 lines
428 B
JSON
{
|
|
"name": "paddlejs-demo",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"dependencies": {
|
|
"@paddlejs/paddlejs-backend-webgl": "^1.2.0",
|
|
"@paddlejs/paddlejs-core": "^2.1.18",
|
|
"d3-polygon": "2.0.0",
|
|
"js-clipper": "1.0.1",
|
|
"number-precision": "1.5.2"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|