-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.52 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
{
"name": "json-forms",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build && cp docs/index.html docs/404.html",
"build:package": "ng build jsonforms-zorro-wrapper --configuration production",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"prettierCheck": "prettier '**/*' --check --ignore-unknown",
"audit-ci": "npx audit-ci@6 --config audit-ci.json -h",
"check-updates": "npx npm-check-updates -i"
},
"private": true,
"dependencies": {
"@angular/animations": "17.3.5",
"@angular/cdk": "17.3.5",
"@angular/common": "17.3.5",
"@angular/compiler": "17.3.5",
"@angular/core": "17.3.5",
"@angular/forms": "17.3.5",
"@angular/platform-browser": "17.3.5",
"@angular/platform-browser-dynamic": "17.3.5",
"@angular/router": "17.3.5",
"@types/json-schema": "7.0.15",
"ajv": "8.12.0",
"ajv-formats": "2.1.1",
"lodash-es": "4.17.21",
"monaco-editor": "0.47.0",
"ng-zorro-antd": "17.4.0",
"ngx-quill": "25.3.3",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"zone.js": "0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.5",
"@angular/cli": "17.3.5",
"@angular/compiler-cli": "17.3.5",
"@types/google.maps": "3.55.7",
"@types/jasmine": "5.1.4",
"@types/lodash-es": "4.17.12",
"@types/node": "20.12.7",
"ng-packagr": "17.3.0",
"prettier": "3.2.5",
"prettier-plugin-organize-attributes": "1.0.0",
"typescript": "~5.4.5"
}
}