-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
118 lines (118 loc) · 4.06 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
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "rdf-mapping-editor",
"version": "2.1.0",
"description": "A webrun component to create a table to RDF data mapping.",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:prod": "run-script-os",
"build:prod:default": "ng build --configuration production && mv dist/rdf-mapping-editor/assets/i18n/en.json dist/rdf-mapping-editor/assets/i18n/en.js",
"build:prod:windows": "ng build --configuration production && move dist\\rdf-mapping-editor\\assets\\i18n\\en.json dist\\rdf-mapping-editor\\assets\\i18n\\en.js",
"lint": "eslint 'src/**' 'cypress/**'",
"lint:fix": "eslint --fix 'src/**' 'cypress/**'",
"start:ci": "http-server ./dist/rdf-mapping-editor -a localhost -p 4200 -c-1",
"cy:ci": "run-script-os",
"cy:ci:default": "ng build --configuration=cypress-tests && mv dist/rdf-mapping-editor/assets/i18n/en.json dist/rdf-mapping-editor/assets/i18n/en.js && run-p --race start:ci cy:parallel",
"cy:ci:windows": "ng build --configuration=cypress-tests && move dist\\rdf-mapping-editor\\assets\\i18n\\en.json dist\\rdf-mapping-editor\\assets\\i18n\\en.js && run-p --race start:ci cy:parallel",
"cy:open": "cypress open",
"cy:parallel": "cypress-parallel -s cy:run -t 4 -d cypress/test/**/*.cy.ts",
"cy:run": "cypress run --spec cypress/test/**/*.cy.ts"
},
"files": [
"dist/"
],
"repository": {
"type": "git",
"url": "https://github.com/Ontotext-AD/mapping-ui.git"
},
"keywords": [
"ontotext",
"graphdb",
"mapping",
"refine"
],
"author": {
"name": "\"Sirma AI\" JSC, trading as Ontotext",
"url": "https://www.ontotext.com/"
},
"contributors": [
{
"name": "Desislava Hristova",
"email": "[email protected]"
},
{
"name": "Teodossi Dossev",
"email": "[email protected]"
},
{
"name": "Svilen Velikov",
"email": "[email protected]"
},
{
"name": "Antoniy Kunchev",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Ontotext-AD/mapping-ui/issues"
},
"homepage": "https://github.com/Ontotext-AD/mapping-ui#readme",
"dependencies": {
"@angular/animations": "^14.2.12",
"@angular/cdk": "^14.2.7",
"@angular/common": "^14.2.12",
"@angular/compiler": "^14.2.12",
"@angular/core": "^14.2.12",
"@angular/flex-layout": "^14.0.0-beta.41",
"@angular/forms": "^14.2.12",
"@angular/material": "^14.2.7",
"@angular/platform-browser": "^14.2.12",
"@angular/platform-browser-dynamic": "^14.2.12",
"@angular/router": "^14.2.12",
"@ncstate/sat-popover": "^10.0.0",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@w11k/ngx-componentdestroyed": "^5.0.2",
"class-transformer": "^0.5.1",
"ontotext-yasgui-web-component": "^0.0.2-TR13",
"rxjs": "^7.8.0",
"tslib": "^2.4.1",
"xregexp": "^4.3.0",
"zone.js": "^0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.10",
"@angular/cli": "^14.2.10",
"@angular/compiler-cli": "^14.2.12",
"@cypress/webpack-preprocessor": "^5.16.1",
"@types/jasmine": "^4.3.1",
"@types/jasminewd2": "^2.0.10",
"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"codelyzer": "^6.0.2",
"cypress": "^12.3.0",
"cypress-failed-log": "^2.10.0",
"cypress-file-upload": "^5.0.8",
"cypress-localstorage-commands": "^2.2.2",
"cypress-multi-reporters": "^1.6.2",
"cypress-parallel": "^0.12.0",
"eslint": "^8.31.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-html": "^7.1.0",
"http-server": "^14.1.1",
"jasmine-core": "^4.5.0",
"jasmine-spec-reporter": "^7.0.0",
"npm-run-all": "^4.1.5",
"run-script-os": "^1.1.6",
"sonarqube-scanner": "^3.0.0",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"tslint": "^6.1.3",
"typescript": "^4.6.4"
}
}