##// END OF EJS Templates
Fixed startupWidgets for nodes are not of the Element type.
Fixed startupWidgets for nodes are not of the Element type.

File last commit:

r66:e3c05e9785a2 default
r69:c276b9b7fa83 v1.1.2 default
Show More
package.json
35 lines | 915 B | application/json | JsonLexer
{
"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": {
"@implab/core-amd": "^1.4.0",
"dojo": "^1.10.0"
},
"devDependencies": {
"@implab/core-amd": "^1.4.0",
"@types/chai": "4.1.3",
"@types/requirejs": "2.1.31",
"@types/yaml": "1.2.0",
"chai": "4.2.0",
"dojo": "1.16.0",
"dojo-typings": "~1.11.9",
"eslint": "6.8.0",
"requirejs": "2.3.6",
"tslint": "^6.1.3",
"typescript": "4.2.4",
"yaml": "~1.7.2"
}
}