forked from eclipse-theia/theia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeia.package.json
44 lines (44 loc) · 1.2 KB
/
theia.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
{
"private": true,
"name": "@theia/example-browser",
"version": "0.1.1",
"dependencies": {
"@theia/core": "^0.1.1",
"@theia/filesystem": "^0.1.1",
"@theia/workspace": "^0.1.1",
"@theia/preferences": "^0.1.1",
"@theia/navigator": "^0.1.1",
"@theia/process": "^0.1.1",
"@theia/terminal": "^0.1.1",
"@theia/editor": "^0.1.1",
"@theia/languages": "^0.1.1",
"@theia/markers": "^0.1.1",
"@theia/monaco": "^0.1.1",
"@theia/java": "^0.1.1",
"@theia/python": "^0.1.1",
"@theia/cpp": "^0.1.1",
"@theia/go": "^0.1.1",
"@theia/typescript": "^0.1.1"
},
"scripts": {
"clean": "rimraf lib && rimraf errorShots",
"test": "wdio"
},
"devDependencies": {
"@types/chai": "^4.0.1",
"@types/chai-as-promised": "0.0.31",
"@types/mocha": "^2.2.41",
"@types/webdriverio": "^4.7.0",
"chai": "^4.1.0",
"chai-as-promised": "^7.1.1",
"mocha": "^3.4.2",
"selenium-standalone": "^6.2.0",
"typescript": "^2.4.1",
"ts-node": "^3.2.0",
"wdio-mocha-framework": "^0.5.9",
"wdio-phantomjs-service": "^0.2.2",
"wdio-selenium-standalone-service": "0.0.8",
"wdio-spec-reporter": "^0.1.0",
"webdriverio": "^4.6.2"
}
}