##// END OF EJS Templates
Working on IntrisictElements to support legacy and new tsx styles
Working on IntrisictElements to support legacy and new tsx styles

File last commit:

r40:ac3004768754 default
r40:ac3004768754 default
Show More
package.json
35 lines | 908 B | application/json | JsonLexer
cin
Initial commit, copied files related to .tsx scripts support.
r0 {
cin
fixed dependencies
r3 "name": "@implab/djx",
"version": "0.0.1-dev",
"description": "Supports using dojo version 1 with typescript and .tsx files",
"keywords": [
"dojo",
"tsx",
"typescript",
"widgets"
],
cin
switched back to dojo-typings module...
r4 "author": "Implab team",
"license": "BSD-2-Clause",
"repository": "https://hg.code.sf.net/p/implabjs/djx",
"publishConfig": {
"access": "public"
},
cin
fixed dependencies
r3 "peerDependencies": {
"dojo": "1.16.0",
cin
Working on IntrisictElements to support legacy and new tsx styles
r40 "@implab/core-amd": "^1.4.0"
cin
fixed dependencies
r3 },
cin
Initial commit, copied files related to .tsx scripts support.
r0 "devDependencies": {
cin
Working on IntrisictElements to support legacy and new tsx styles
r40 "@implab/core-amd": "^1.4.0",
cin
Added 'Attrs', 'Events' type parameters to DjxWidgetBase, typed 'on' and 'emit' methods
r30 "@types/chai": "4.1.3",
cin
Initial commit, copied files related to .tsx scripts support.
r0 "@types/requirejs": "2.1.31",
cin
typescript strict mode...
r1 "@types/yaml": "1.2.0",
"chai": "4.2.0",
cin
Added 'Attrs', 'Events' type parameters to DjxWidgetBase, typed 'on' and 'emit' methods
r30 "dojo": "1.16.0",
"dojo-typings": "~1.11.9",
"eslint": "6.8.0",
"tslint": "^6.1.3",
"typescript": "4.0.2",
cin
added djbase mixins declaration support
r32 "yaml": "~1.7.2",
"requirejs": "2.3.6"
cin
Initial commit, copied files related to .tsx scripts support.
r0 }
}