This repository has been archived by the owner on Jul 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
74 lines (74 loc) · 2.12 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "lili",
"version": "1.5.1",
"description": "LIDE LIMS",
"repository": {
"type": "git",
"url": "https://github.com/USGS-WiM/lili.git"
},
"license": "Public Domain",
"readme": "https://github.com/USGS-WiM/lili/blob/master/README.md",
"angular-cli": {},
"scripts": {
"start": "ng serve",
"lint": "tslint \"src/**/*.ts\"",
"test": "ng test --single-run",
"pree2e": "webdriver-manager update",
"e2e": "protractor protractor.config.js"
},
"private": true,
"dependencies": {
"@angular/animations": "^4.4.6",
"@angular/common": "^4.4.6",
"@angular/compiler": "^4.4.6",
"@angular/core": "^4.4.6",
"@angular/forms": "^4.4.6",
"@angular/http": "^4.4.6",
"@angular/platform-browser": "^4.4.6",
"@angular/platform-browser-dynamic": "^4.4.6",
"@angular/router": "^4.4.6",
"@webcomponents/custom-elements": "^1.0.8",
"clarity-angular": "^0.10.25",
"clarity-icons": "^0.10.25",
"clarity-ui": "^0.10.25",
"common-tags": "^1.7.2",
"core-js": "^2.5.3",
"font-awesome": "^4.7.0",
"html2canvas": "^0.5.0-beta4",
"jspdf": "^1.3.5",
"jspdf-autotable": "^2.3.2",
"mutationobserver-shim": "^0.3.2",
"node-sass": "^4.13.1",
"rxjs": "^5.5.6",
"ts-helpers": "^1.1.1",
"web-animations-js": "^2.2.1",
"webpack": "^3.10.0",
"zone.js": "^0.8.20"
},
"devDependencies": {
"@angular/cli": "^1.6.8",
"@angular/compiler-cli": "^4.4.6",
"@types/core-js": "^0.9.46",
"@types/html2canvas": "^0.5.35",
"@types/jasmine": "^2.8.6",
"@types/jspdf": "^1.1.31",
"@types/node": "^8.9.1",
"bootstrap": "4.0.0-beta",
"codelyzer": "^3.2.2",
"enhanced-resolve": "^3.0.0",
"jasmine-core": "^2.99.1",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^1.7.*",
"karma-cli": "^1.0.*",
"karma-jasmine": "^1.1.1",
"karma-mocha-reporter": "^2.2.5",
"karma-phantomjs-launcher": "^1.0.0",
"karma-remap-istanbul": "^0.6.*",
"protractor": "^5.3.0",
"ts-node": "^3.3.0",
"tslint": "^5.9.1",
"typescript": "^2.3.4",
"typings": "^2.1.1",
"webdriver-manager": "^12.0.6"
}
}