This repository has been archived by the owner on Nov 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
85 lines (85 loc) · 2.48 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
75
76
77
78
79
80
81
82
83
84
85
{
"name": "record-editor",
"version": "0.13.32",
"description": "Editor (used in inspirehep.net) for JSON documents with bibliographic metadata",
"keywords": [
"angular2",
"webpack",
"typescript",
"json",
"marc",
"editor"
],
"author": "Harun Urhan <[email protected]>",
"homepage": "https://github.com/inspirehep/record-editor",
"license": "GPL-2.0",
"angular-cli": {},
"scripts": {
"start": "ng build --watch --progress --extract-css",
"build": "ng build --prod --sourcemaps",
"lint": "tslint --project ./src/tsconfig.json \"src/**/*.ts\"",
"test": "ng test --watch=false",
"pree2e": "webdriver-manager update",
"e2e": "protractor",
"coveralls": "cat coverage/**/lcov.info | coveralls",
"preversion": "yarn test",
"version": "yarn build",
"postversion": "git push upstream && git push upstream --tags"
},
"dependencies": {
"@angular/animations": "^4.0.0",
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/forms": "^4.0.0",
"@angular/http": "^4.0.0",
"@angular/platform-browser": "^4.0.0",
"@angular/platform-browser-dynamic": "^4.0.0",
"@angular/router": "^4.0.0",
"core-js": "^2.4.1",
"font-awesome": "^4.7.0",
"immutable": "^3.8.1",
"inspire-schemas": "^61.3.1",
"lodash": "4.17.2",
"ng2-json-editor": "^0.25.19",
"ngx-bootstrap": "2.0.0-beta.7",
"ngx-toastr": "^6.1.4",
"raven-js": "3.27.0",
"rxjs": "^5.0.1",
"ts-helpers": "^1.1.1",
"zone.js": "^0.8.4"
},
"devDependencies": {
"@angular/cli": "1.5.6",
"@angular/compiler-cli": "^4.0.0",
"@types/jasmine": "2.5.38",
"@types/lodash": "4.14.57",
"bootstrap-sass": "^3.3.7",
"codelyzer": "~3.2.0",
"coveralls": "^2.11.14",
"jasmine-core": "~2.5.2",
"jasmine-spec-reporter": "~3.2.0",
"karma": "~1.4.1",
"karma-chrome-launcher": "~2.0.0",
"karma-cli": "~1.0.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-coverage-istanbul-reporter": "^0.2.0",
"process-nextick-args": "^1.0.7",
"protractor": "~5.1.0",
"ts-node": "1.2.1",
"tslint": "^5.0.0",
"typescript": "~2.3.0",
"util-deprecate": "^1.0.2"
},
"resolutions": {
"protractor/@types/node": "6.14.10"
},
"repository": {
"type": "git",
"url": "https://github.com/inspirehep/record-editor.git"
},
"bugs": {
"url": "https://github.com/inspirehep/record-editor/issues"
}
}