-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
124 lines (124 loc) · 4.1 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
119
120
121
122
123
124
{
"name": "yti-datamodel-ui",
"version": "0.0.0",
"license": "EUPL-1.1",
"scripts": {
"ng": "node -- node_modules/@angular/cli/bin/ng",
"ts-node": "node -- node_modules/ts-node/dist/bin.js -P scripts/tsconfig.script.json --skip-ignore",
"start": "ng serve --port 9000 --proxy-config proxy.conf.json",
"start-dev": "ng serve --port 9000 --proxy-config proxy-dev.conf.json --ssl true",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"create-translations": "node -- node_modules/@biesbjerg/ngx-translate-extract/bin/cli.js --input ./src/app --output ./po/template.pot --format=pot --clean",
"load-examples": "npm run ts-node -- scripts/load-examples.ts"
},
"private": true,
"dependencies": {
"@angular/animations": "^6.1.0",
"@angular/common": "^6.1.0",
"@angular/compiler": "^6.1.0",
"@angular/core": "^6.1.0",
"@angular/forms": "^6.1.0",
"@angular/http": "^6.1.0",
"@angular/platform-browser": "^6.1.0",
"@angular/platform-browser-dynamic": "^6.1.0",
"@angular/router": "^6.1.0",
"@angular/upgrade": "^6.1.0",
"@fortawesome/fontawesome-free-webfonts": "^1.0.9",
"@ng-bootstrap/ng-bootstrap": "2.2.2",
"@ngx-translate/core": "^10.0.2",
"ace-builds": "^1.4.12",
"angular": "1.7.3",
"angular-animate": "1.7.3",
"angular-gettext": "2.4.1",
"angular-messages": "1.7.3",
"angular-route": "1.7.3",
"angular-sanitize": "~1.7.8",
"bootstrap": "4.1.3",
"change-case": "3.0.0",
"checklist-model": "0.9.0",
"classlist.js": "^1.1.20150312",
"core-js": "^2.5.4",
"css.escape": "1.5.1",
"fast-levenshtein": "^2.0.6",
"font-awesome": "^4.7.0",
"jointjs": "1.0.3",
"jquery": "3.4.1",
"jquery-mousewheel": "3.1.13",
"jsonld": "0.4.12",
"lodash": "4.17.15",
"material-design-icons": "^3.0.1",
"moment": "^2.21.0",
"ngclipboard": "1.1.1",
"ngx-markdown-editor": "^3.3.3",
"ngx-virtual-scroller": "^3.0.2",
"please-wait": "0.0.5",
"proxy-polyfill": "0.3.0",
"rxjs": "~6.3.3",
"simple-line-icons": "^2.4.1",
"ui-bootstrap4": "^3.0.0",
"uri-js": "4.2.2",
"uuid": "3.0.1",
"webcola": "3.3.8",
"yti-common-ui": "https://github.com/VRK-YTI/yti-common-ui.git/#91705c04dff3132ba4372994d9f1237d3b25678d",
"zone.js": "~0.8.26"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^2.4.0",
"@angular-builders/dev-server": "^2.2.3",
"@angular-devkit/build-angular": "~0.7.0",
"@angular/cli": "~6.1.4",
"@angular/compiler-cli": "^6.1.0",
"@angular/language-service": "^6.1.0",
"@biesbjerg/ngx-translate-extract": "^2.3.2",
"@types/angular": "1.6.50",
"@types/angular-animate": "1.5.10",
"@types/angular-gettext": "2.1.34",
"@types/angular-route": "1.7.0",
"@types/angular-ui-bootstrap": "0.13.47",
"@types/change-case": "0.0.29",
"@types/d3-dispatch": "^1.0.6",
"@types/d3-drag": "^1.2.1",
"@types/d3-timer": "^1.0.7",
"@types/fast-levenshtein": "^0.0.1",
"@types/jasmine": "~2.8.6",
"@types/jasminewd2": "~2.0.3",
"@types/jointjs": "file:./types/jointjs",
"@types/jquery": "1.10.31",
"@types/lodash": "4.14.121",
"@types/modernizr": "3.2.26",
"@types/node": "~8.9.4",
"@types/uuid": "2.0.29",
"@types/webpack-env": "^1.13.6",
"codelyzer": "~4.2.1",
"http-status-to-description": "0.0.1",
"imports-loader": "0.6.5",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~1.7.1",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.0",
"karma-jasmine": "~1.1.1",
"karma-jasmine-html-reporter": "^0.2.2",
"ng-annotate-patched": "^1.7.0",
"ngx-clipboard": "^11.1.9",
"node-sass": "^4.14.0",
"po-loader": "0.3.1",
"po2json": "0.4.5",
"protractor": "~5.4.0",
"ts-node": "~5.0.1",
"tsconfig-paths": "^3.6.0",
"tslint": "~5.11.0",
"typescript": "~2.7.2"
},
"resolutions": {
"**/angular": "1.7.3",
"**/@types/node": "~8.9.4",
"**/@types/angular": "1.6.50"
},
"engines": {
"node": ">=14.18.1 <15.0.0"
}
}