-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.39 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
54
55
56
57
58
{
"name": "cti-whittler",
"version": "0.0.0",
"license": "MIT",
"angular-cli": {},
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/common": "4.x",
"@angular/compiler": "4.x",
"@angular/core": "4.x",
"@angular/forms": "4.x",
"@angular/http": "4.x",
"@angular/platform-browser": "4.x",
"@angular/platform-browser-dynamic": "4.x",
"@angular/router": "4.x",
"angularfire2": "^4.0.0-rc.1",
"brace": "^0.10.0",
"core-js": "2.x",
"d3": "4.x",
"firebase": "^4.1.3",
"js-yaml": "3.x",
"ng2-ace-editor": "^0.2.3",
"ngx-clipboard": "^8.0.3",
"rxjs": "5.x",
"tv4": "1.x",
"uuid": "^3.1.0",
"zone.js": "0.x"
},
"devDependencies": {
"@angular/cli": "^1.2.0",
"@angular/compiler-cli": "4.x",
"@types/d3": "4.x",
"@types/jasmine": "^2.5.53",
"@types/js-yaml": "3.x",
"@types/node": "6.x",
"@types/tv4": "1.x",
"@types/uuid": "^2.0.30",
"codelyzer": "^2.1.1",
"jasmine-core": "^2.6.4",
"jasmine-spec-reporter": "^2.7.0",
"karma": "^1.7.0",
"karma-chrome-launcher": "2.x",
"karma-cli": "1.x",
"karma-jasmine": "1.x",
"karma-remap-istanbul": "^0.6.0",
"ts-node": "^1.7.3",
"tslint": "4.x",
"typescript": "^2.4.1"
}
}