package.json
34 lines
| 878 B
| application/json
|
JsonLexer
cin
|
r0 | { | ||
cin
|
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
|
r4 | "author": "Implab team", | ||
"license": "BSD-2-Clause", | ||||
"repository": "https://hg.code.sf.net/p/implabjs/djx", | ||||
"publishConfig": { | ||||
"access": "public" | ||||
}, | ||||
cin
|
r3 | "peerDependencies": { | ||
"dojo": "1.16.0", | ||||
"@implab/core-amd": "^1.3.2" | ||||
}, | ||||
cin
|
r0 | "devDependencies": { | ||
"@types/requirejs": "2.1.31", | ||||
"dojo": "1.16.0", | ||||
cin
|
r15 | "typescript": "~3.8.3", | ||
cin
|
r0 | "eslint": "6.8.0", | ||
"tslint": "6.0.0", | ||||
cin
|
r1 | "@implab/core-amd": "^1.3.2", | ||
"yaml": "~1.7.2", | ||||
"@types/yaml": "1.2.0", | ||||
"chai": "4.2.0", | ||||
cin
|
r2 | "@types/chai": "4.1.3", | ||
cin
|
r4 | "dojo-typings": "~1.11.9" | ||
cin
|
r0 | } | ||
} | ||||