forked from Apicurio/apicurio-studio-editors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.31 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
{
"name": "@apicurio/studio-editors",
"version": "0.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
"prebuild": "npm run clean",
"build": "ng build",
"clean": "rimraf dist"
},
"private": true,
"dependencies": {
"@angular/animations": "~11.2.14",
"@angular/common": "~11.2.14",
"@angular/compiler": "~11.2.14",
"@angular/core": "~11.2.14",
"@angular/forms": "~11.2.14",
"@angular/platform-browser": "~11.2.14",
"@angular/platform-browser-dynamic": "~11.2.14",
"@angular/router": "~11.2.14",
"@patternfly/patternfly": "1.0.250",
"apicurio-data-models": "1.1.18",
"apicurio-design-studio": "0.2.51",
"apicurio-ts-core": "0.1.3",
"bootstrap": "3.4.1",
"brace": "0.11.1",
"core-js": "2.6.5",
"js-yaml": "3.13.1",
"marked": "0.7.0",
"ngx-bootstrap": "^7.0.0-rc.1",
"patternfly": "3.59.1",
"pluralize": "7.0.0",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.13",
"@angular/cli": "~11.2.14",
"@angular/compiler-cli": "~11.2.14",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"rimraf": "3.0.2",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~4.1.5"
}
}