-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
57 lines (57 loc) · 1.94 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
{
"name": "webapp-tutorial-angular-client",
"version": "1.0.0",
"description": "The web part of the 'Cool Webapps' Tutorial",
"scripts": {
"build": "echo npm: nothing to build on top level",
"postinstall": "link-parent-bin --child-directory-root lab3 && link-parent-bin --child-directory-root lab4 && link-parent-bin --child-directory-root lab5 && link-parent-bin --child-directory-root lab6 && link-parent-bin --child-directory-root lab7/initial && link-parent-bin --child-directory-root lab7/complete"
},
"contributors": [
"Kai Toedter <[email protected]>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/toedter/webapp-tutorial.git"
},
"dependencies": {
"@angular/animations": "^16.2.0",
"@angular/common": "^16.2.0",
"@angular/compiler": "^16.2.0",
"@angular/core": "^16.2.0",
"@angular/forms": "^16.2.0",
"@angular/platform-browser": "^16.2.0",
"@angular/platform-browser-dynamic": "^16.2.0",
"@angular/router": "^16.2.0",
"bootstrap": "^5.3.2",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.7",
"@angular/cli": "^16.2.7",
"@angular/compiler-cli": "^16.2.0",
"@types/jasmine": "~5.1.1",
"@types/jasminewd2": "~2.0.12",
"@types/node": "^20.8.7",
"codelyzer": "^6.0.2",
"jasmine-core": "~5.1.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"link-parent-bin": "^2.0.0",
"protractor": "^7.0.0",
"ts-node": "~10.9.1",
"tslint": "~6.1.3",
"typescript": "~5.1.6"
},
"bugs": {
"url": "https://github.com/toedter/webapp-tutorial/issues"
},
"homepage": "https://github.com/toedter/webapp-tutorial.git#readme"
}