-
Notifications
You must be signed in to change notification settings - Fork 170
/
package.json
53 lines (53 loc) · 1.36 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "tabris",
"version": "3.9.0",
"description": "Mobile apps with native UIs in JavaScript",
"keywords": [
"native",
"mobile",
"ios",
"android"
],
"license": "BSD-3-Clause",
"homepage": "http://tabrisjs.com/",
"repository": {
"type": "git",
"url": "https://github.com/eclipsesource/tabris-js.git"
},
"devDependencies": {
"@types/chai-as-promised": "^7.1.3",
"@types/fs-extra": "^8.0.0",
"@types/mocha": "^5.2.6",
"@types/sinon": "^7.0.11",
"@types/sinon-chai": "^3.2.2",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"chai": "^4.1.0",
"chai-as-promised": "^7.1.1",
"eslint": "^6.x.x",
"eslint-plugin-react": "^7.18.3",
"format-json": "^1.0.3",
"fs-extra": "^4.0.3",
"grunt": "^1.0.4",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-exec": "^2.0.0",
"json-schema-to-typescript": "^5.5.0",
"jsonschema": "^1.2.4",
"mocha": "^4.0.1",
"rollup": "^0.68.2",
"rollup-plugin-inject": "2.0.0",
"rollup-plugin-typescript2": "^0.27.2",
"rxjs": "^6.6.3",
"sinon": "^4.1.3",
"sinon-chai": "^2.11.0",
"ts-node": "^8.6.2",
"tslib": "^2.0.1",
"typescript": "4.8",
"uglify-es": "^3.0.27"
},
"scripts": {
"test": "grunt test"
}
}