-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
127 lines (127 loc) · 4.71 KB
/
package.json
File metadata and controls
127 lines (127 loc) · 4.71 KB
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
125
126
127
{
"name": "kamu-platform",
"version": "0.67.0",
"scripts": {
"ng": "ng",
"start": "ng serve --watch",
"build": "ng build",
"build:stats": "ng build --stats-json",
"build-prod": "ng build --configuration production",
"build-prod:stats": "ng build --configuration production --stats-json",
"analyze": "webpack-bundle-analyzer dist/kamu-platform/stats.json",
"test": "ng test --no-progress --no-watch --browsers ChromeHeadless --code-coverage",
"test-firefox": "ng test --no-progress --browsers Firefox --code-coverage",
"lint": "eslint .",
"lint-and-fix": "eslint . --fix",
"stylelint": "stylelint '**/*.scss'",
"stylelint:windows": "stylelint \"**/*.scss\"",
"stylelint-fix": "stylelint '**/*.scss' --fix",
"prettier": "prettier --write '**/*.{ts,scss,js,html,spec.ts}'",
"prettier-check": "prettier --check '**/*.{ts,scss,js,html,spec.ts}'",
"gql-update-schema": "curl https://raw.githubusercontent.com/kamu-data/kamu-cli/master/resources/schema.gql > resources/schema.graphql",
"gql-codegen": "graphql-codegen --config gql-codegen.yml && prettier --write src/app/api/kamu.graphql.interface.ts",
"release-patch": "npm version patch -m \"Release v%s\"",
"release-minor": "npm version minor -m \"Release v%s\"",
"release-major": "npm version major -m \"Release v%s\"",
"version": "node update-changelog.js && git add CHANGELOG.md LICENSE.txt",
"prebuild": "node scripts/set-monaco-version.js"
},
"private": true,
"dependencies": {
"@angular/animations": "^19.2.18",
"@angular/cdk": "^19.2.19",
"@angular/common": "^19.2.18",
"@angular/compiler": "^19.2.18",
"@angular/core": "^19.2.18",
"@angular/elements": "^19.2.18",
"@angular/forms": "^19.2.18",
"@angular/localize": "19.2.18",
"@angular/material": "^19.2.19",
"@angular/platform-browser": "^19.2.18",
"@angular/platform-browser-dynamic": "^19.2.18",
"@angular/router": "^19.2.18",
"@angular/service-worker": "19.2.18",
"@apollo/client": "^4.1.3",
"@danielmoncada/angular-datetime-picker": "^19.1.2",
"@danielmoncada/angular-datetime-picker-moment-adapter": "^6.0.2",
"@ng-bootstrap/ng-bootstrap": "^18.0.0",
"@ng-select/ng-select": "^14.9.0",
"@popperjs/core": "^2.11.8",
"@rxweb/reactive-form-validators": "^13.0.1",
"@schematics/angular": "^19.2.19",
"@swimlane/ngx-graph": "^11.0.0",
"@types/file-saver": "^2.0.7",
"angular2-multiselect-dropdown": "^10.0.0",
"apollo-angular": "^13.0.0",
"autoprefixer": "^10.4.24",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"clipboard": "^2.0.11",
"cron-parser": "^5.4.0",
"d3-scale": "^4.0.2",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"ethers": "^6.14.0",
"file-saver": "^2.0.5",
"graphql": "^16.10.0",
"idb": "^8.0.3",
"jwt-decode": "^4.0.0",
"katex": "^0.16.28",
"marked": "^15.0.12",
"monaco-editor": "^0.52.2",
"ng-multiselect-dropdown": "^1.0.0",
"ng2-pdf-viewer": "^9.1.5",
"ngx-highlightjs": "^14.0.1",
"ngx-infinite-scroll": "^19.0.0",
"ngx-markdown": "^19.1.1",
"ngx-monaco-editor-v2": "^19.0.2",
"ngx-toastr": "^19.1.0",
"ngx-trim-directive": "^3.0.1",
"pdfjs-dist": "^2.16.105",
"rxjs": "^7.8.1",
"siwe": "^3.0.0",
"tslib": "^2.0.0",
"yaml": "^2.8.2",
"zone.js": "^0.15.1"
},
"overrides": {
"d3-selection": "3.0.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.2.19",
"@angular/cli": "^19.2.19",
"@angular/compiler-cli": "^19.2.18",
"@angular/language-service": "^19.2.18",
"@graphql-codegen/add": "^6.0.0",
"@graphql-codegen/cli": "^6.1.2",
"@graphql-codegen/typescript-apollo-angular": "^4.0.1",
"@graphql-codegen/typescript-operations": "^5.0.8",
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
"@metamask/providers": "^22.1.0",
"@types/jasmine": "^4.3.6",
"@typescript-eslint/eslint-plugin": "^8.56.0",
"@typescript-eslint/parser": "^8.56.0",
"codelyzer": "^6.0.2",
"eslint": "^10.0.1",
"eslint-plugin-jasmine": "^4.2.2",
"eslint-plugin-license-header": "^0.9.0",
"globals": "^17.3.0",
"jasmine": "^5.5.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-firefox-launcher": "^2.1.3",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"prettier": "^3.7.4",
"pretty-quick": "^4.2.2",
"stylelint": "^17.2.0",
"stylelint-config-standard-scss": "^17.0.0",
"stylelint-scss": "^7.0.0",
"timekeeper": "^2.3.1",
"ts-node": "~8.3.0",
"typescript": "~5.8.3",
"webpack-bundle-analyzer": "^4.10.2"
}
}