-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.96 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.96 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
{
"name": "form-builder",
"version": "0.0.4",
"scripts": {
"ng": "node_modules/.bin/ng",
"start": "node_modules/.bin/ng serve",
"build": "ng build",
"watch": "node_modules/.bin/ng build --watch --configuration development",
"test": "node_modules/.bin/ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^21.2.2",
"@angular/cdk": "^21.2.1",
"@angular/common": "^21.2.2",
"@angular/compiler": "^21.2.2",
"@angular/core": "^21.2.2",
"@angular/forms": "^21.2.2",
"@angular/platform-browser": "^21.2.2",
"@angular/platform-browser-dynamic": "^21.2.2",
"@angular/router": "^21.2.2",
"@ant-design/icons": "^5.6.1",
"@ant-design/icons-angular": "^21.0.0",
"@codemirror/commands": "^6.10.0",
"@codemirror/lang-javascript": "^6.2.4",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lint": "^6.9.2",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.38.8",
"@fsegurai/codemirror-theme-basic-dark": "^6.2.3",
"@fsegurai/codemirror-theme-basic-light": "^6.2.3",
"@ngx-translate/core": "^17.0.0",
"@ngx-translate/http-loader": "^17.0.0",
"@types/lodash-es": "^4.17.12",
"codemirror": "^6.0.2",
"diff": "^7.0.0",
"flag-icons": "^7.3.2",
"lodash-es": "^4.17.21",
"ng-zorro-antd": "^21.1.1",
"ngx-quill": "^29.2.0",
"ngx-translate-multi-http-loader": "^20.0.0",
"quill": "^2.0.3",
"rxjs": "~7.8.2",
"tslib": "^2.8.1",
"uuid": "^11.1.0",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular/build": "^21.2.1",
"@angular/cli": "^21.2.1",
"@angular/compiler-cli": "^21.2.2",
"@types/diff": "^7.0.2",
"@types/jasmine": "~5.1.7",
"jasmine-core": "~5.6.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"less": "^4.2.0",
"prettier": "^3.5.3",
"typescript": "5.9.3"
}
}