-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
96 lines (96 loc) · 3.41 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "superfitschedule",
"version": "2.24.0",
"license": "UNLICENSED",
"scripts": {
"ng": "ng",
"start": "npm run ng -- serve --proxy-config proxy.conf.local.json --aot",
"start:dist": "npm run ng -- serve --proxy-config proxy.conf.json",
"start:prod": "npm run start -- --prod --source-map --watch=false --live-reload false",
"start:sw": "npm run build && npm run start:liteserver",
"start:liteserver": "lite-server -c liteserver_config.js",
"build": "npm run ng -- build --prod",
"test": "npm run ng -- test",
"build-sm": "npm run ng -- build --prod --vendor-chunk=false --source-map --output-hashing=none",
"explore-sm": "npm run build-sm && npm run source-map-explorer dist/main.bundle.js",
"bundle-report": "npm run ng build -- --stats-json && webpack-bundle-analyzer dist/stats.json",
"test:once": "npm run test -- --watch=false --code-coverage",
"lint": "npm run ng -- lint",
"e2e": "npm run ng -- e2e --proxy-config proxy.conf.json",
"e2e-dev": "npm run e2e -- --serve=false",
"e2e-explore": "npm run e2e -- --ee",
"ci": "npm run lint && npm run test:once && npm run e2e"
},
"private": true,
"dependencies": {
"@angular-redux/router": "^9.0.0",
"@angular-redux/store": "^9.0.0",
"@angular/animations": "^7.0.3",
"@angular/cdk": "^7.0.3",
"@angular/common": "^7.0.3",
"@angular/compiler": "^7.0.3",
"@angular/compiler-cli": "^7.0.3",
"@angular/core": "^7.0.3",
"@angular/flex-layout": "^7.0.0-beta.19",
"@angular/forms": "^7.0.3",
"@angular/http": "^7.0.3",
"@angular/material": "^7.0.3",
"@angular/platform-browser": "^7.0.3",
"@angular/platform-browser-dynamic": "^7.0.3",
"@angular/platform-server": "^7.0.3",
"@angular/pwa": "^0.10.5",
"@angular/router": "^7.0.3",
"@angular/service-worker": "^7.0.3",
"angulartics2": "^7.1.0",
"core-js": "^2.5.7",
"hammerjs": "^2.0.8",
"jwt-decode": "^2.2.0",
"lodash-es": "^4.17.11",
"lodash.isequal": "^4.5.0",
"moment-mini": "^2.22.1",
"ng-recaptcha": "^4.2.1",
"redux": "^4.0.1",
"redux-observable": "^1.0.0",
"rxjs": "^6.3.3",
"web-animations-js": "^2.3.1",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.10.5",
"@angular/cli": "^7.0.5",
"@angular/language-service": "^7.0.3",
"@types/hammerjs": "^2.0.36",
"@types/jasmine": "^2.8.11",
"@types/jasminewd2": "^2.0.6",
"@types/node": "^10.12.5",
"codacy-coverage": "^3.2.0",
"codelyzer": "^4.5.0",
"connect-history-api-fallback": "^1.5.0",
"http-proxy-middleware": "^0.19.0",
"jasmine-core": "^3.3.0",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^3.1.1",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^2.0.4",
"karma-jasmine": "^1.1.2",
"karma-jasmine-html-reporter": "^1.4.0",
"lite-server": "^2.4.0",
"protractor": "^5.4.1",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^3.4.0",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.1.6",
"webpack-bundle-analyzer": "^3.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/kiwikern/Superfit-Schedule.git"
},
"author": "Kim Kern <sfs@kimkern.de>",
"bugs": {
"url": "https://github.com/kiwikern/Superfit-Schedule/issues"
},
"homepage": "https://sfs.kimkern.de"
}