##// END OF EJS Templates
Added tag v1.7.0 for changeset cede47727a1b
Added tag v1.7.0 for changeset cede47727a1b

File last commit:

r122:fb2ea4d6aaba v1.6.3 default
r126:57b65a506e4f default
Show More
package.json
43 lines | 1.2 KiB | application/json | JsonLexer
cin
Converted to subproject djx, removed dojo-typings
r65 {
"name": "@implab/djx",
"version": "0.0.1-dev",
"description": "Supports using dojo version 1 with typescript and .tsx files",
"keywords": [
"dojo",
"tsx",
"typescript",
"widgets"
],
"author": "Implab team",
"license": "BSD-2-Clause",
"repository": "https://code.implab.org/implab/implabjs-djx",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
cin
added reduce() and next() methods to observable...
r116 "@implab/core-amd": "^1.4.6",
cin
Converted to subproject djx, removed dojo-typings
r65 "dojo": "^1.10.0"
},
"devDependencies": {
cin
added reduce() and next() methods to observable...
r116 "@implab/core-amd": "^1.4.6",
cin
Converted to subproject djx, removed dojo-typings
r65 "@types/chai": "4.1.3",
"@types/requirejs": "2.1.31",
"@types/yaml": "1.2.0",
cin
`Subscribable` is made compatible with rxjs, added map, filter and scan...
r102 "@types/tap": "15.0.7",
cin
corrected tear down logic handling in observables. Added support for observable query results
r110 "rxjs": "7.5.6",
cin
Converted to subproject djx, removed dojo-typings
r65 "dojo": "1.16.0",
cin
linting
r109 "@implab/dojo-typings": "1.0.3",
cin
Working on WatchForRendition
r107 "@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
cin
Fixed scheduleRender context restoration
r122 "eslint": "^8.28.0",
cin
Working on WatchForRendition
r107 "eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.29.4",
cin
Converted to subproject djx, removed dojo-typings
r65 "requirejs": "2.3.6",
cin
Working on WatchForRendition
r107 "typescript": "4.8.3",
cin
`Subscribable` is made compatible with rxjs, added map, filter and scan...
r102 "yaml": "~1.7.2",
"tap": "16.3.0"
cin
Converted to subproject djx, removed dojo-typings
r65 }
}