This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
105 lines (105 loc) · 3.25 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "publish.prx.org",
"version": "0.1.0",
"description": "PRX content publishing application",
"keywords": [
"PRX",
"Publish"
],
"homepage": "https://github.com/prx/publish.prx.org",
"bugs": {
"url": "https://github.com/prx/publish.prx.org/issues",
"email": "[email protected]"
},
"license": "AGPL-3.0",
"author": "PRX, Inc. <[email protected]> (http://www.prx.org)",
"contributors": [
"Ryan Cavis <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/PRX/www.prx.org.git"
},
"angular-cli": {},
"scripts": {
"start": "prx-ng-serve dev",
"lint": "tslint \"src/**/*.ts\" -e \"src/testing/components.ts\"",
"test": "ng test",
"e2e": "ng e2e",
"testonce": "ng test --watch=false --browsers=PhantomJS",
"ci": "ng test --watch=false --browsers=PhantomJS --code-coverage && codecov",
"build": "ng build --prod --aot",
"serve": "prx-ng-serve dist"
},
"private": true,
"dependencies": {
"@angular/common": "^9.1.12",
"@angular/compiler": "^9.1.12",
"@angular/core": "^9.1.12",
"@angular/forms": "^9.1.12",
"@angular/platform-browser": "^9.1.12",
"@angular/platform-browser-dynamic": "^9.1.12",
"@angular/router": "^9.1.12",
"angulartics2": "^7.4.1",
"evaporate": "^2.1.4",
"js-sha256": "^0.9.0",
"langmap": "0.0.14",
"ngx-prx-styleguide": "5.2.1",
"prosemirror-commands": "^1.1.4",
"prosemirror-inputrules": "^1.1.2",
"prosemirror-keymap": "^1.1.4",
"prosemirror-markdown": "^1.4.5",
"prosemirror-menu": "^1.1.4",
"prosemirror-schema-basic": "^1.1.2",
"prosemirror-schema-list": "^1.1.2",
"prosemirror-state": "^1.3.3",
"prosemirror-view": "^1.14.13",
"prx-ng-serve": "^4.0.0",
"rxjs": "~6.5.5",
"spark-md5": "^3.0.0",
"stickyfilljs": "^2.1.0",
"tslib": "^1.10.0",
"url-template": "^2.0.8",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.901.12",
"@angular/cli": "^9.1.12",
"@angular/compiler-cli": "^9.1.12",
"@types/evaporate": "^2.1.3",
"@types/jasmine": "2.5.38",
"@types/node": "^12.11.1",
"@types/prosemirror-commands": "^1.0.1",
"@types/prosemirror-history": "^1.0.1",
"@types/prosemirror-inputrules": "^1.0.2",
"@types/prosemirror-keymap": "^1.0.2",
"@types/prosemirror-markdown": "^1.0.3",
"@types/prosemirror-menu": "^1.0.2",
"@types/prosemirror-model": "^1.7.2",
"@types/prosemirror-schema-basic": "^1.0.1",
"@types/prosemirror-schema-list": "^1.0.1",
"@types/prosemirror-state": "^1.2.4",
"@types/prosemirror-view": "^1.11.4",
"@types/spark-md5": "3.0.1",
"@types/url-template": "^2.0.27",
"codecov": "PRX/codecov-node",
"codelyzer": "^5.1.2",
"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-coverage-istanbul-reporter": "^0.2.0",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-spec-reporter": "0.0.26",
"moment": "^2.24.0",
"protractor": "~5.1.0",
"ts-node": "~2.0.0",
"tslint": "^5.0.0",
"typescript": "~3.8.3"
},
"optionalDependencies": {
"karma-phantomjs-launcher": "^1.0.4"
}
}