-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
88 lines (88 loc) · 2.9 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
{
"name": "@mylabz/ng-forms-aio",
"version": "14.0.3",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build:website": "ng build ng-forms-aio-website --configuration production",
"build:lib": "ng build ng-forms-aio --configuration production && npm run build:schematics",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"test:dev": "ng test ng-forms-aio --watch=true",
"publish:lib": "cd dist && cd ng-forms-aio && npm publish --access public",
"build:schematics": "tsc -p projects/ng-forms-aio/tsconfig.schematics.json",
"postbuild:schematics": "copyfiles --up 1 ./projects/ng-forms-aio/schematics/*/schema.json ./projects/ng-forms-aio/schematics/*/*/schema.json ./projects/ng-forms-aio/schematics/**/files/**/** ./projects/ng-forms-aio/schematics/collection.json ./dist"
},
"private": false,
"dependencies": {
"@angular/animations": "~14.2.0",
"@angular/cdk": "~14.2.0",
"@angular/common": "~14.2.0",
"@angular/compiler": "~14.2.0",
"@angular/core": "~14.2.0",
"@angular/forms": "~14.2.0",
"@angular/platform-browser": "~14.2.0",
"@angular/platform-browser-dynamic": "~14.2.0",
"@angular/router": "~14.2.0",
"@ant-design/icons": "^4.7.0",
"@ant-design/icons-angular": "^14.1.0",
"@compodoc/compodoc": "^1.1.18",
"@ctrl/ngx-codemirror": "^5.1.1",
"@mojs/core": "^1.3.0",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"codemirror": "^5.65.2",
"highlight.js": "^11.4.0",
"install": "^0.13.0",
"ng-zorro-antd": "^14.1.1",
"ngx-markdown": "^14.0.1",
"npm": "^8.5.5",
"rxjs": "~7.4.0",
"three": "^0.137.5",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"copyfiles": "2.4.1",
"@angular-devkit/build-angular": "~14.2.0",
"@angular/cli": "~14.2.0",
"@angular/compiler-cli": "~14.2.0",
"@babel/core": "^7.17.0",
"@compodoc/compodoc": "^1.1.18",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
"@types/three": "^0.137.0",
"babel-loader": "^8.2.3",
"chalk": "^5.1.2",
"jasmine-core": "~3.10.0",
"karma": "~6.3.16",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"ng-packagr": "^14.2.0",
"raw-loader": "^4.0.2",
"typescript": "~4.8.4"
},
"description": "All-in-one forms, easily manage complex forms under Angular 13",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mylabz-xyz/ng-forms-aio.git"
},
"keywords": [
"angular",
"forms",
"reactive",
"input",
"formbuilder",
"checkbox",
"select"
],
"author": "Boucham Amine",
"license": "MIT",
"bugs": {
"url": "https://github.com/mylabz-xyz/ng-forms-aio/issues"
},
"homepage": "https://github.com/mylabz-xyz/ng-forms-aio#readme"
}