forked from runbox/runbox7
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
101 lines (101 loc) · 3.7 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
97
98
99
100
101
{
"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 --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 --configuration production --base-href=/app/ rmm6",
"build": "node src/build/pre-build.js && ng build --configuration production --base-href=/app/ runbox7; 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 --headless",
"cypress-e2e": "start-test start-e2e-server 4201 run-cypress-tests",
"ci-tests": "DISPLAY='' CHOKIDAR_USEPOLLING=1 node run-ci-tests.js"
},
"dependencies": {
"@angular/animations": "15.1.3",
"@angular/cdk": "^15.1.4",
"@angular/common": "15.1.3",
"@angular/compiler": "15.1.3",
"@angular/core": "15.1.3",
"@angular/forms": "15.1.3",
"@angular/material": "^15.1.4",
"@angular/platform-browser": "15.1.3",
"@angular/platform-browser-dynamic": "15.1.3",
"@angular/pwa": "^15.2.6",
"@angular/router": "15.1.3",
"@angular/service-worker": "15.1.3",
"@danielmoncada/angular-datetime-picker": "^15.0.2",
"@danielmoncada/angular-datetime-picker-moment-adapter": "^2.2.0",
"@mdi/angular-material": "^7.2.96",
"@runboxcom/runbox-searchindex": "^0.2.4",
"@sentry/browser": "^5.15.5",
"angular-calendar": "0.31.0",
"angular2-hotkeys": "13.3.0",
"angular2-qrcode": "^2.0.3",
"base64-js": "^1.5.1",
"core-js": "^3.30.1",
"countries-and-timezones": "^3.4.1",
"date-fns": "^2.29.3",
"dexie": "^3.2.3",
"dompurify": "^3.0.2",
"ical.js": "^1.5.0",
"material-design-icons": "^3.0.1",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"otpauth": "^9.1.1",
"rrule": "^2.7.2",
"rxjs": "^7.8.0",
"rxjs-compat": "^6.6.7",
"tinymce": "^6.8.3",
"ts-md5": "^1.3.1",
"zone.js": "^0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.6",
"@angular-eslint/builder": "15.2.0",
"@angular-eslint/eslint-plugin": "15.2.0",
"@angular-eslint/eslint-plugin-template": "15.2.0",
"@angular-eslint/schematics": "15.2.0",
"@angular-eslint/template-parser": "15.2.0",
"@angular/cli": "^15.2.6",
"@angular/compiler-cli": "15.1.3",
"@angular/language-service": "^15.2.7",
"@cypress/webpack-preprocessor": "^5.17.0",
"@types/jasmine": "~4.3.1",
"@types/jasminewd2": "~2.0.10",
"@types/node": "^14.14.31",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"cypress": "^12.17.4",
"cypress-terminal-report": "^5.1.1",
"eslint": "^8.38.0",
"jasmine-core": "~4.6.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.1",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-firefox-launcher": "^2.1.2",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"npm": "^9.6.5",
"start-server-and-test": "^2.0.0",
"ts-loader": "^9.4.2",
"ts-node": "~10.9.1",
"tslib": "^2.5.0",
"typescript": "~4.9.5",
"webdriver-manager": "~12.1.9"
}
}