##// END OF EJS Templates
switched back to dojo-typings module...
switched back to dojo-typings module added skipLibCheck compiler option due to typings sickness prepare for release

File last commit:

r4:fc9f82c082ef v1.0.0-rc2 default
r4:fc9f82c082ef v1.0.0-rc2 default
Show More
package.json
34 lines | 878 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",
"@implab/core-amd": "^1.3.2"
},
cin
Initial commit, copied files related to .tsx scripts support.
r0 "devDependencies": {
"@types/requirejs": "2.1.31",
"dojo": "1.16.0",
"typescript": "~3.7.5",
"eslint": "6.8.0",
"tslint": "6.0.0",
cin
typescript strict mode...
r1 "@implab/core-amd": "^1.3.2",
"yaml": "~1.7.2",
"@types/yaml": "1.2.0",
"chai": "4.2.0",
cin
created typings for basic part of dojo and dijit further work is required to...
r2 "@types/chai": "4.1.3",
cin
switched back to dojo-typings module...
r4 "dojo-typings": "~1.11.9"
cin
Initial commit, copied files related to .tsx scripts support.
r0 }
}