This repository was archived by the owner on Sep 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.41 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.41 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "stumpy",
"version": "3.7.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"dist": "ng build --prod --source-map"
},
"private": true,
"dependencies": {
"@angular/animations": "^6.1.4",
"@angular/common": "^6.1.4",
"@angular/compiler": "^6.1.4",
"@angular/core": "^6.1.4",
"@angular/forms": "^6.1.4",
"@angular/http": "^6.1.4",
"@angular/platform-browser": "^6.1.4",
"@angular/platform-browser-dynamic": "^6.1.4",
"@angular/platform-server": "^6.1.4",
"@angular/router": "^6.1.4",
"@angular/tsc-wrapped": "^4.4.6",
"@angular/upgrade": "^6.1.4",
"@ng-bootstrap/ng-bootstrap": "^3.1.0",
"bootstrap": "^4.0.0",
"core-js": "^2.4.1",
"font-awesome": "^4.7.0",
"rxjs": "^6.2.2",
"rxjs-compat": "^6.0.0-rc.0",
"ssri": "^5.2.4",
"systemjs": "^0.20.19",
"zone.js": "^0.8.14"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.7.0",
"@angular-devkit/build-optimizer": "^0.4.5",
"@angular-devkit/core": "^0.4.5",
"@angular-devkit/schematics": "^0.4.5",
"@angular/cli": "^6.1.5",
"@angular/compiler-cli": "^6.1.4",
"@angular/language-service": "^6.1.4",
"@schematics/package-update": "^0.4.5",
"@types/angular": "^1.6.50",
"@types/angular-animate": "^1.5.10",
"@types/angular-cookies": "^1.4.5",
"@types/angular-mocks": "^1.7.0",
"@types/angular-resource": "^1.5.14",
"@types/angular-route": "^1.7.0",
"@types/angular-sanitize": "^1.3.7",
"@types/core-js": "^2.5.0",
"@types/jasmine": "^2.8.8",
"@types/jasminewd2": "^2.0.3",
"@types/node": "^10.9.2",
"codelyzer": "^4.0.1",
"jasmine-core": "^3.2.1",
"jasmine-spec-reporter": "^4.2.1",
"jquery": "^3.2.1",
"karma": "^3.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"karma-coverage-istanbul-reporter": "^2.0.2",
"karma-jasmine": "^1.1.2",
"karma-jasmine-html-reporter": "^1.3.1",
"popper.js": "^1.12.9",
"protractor": "^5.4.0",
"rimraf": "^2.6.2",
"rollup": "^0.50.0",
"rollup-plugin-commonjs": "^8.2.1",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^2.0.1",
"source-map-explorer": "^1.6.0",
"tar-pack": "^3.4.1",
"ts-node": "^3.3.0",
"tslint": "^5.7.0",
"typescript": "^2.6.2"
}
}