forked from pik-gane/vodle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
112 lines (112 loc) · 3.43 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
102
103
104
105
106
107
108
109
110
111
112
{
"name": "vodle",
"version": "0.5.0",
"author": {
"name": "Jobst Heitzig",
"email": "[email protected]",
"url": "https://www.pik-potsdam.de/members/heitzig"
},
"homepage": "https://github.com/pik-gane/vodle",
"description": "vodle is a fair and efficient, interactive, general-purpose group-decision app",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"bugs": {
"url": "https://github.com/pik-gane/vodle/issues"
},
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/pik-gane/vodle.git"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.1.1",
"@angular/common": "^14.1.1",
"@angular/core": "^14.1.1",
"@angular/forms": "^14.1.1",
"@angular/platform-browser": "^14.1.1",
"@angular/platform-browser-dynamic": "^14.1.1",
"@angular/router": "^14.1.1",
"@capacitor/android": "3.3.1",
"@capacitor/app": "1.0.3",
"@capacitor/core": "3.3.1",
"@capacitor/haptics": "1.0.3",
"@capacitor/ios": "3.3.1",
"@capacitor/keyboard": "1.0.3",
"@capacitor/local-notifications": "^1.0.9",
"@capacitor/share": "^1.0.7",
"@capacitor/status-bar": "1.0.3",
"@ionic/angular": "^6.3.7",
"@ionic/core": "^6.2.1",
"@ionic/storage-angular": "^3.0.6",
"@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^6.0.0",
"@types/pouchdb": "6.4.0",
"blake2s-js": "^1.3.0",
"crypto-es": "^2.1.0",
"d3": "^7.6.1",
"globalthis": "^1.0.2",
"ionic-logging-service": "^15.0.0",
"libsodium-wrappers": "^0.7.9",
"node-sass": "^7.0.0",
"pouchdb": "^7.2.2",
"rxjs": "~6.6.0",
"tar": "^6.1.11",
"venn.js": "^0.2.20",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.1.1",
"@angular-devkit/core": "^14.1.1",
"@angular-devkit/schematics": "^14.1.1",
"@angular-eslint/builder": "~13.0.0",
"@angular-eslint/eslint-plugin": "~13.0.0",
"@angular-eslint/eslint-plugin-template": "~13.0.0",
"@angular-eslint/template-parser": "~13.0.0",
"@angular/cli": "^14.1.1",
"@angular/compiler": "^14.1.1",
"@angular/compiler-cli": "^14.1.1",
"@angular/language-service": "^14.1.1",
"@capacitor/cli": "3.3.1",
"@ionic/angular-toolkit": "^7.0.0",
"@ionic/app-scripts": "^3.2.4",
"@ionic/lab": "3.2.10",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@typescript-eslint/eslint-plugin": "4.16.1",
"@typescript-eslint/parser": "4.16.1",
"@wdio/appium-service": "^8.3.5",
"@wdio/cli": "^8.3.5",
"@wdio/firefox-profile-service": "^8.3.0",
"@wdio/jasmine-framework": "^8.3.5",
"@wdio/local-runner": "^8.3.5",
"@wdio/spec-reporter": "^8.3.0",
"chromedriver": "^107.0.3",
"eslint": "^7.6.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "30.7.6",
"eslint-plugin-prefer-arrow": "1.2.2",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.16",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"typescript": "^4.4.3",
"wdio-chromedriver-service": "^8.0.0",
"wdio-docker-service": "^3.2.1"
},
"browser": {
"crypto": false,
"path": false
}
}