forked from runbox/runbox7
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.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": "runbox7",
"homepage": "https://runbox.com",
"bugs": {
"url": "https://community.runbox.com"
},
"version": "0.1.1",
"repository": "https://github.com/runbox/runbox7",
"license": "GPL-3.0-or-later",
"scripts": {
"ng": "ng",
"appdev": "ng serve --disable-host-check --base-href=/appdev/",
"rmm6dev": "ng serve --disable-host-check --base-href=/appdev/ rmm6",
"start": "ng serve --proxy-config backend-proxy-remote.conf.js runbox7",
"start-use-mockserver": "ng serve --aot --proxy-config backend-proxy-mock.conf.js --port 4201 runbox7",
"mockserver": "tsc -p e2e/mockserver && node e2e/mockserver/out/mockserver.main.js",
"buildrmm6": "ng build --prod --base-href=/app/ rmm6",
"build": "node src/build/pre-build.js && ng build --prod --base-href=/app/; RES=$?; node src/build/post-build.js; exit $RES",
"policy": "node policy-tests/run-all.js",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"start-e2e-server": "start-test mockserver 15000 start-use-mockserver",
"run-cypress-tests": "cypress run",
"cypress-e2e": "start-test start-e2e-server 4201 run-cypress-tests",
"ci-tests": "node run-ci-tests.js"
},
"dependencies": {
"@angular/animations": "11.2.8",
"@angular/cdk": "^11.2.7",
"@angular/common": "11.2.8",
"@angular/compiler": "11.2.8",
"@angular/compiler-cli": "^11.2.8",
"@angular/core": "11.2.8",
"@angular/forms": "11.2.8",
"@angular/material": "^11.2.7",
"@angular/platform-browser": "11.2.8",
"@angular/platform-browser-dynamic": "11.2.8",
"@angular/pwa": "^0.1100.5",
"@angular/router": "11.2.8",
"@angular/service-worker": "11.2.8",
"@danielmoncada/angular-datetime-picker": "^11.0.0",
"@mdi/angular-material": "^5.4.55",
"@sentry/browser": "^5.15.5",
"@types/moment-timezone": "^0.5.13",
"angular-calendar": "^0.29.0-beta.1",
"angular2-hotkeys": "2.2.0",
"angular2-qrcode": "^2.0.3",
"array-flat-polyfill": "^1.0.1",
"base64-js": "^1.3.0",
"core-js": "^2.6.11",
"date-fns": "^1.30.1",
"dexie": "^3.0.3",
"ical.js": "^1.4.0",
"material-design-icons": "^3.0.1",
"moment": "^2.25.3",
"moment-timezone": "^0.5.28",
"npm": "^7.3.0",
"rrule": "^2.6.4",
"runbox-searchindex": "https://registry.npmjs.org/@runboxcom/runbox-searchindex/-/runbox-searchindex-0.2.0.tgz",
"rxjs": "^6.6.7",
"rxjs-compat": "^6.5.5",
"tinymce": "^5.6.2",
"ts-md5": "^1.2.7",
"zone.js": "^0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1102.7",
"@angular/cli": "^11.2.7",
"@angular/language-service": "^11.2.8",
"@cypress/webpack-preprocessor": "^4.1.5",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "^2.0.8",
"@types/node": "~10.12.18",
"codelyzer": "^6.0.0",
"cypress": "^7.7.0",
"cypress-file-upload": "^4.0.6",
"cypress-terminal-report": "^1.2.1",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.2",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-firefox-launcher": "^1.3.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"protractor": "~7.0.0",
"start-server-and-test": "^1.11.0",
"ts-loader": "^6.2.2",
"ts-node": "~8.0.1",
"tslib": "^2.0.0",
"tslint": "~6.1.0",
"tslint-no-focused-test": "^0.5.0",
"typescript": "~4.0.5",
"webdriver-manager": "12.1.7"
}
}