-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.99 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
{
"name": "pattern-pedia",
"version": "1.4.0",
"scripts": {
"ng": "ng",
"start": "ng serve --port 1978",
"build": "ng build",
"test": "ng test",
"test-docker": "ng test --browsers=ChromiumHeadlessNoSandbox",
"test-ci": "ng test --no-watch --no-progress --browsers=ChromeHeadlessNoSandbox",
"lint": "stylelint \"src/**/*.scss\"; ng lint; eslint \"src/**/*.ts\"",
"lint-ci": "stylelint \"src/**/*.scss\" || ec=$? ; ng lint || ec=$? ; eslint \"src/**/*.ts\" || ec=$? ; exit $ec",
"e2e": "ng e2e",
"travis": "ng build --base-href '/pattern-atlas/'"
},
"private": true,
"dependencies": {
"@angular/animations": "9.1.2",
"@angular/cdk": "9.2.1",
"@angular/common": "9.1.2",
"@angular/compiler": "9.1.2",
"@angular/core": "9.1.2",
"@angular/flex-layout": "9.0.0-beta.29",
"@angular/forms": "9.1.2",
"@angular/material": "9.2.1",
"@angular/platform-browser": "9.1.2",
"@angular/platform-browser-dynamic": "9.1.2",
"@angular/router": "9.1.2",
"@auth0/angular-jwt": "^4.0.0",
"@covalent/text-editor": "3.0.0-beta.1-2",
"@types/file-saver": "^2.0.5",
"@ustutt/grapheditor-webcomponent": "0.5.4",
"angular2-prettyjson": "3.0.1",
"angular2-toaster": "8.0.0",
"antlr4": "^4.8.0",
"core-js": "2.6.3",
"d3": "^5.9.2",
"file-saver": "^2.0.5",
"jquery": "^3.6.1",
"keyword-extractor": "0.0.25",
"lodash": "^4.17.21",
"madr": "2.1.2",
"markdown-it": "10.0.0",
"markdown-it-katexx": "3.2.0 ",
"mathjs": "^7.0.2",
"ngx-cookie-service": "2.1.0",
"ngx-md": "8.1.6",
"parse-uri": "1.0.0",
"quantum-circuit": "^0.9.153",
"rxjs": "6.5.5",
"simplemde": "1.11.2",
"tslib": "^1.10.0",
"whatwg-fetch": "^3.6.2",
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.901.2",
"@angular-eslint/builder": "0.0.1-alpha.29",
"@angular-eslint/eslint-plugin": "0.0.1-alpha.29",
"@angular-eslint/eslint-plugin-template": "0.0.1-alpha.29",
"@angular-eslint/template-parser": "0.0.1-alpha.29",
"@angular/cli": "~9.1.2",
"@angular/compiler-cli": "9.1.2",
"@angular/language-service": "9.1.2",
"@types/d3": "^5.7.2",
"@types/jasmine": "~3.5.4",
"@types/jasminewd2": "^2.0.8",
"@types/lodash": "^4.14.149",
"@types/marked": "0.7.2",
"@types/node": "^13.7.1",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
"@webcomponents/webcomponentsjs": "^2.4.1",
"eslint": "^6.8.0",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.4",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "1.4.0",
"protractor": "~5.4.2",
"stylelint": "^13.5.0",
"stylelint-config-sass-guidelines": "^7.0.0",
"ts-node": "~8.0.1",
"typescript": "~3.7.7",
"yarn-audit-fix": "^10.0.1"
},
"browser": {
"fs": false
}
}