-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
14 changed files
with
8,811 additions
and
3,840 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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,54 +1,54 @@ | ||
{ | ||
"name": "@webarkit/webarkit-cv", | ||
"version": "0.1.1", | ||
"description": "A nice project based on OpenCV to develop WebAR applications.", | ||
"main": "dist/webarkitCV.js", | ||
"types": "types/src/index.d.ts", | ||
"devDependencies": { | ||
"@babel/core": "^7.24.5", | ||
"@babel/preset-env": "^7.24.5", | ||
"@jest/globals": "^29.7.0", | ||
"@types/uuid": "^9.0.8", | ||
"babel-loader": "^9.1.3", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"prettier": "^3.2.5", | ||
"rimraf": "^5.0.7", | ||
"ts-jest": "^29.1.2", | ||
"ts-loader": "^9.5.1", | ||
"typedoc": "^0.25.13", | ||
"typescript": "^4.9.5", | ||
"webpack": "^5.95.0", | ||
"webpack-cli": "^5.1.4", | ||
"worker-loader": "^3.0.8" | ||
}, | ||
"scripts": { | ||
"build-ts": "rimraf ./dist && tsc && webpack --mode production", | ||
"dev-ts": "rimraf ./dist && tsc && webpack --mode development --progress --watch", | ||
"docs": "typedoc", | ||
"test": "jest", | ||
"format-check": "prettier --check .", | ||
"format": "prettier --write ." | ||
}, | ||
"author": { | ||
"name": "Walter Perdan", | ||
"email": "[email protected]", | ||
"url": "https://www.kalwaltart.com" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/webarkit/webarkit-cv" | ||
}, | ||
"homepage": "https://github.com/webarkit/webarkit-cv", | ||
"contributors": [ | ||
"Github Contributors (https://github.com/webarkit/webarkit-cv/graphs/contributors)" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/webarkit/webarkit-cv/issues" | ||
}, | ||
"license": "LGPL-3.0-or-later", | ||
"dependencies": { | ||
"@babel/runtime": "^7.24.5", | ||
"ts-node": "^10.9.2", | ||
"uuid": "^9.0.1" | ||
} | ||
"name": "@webarkit/webarkit-cv", | ||
"version": "0.1.1", | ||
"description": "A nice project based on OpenCV to develop WebAR applications.", | ||
"main": "dist/webarkitCV.js", | ||
"types": "types/src/index.d.ts", | ||
"devDependencies": { | ||
"@babel/core": "^7.24.5", | ||
"@babel/preset-env": "^7.24.5", | ||
"@jest/globals": "^29.7.0", | ||
"@types/uuid": "^9.0.8", | ||
"babel-loader": "^9.1.3", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"prettier": "^3.2.5", | ||
"rimraf": "^5.0.7", | ||
"ts-jest": "^29.1.2", | ||
"ts-loader": "^9.5.1", | ||
"typedoc": "^0.25.13", | ||
"typescript": "^4.9.5", | ||
"webpack": "^5.95.0", | ||
"webpack-cli": "^5.1.4", | ||
"worker-loader": "^3.0.8" | ||
}, | ||
"scripts": { | ||
"build-ts": "rimraf ./dist && tsc && webpack --mode production", | ||
"dev-ts": "rimraf ./dist && tsc && webpack --mode development --progress --watch", | ||
"docs": "typedoc", | ||
"test": "jest", | ||
"format-check": "prettier --check .", | ||
"format": "prettier --write ." | ||
}, | ||
"author": { | ||
"name": "Walter Perdan", | ||
"email": "[email protected]", | ||
"url": "https://www.kalwaltart.com" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/webarkit/webarkit-cv" | ||
}, | ||
"homepage": "https://github.com/webarkit/webarkit-cv", | ||
"contributors": [ | ||
"Github Contributors (https://github.com/webarkit/webarkit-cv/graphs/contributors)" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/webarkit/webarkit-cv/issues" | ||
}, | ||
"license": "LGPL-3.0-or-later", | ||
"dependencies": { | ||
"@babel/runtime": "^7.24.5", | ||
"ts-node": "^10.9.2", | ||
"uuid": "^9.0.1" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.