forked from retejs/angular-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·55 lines (55 loc) · 1.46 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
{
"name": "rete-angular-render-plugin",
"version": "0.2.2",
"scripts": {
"ng": "ng",
"build": "ng-packagr",
"build:dev": "ng-packagr --watch",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/retejs/angular-render-plugin.git"
},
"keywords": [
"angular",
"rete.js"
],
"author": "Vitaliy Stoliarov",
"license": "MIT",
"bugs": {
"url": "https://github.com/retejs/angular-render-plugin/issues"
},
"homepage": "https://github.com/retejs/angular-render-plugin#readme",
"peerDependencies": {
"@angular/common": ">=7.0.0 <8.0.0",
"@angular/core": ">=7.0.0 <8.0.0",
"@angular/elements": ">=7.0.0 <8.0.0",
"rete": ">=1.3.1",
"rxjs": ">=6.4.0",
"tslib": ">=1.9.0",
"zone.js": ">=0.9.1"
},
"devDependencies": {
"@angular/common": ">=7.0.0 <8.0.0",
"@angular/core": ">=7.0.0 <8.0.0",
"@angular/elements": ">=7.0.0 <8.0.0",
"rete": ">=1.3.1",
"rxjs": ">=6.4.0",
"tslib": ">=1.9.0",
"zone.js": ">=0.9.1",
"@angular-devkit/build-angular": "0.10.2",
"@angular-devkit/build-ng-packagr": "0.10.2",
"@angular/cli": "^7.0.2",
"@angular/compiler": "7.0.0",
"@angular/compiler-cli": "^7.0.0",
"@angular/language-service": "~7.0.0",
"@types/node": "~8.9.4",
"node-sass": "4.13.1",
"ng-packagr": "^5.1.0",
"ts-node": "~7.0.0",
"tsickle": "^0.35.0",
"tslint": "~5.15.0",
"typescript": "3.1.1"
}
}