-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.27 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
{
"name": "shallow-render-stackblitz",
"version": "1.0.0",
"description": "Example usage of shallow-render",
"main": "main.ts",
"scripts": {
"test": "open https://stackblitz.com/github/getsaf/shallow-render-stackblitz",
"update": "./update.sh"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/getsaf/shallow-render-stackblitz.git"
},
"keywords": [
"shallow",
"render",
"angular",
"test",
"shallow-render",
"enzyme",
"TestBed"
],
"author": "Brandon Domingue",
"license": "MIT",
"bugs": {
"url": "https://github.com/getsaf/shallow-render-stackblitz/issues"
},
"homepage": "https://github.com/getsaf/shallow-render-examples#readme",
"dependencies": {
"@angular/animations": "15.x",
"@angular/common": "15.x",
"@angular/compiler": "15.x",
"@angular/core": "15.x",
"@angular/forms": "15.x",
"@angular/platform-browser": "15.x",
"@angular/platform-browser-dynamic": "15.x",
"@angular/router": "15.x",
"@types/jasmine": "~4.3.0",
"@types/node": "^12.11.1",
"core-js": "^2.5.7",
"jasmine-core": "~4.5.0",
"rxjs": "~7.8.0",
"shallow-render": "^15.0.2",
"tslib": "^2.3.0",
"zone.js": "~0.12.0"
},
"devDependencies": {
"ts-lib": "0.0.5"
}
}