forked from dschnelldavis/angular2-json-schema-form
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
executable file
·134 lines (134 loc) · 4.32 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
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
128
129
130
131
132
133
134
{
"name": "angular2-json-schema-form",
"version": "0.7.0-alpha.1",
"author": {
"name": "David Schnell-Davis",
"email": "[email protected]"
},
"description": "Angular JSON Schema Form builder",
"keywords": [
"Angular",
"ng",
"Angular4",
"Angular 4",
"ng4",
"Angular5",
"Angular 5",
"ng5",
"JSON Schema",
"form",
"forms",
"form builder"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/dschnelldavis/angular2-json-schema-form"
},
"bugs": {
"url": "https://github.com/dschnelldavis/angular2-json-schema-form/issues"
},
"engines": {
"node": ">= 6.9.0",
"npm": ">= 3.0.0"
},
"scripts": {
"ng": "ng",
"serve": "ng serve",
"start": "ng serve",
"test": "ng test",
"lint": "ng lint",
"docs": "typedoc src/lib/src/",
"clean": "rimraf out-ngc dist/*",
"prebuild": "npm run clean",
"build": "ts-node build.ts",
"postbuild": "rimraf out-ngc",
"prepublishOnly": "npm run build",
"publish": "cd dist && npm publish",
"preng-build": "rimraf dist/*",
"ng-build": "ng build",
"predeploy": "npm run build",
"deploy:bootstrap3-framework": "gh-pages --dist dist/@ngsf/bootstrap3-framework/ --branch angular-9-bootstrap3-framework-dist",
"deploy:bootstrap4-framework": "gh-pages --dist dist/@ngsf/bootstrap4-framework/ --branch angular-9-bootstrap4-framework-dist",
"deploy:common": "gh-pages --dist dist/@ngsf/common/ --branch angular-9-common-dist",
"deploy:json-schema-form": "gh-pages --dist dist/@ngsf/json-schema-form/ --branch angular-9-json-schema-form-dist",
"deploy:material-design-framework": "gh-pages --dist dist/@ngsf/material-design-framework/ --branch angular-9-material-design-framework-dist",
"deploy:no-framework": "gh-pages --dist dist/@ngsf/no-framework/ --branch angular-9-no-framework-dist",
"deploy:widget-library": "gh-pages --dist dist/@ngsf/widget-library/ --branch angular-9-widget-library-dist"
},
"peerDependencies": {
"@angular/animations": "^9.0.1",
"@angular/cdk": "^9.0.0",
"@angular/common": "^9.0.1",
"@angular/core": "^9.0.1",
"@angular/flex-layout": "^9.0.0-beta.29",
"@angular/forms": "^9.0.1",
"@angular/material": "~9.0.0",
"@angular/platform-browser": "^9.0.1",
"@angular/platform-browser-dynamic": "^9.0.1",
"ajv": "^6.11.0",
"hammerjs": "^2.0.8",
"lodash": "^4.17.15",
"rxjs-compat": "6.5.4",
"tslib": "^1.10.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.900.2",
"@angular-devkit/build-ng-packagr": "~0.900.2",
"@angular/animations": "^9.0.1",
"@angular/cdk": "^9.0.0",
"@angular/cli": "^9.0.2",
"@angular/common": "^9.0.1",
"@angular/compiler": "^9.0.1",
"@angular/compiler-cli": "^9.0.1",
"@angular/core": "^9.0.1",
"@angular/flex-layout": "^9.0.0-beta.29",
"@angular/forms": "^9.0.1",
"@angular/language-service": "^9.0.1",
"@angular/material": "~9.0.0",
"@angular/platform-browser": "^9.0.1",
"@angular/platform-browser-dynamic": "^9.0.1",
"@angular/router": "^9.0.1",
"@types/ace": "0.0.42",
"@types/jasmine": "^3.5.3",
"@types/jasminewd2": "~2.0.8",
"@types/node": "^13.7.1",
"ajv": "^6.11.0",
"brace": "^0.11.1",
"camelcase": "^5.3.1",
"codelyzer": "^5.2.1",
"concurrently": "^5.1.0",
"core-js": "^3.6.4",
"gh-pages": "^2.2.0",
"glob": "^7.1.6",
"hammerjs": "2.x",
"jasmine-core": "^3.5.0",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-cli": "^2.0.0",
"karma-coverage-istanbul-reporter": "^2.1.1",
"karma-jasmine": "^3.1.1",
"karma-jasmine-html-reporter": "^1.5.2",
"lodash": "^4.17.15",
"ng-packagr": "^9.0.0",
"protractor": "^5.4.3",
"rimraf": "^3.0.2",
"rollup": "^1.31.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve-angular": "^2.0.3",
"rollup-plugin-sourcemaps": "^0.5.0",
"rollup-plugin-uglify": "^6.0.4",
"rxjs": "6.5.4",
"rxjs-compat": "6.5.3",
"ts-node": "^8.6.2",
"tsickle": "^0.38.0",
"tslib": "^1.10.0",
"tslint": "^6.0.0",
"tslint-config-prettier": "^1.18.0",
"tslint-config-standard": "^9.0.0",
"typedoc": "^0.16.9",
"typescript": "3.7.5",
"zone.js": "~0.10.2"
}
}