-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
74 lines (74 loc) · 2.36 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
{
"name": "ngx-form-builder",
"version": "0.1.3",
"description": "Angular form generation,dynamic template support primeng/zorro/bootstrap UI",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve --port 8888 -o",
"build": "ng build",
"aot": "ng build --prod --aot",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"repository": {
"type": "git",
"url": "git+https://github.com/giscafer/ngx-form-builder"
},
"author": {
"name": "Nickbing Lao<giscafer@outlook.com>"
},
"private": true,
"dependencies": {
"@angular/animations": "^8.0.3",
"@angular/common": "^8.0.3",
"@angular/compiler": "^8.0.3",
"@angular/core": "^8.0.3",
"@angular/forms": "^8.0.3",
"@angular/http": "^7.2.15",
"@angular/platform-browser": "^8.0.3",
"@angular/platform-browser-dynamic": "^8.0.3",
"@angular/router": "^8.0.3",
"@ant-design/icons-angular": "^8.0.0",
"@stackblitz/sdk": "^1.3.0",
"bootstrap": "^4.3.1",
"copy-text-to-clipboard": "^2.1.0",
"core-js": "^3.1.4",
"lodash": "^4.17.11",
"ng-zorro-antd": "^7.5.1",
"ngx-ace-tern": "^1.2.2",
"ngx-highlightjs": "2.1.1",
"ngx-md": "^7.1.3",
"rxjs": "^6.5.2",
"rxjs-compat": "^6.5.2",
"strip-json-comments": "^3.0.1",
"z-schema": "^4.1.0",
"zone.js": "^0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.800.4",
"@angular-devkit/core": "8.0.4",
"@angular/cli": "^8.0.4",
"@angular/compiler-cli": "^8.0.3",
"@angular/language-service": "^8.0.3",
"@types/jasmine": "~3.3.13",
"@types/jasminewd2": "~2.0.6",
"@types/node": "~12.0.10",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
"jquery": "^3.4.1",
"json-loader": "^0.5.7",
"karma": "~4.1.0",
"karma-chrome-launcher": "~2.2.0",
"karma-cli": "~2.0.0",
"karma-coverage-istanbul-reporter": "^2.0.5",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"protractor": "^5.4.2",
"raw-loader": "^1.0.0",
"ts-node": "~8.3.0",
"tslint": "~5.18.0",
"typescript": "3.4.2"
}
}