This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
81 lines (81 loc) · 2.19 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
{
"name": "klangspektrum2",
"version": "1.2.0",
"author": "Michael Schwarz",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/schwamic/klangspektrum2.git"
},
"private": true,
"engines": {
"node": "12",
"yarn": "^1.22.0"
},
"scripts": {
"ng": "ng",
"env": "ts-node ./set-env.ts",
"dev": "ng serve --port 8020 --host 0.0.0.0",
"stats": "webpack-bundle-analyzer dist/klangspektrum2/stats.json",
"build": "yarn env --environment=prod && ng build --prod --stats-json",
"test": "ng test --watch=false",
"test:watch": "ng test",
"lint": "ng lint",
"lint:fix": "ng lint --fix",
"e2e": "ng e2e"
},
"dependencies": {
"@angular-devkit/build-angular": "0.1000.2",
"@angular/animations": "10.0.4",
"@angular/cdk": "10.0.2",
"@angular/cli": "10.0.2",
"@angular/common": "10.0.4",
"@angular/compiler": "10.0.4",
"@angular/compiler-cli": "10.0.4",
"@angular/core": "10.0.4",
"@angular/forms": "10.0.4",
"@angular/language-service": "10.0.4",
"@angular/material": "10.0.2",
"@angular/platform-browser": "10.0.4",
"@angular/platform-browser-dynamic": "10.0.4",
"@angular/router": "10.0.4",
"@ngrx/effects": "9.2.0",
"@ngrx/entity": "9.2.0",
"@ngrx/router-store": "9.2.0",
"@ngrx/schematics": "9.2.0",
"@ngrx/store": "9.2.0",
"@ngrx/store-devtools": "9.2.0",
"@tresmo/config-tslint": "0.5.5",
"@types/jasmine": "3.5.11",
"@types/jasminewd2": "2.0.8",
"@types/node": "14.0.23",
"@types/yargs": "15.0.5",
"chart.js": "2.9.3",
"codelyzer": "6.0.0",
"core-js": "3.6.5",
"dotenv": "8.2.0",
"jasmine-core": "3.5.0",
"jasmine-spec-reporter": "5.0.2",
"karma": "5.1.0",
"karma-chrome-launcher": "3.1.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "3.3.1",
"karma-jasmine-html-reporter": "1.5.4",
"lodash": "4.17.19",
"lodash-decorators": "6.0.1",
"ng2-charts": "2.3.2",
"ng2-nouislider": "1.8.2",
"normalize.css": "8.0.1",
"nouislider": "14.6.0",
"protractor": "7.0.0",
"rxjs": "6.6.0",
"ts-node": "8.10.2",
"tslib": "2.0.0",
"tslint": "6.1.2",
"typescript": "3.9.6",
"web-animations-js": "2.3.2",
"webpack-bundle-analyzer": "3.8.0",
"yargs": "15.4.1",
"zone.js": "0.10.3"
}
}