-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
161 lines (161 loc) · 5.95 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"name": "project-echo",
"displayName": "Echo",
"version": "0.1.1",
"description": "Ein christlicher Terminkalender für Gemeinden rund un Köln",
"scripts": {
"server": "ts-node src/server/index.ts",
"cordova browser start": "cordova run browser",
"cordova browser run": "cordova run browser -- --livereload",
"cordova browser prepare": "cordova prepare browser",
"cordova android": "export JAVA_HOME=/usr/lib/jvm/java-8-openjdk; export PATH=$JAVA_HOME/bin:$PATH; export IS_MOBILE=1 && cordova run android --device",
"cordova android emulator": "export IS_MOBILE=1; cordova run android",
"cordova release android": "cordova build android --release",
"cordova ios": "cordova emulate ios --target=\"iPhone-11\"",
"cordova release ios": "cordova build ios --release",
"appium": "appium",
"appium-doctor": "appium-doctor",
"test browser": "wdio tests/wdio.config.browser.js",
"test safari": "wdio tests/wdio.config.safari.js",
"test android": "export JAVA_HOME=/usr/lib/jvm/java-8-openjdk; export PATH=$JAVA_HOME/bin:$PATH; wdio tests/wdio.config.android.js",
"test ios": "wdio tests/wdio.config.ios.js",
"selenium": "selenium-standalone",
"ts-node": "ts-node",
"wdio": "wdio",
"force-audit-fix": "npx npm-force-resolutions",
"prettier": "prettier --write 'src/(client|shared)/**/*.(js|ts|jsx|tsx|scss)' 'src/server/!(public)/**/*.(js|ts|jsx|tsx)' 'src/server/*.(js|ts|jsx|tsx)'",
"eslint": "eslint --fix 'src/'"
},
"author": "Project Echo Team",
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^16.0.0",
"@types/node": "^15.3.0",
"body-parser": "^1.19.0",
"cordova-browser": "^6.0.0",
"cordova-plugin-webpack": "^1.0.5",
"cordova-sites": "git+https://github.com/Ainias/cordova-sites.git#0.7.19",
"cordova-sites-database": "git+https://github.com/Ainias/cordova-sites-database.git#0.5.3",
"cordova-sites-easy-sync": "git+https://github.com/Ainias/cordova-sites-easy-sync.git#0.7.14",
"cordova-sites-user-management": "git+https://github.com/Ainias/cordova-sites-user-management.git#0.5.12",
"cors": "^2.8.5",
"cs-event-manager": "git+https://[email protected]/Ainias/event-manager.git#0.2.1",
"dotenv": "^9.0.2",
"express": "^4.17.1",
"flatpickr": "^4.6.6",
"js-helper": "git+https://github.com/Ainias/js-helper.git#0.7.7",
"jsonwebtoken": "^8.5.1",
"localforage": "^1.7.3",
"mysql": "^2.18.1",
"nodemailer": "^6.6.0",
"sharp": "^0.29.3",
"ts-node": "^10.4.0",
"typeorm": "0.2.41"
},
"devDependencies": {
"@babel/core": "^7.14.2",
"@babel/plugin-transform-runtime": "^7.14.2",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.14.2",
"@types/jasmine": "^3.10.2",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"@wdio/appium-service": "^7.16.11",
"@wdio/cli": "^7.16.12",
"@wdio/jasmine-framework": "^7.16.11",
"@wdio/local-runner": "^7.16.12",
"@wdio/selenium-standalone-service": "^7.16.11",
"@wdio/spec-reporter": "^7.16.11",
"appium": "^1.22.1",
"appium-doctor": "^1.16.0",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.2",
"babel-preset-env": "^1.7.0",
"chromedriver": "^92.0.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.2",
"cordova-android": "^9.1.0",
"cordova-ios": "^6.2.0",
"cordova-plugin-background-fetch": "^6.1.1",
"cordova-plugin-badge": "^0.8.8",
"cordova-plugin-calendar": "^5.1.5",
"cordova-plugin-device": "^2.0.3",
"cordova-plugin-file": "^6.0.2",
"cordova-plugin-local-notification": "^0.9.0-beta.2",
"cordova-plugin-local-notifications": "^1.0.0",
"cordova-plugin-nativestorage": "^2.3.2",
"cordova-plugin-statusbar": "^2.4.3",
"cordova-plugin-webpack": "^1.0.5",
"cordova-plugin-whitelist": "^1.3.4",
"cordova-plugin-wkwebview-file-xhr": "^3.0.0",
"cordova-sqlite-storage": "^6.0.0",
"create-hmac": "^1.1.7",
"css-loader": "^5.2.4",
"eslint": "^8.4.1",
"eslint-config-airbnb": "^19.0.2",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"extract-loader": "^5.1.0",
"file-loader": "^6.2.0",
"foundation-sites": "^6.7.4",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^4.5.2",
"jasmine": "^3.7.0",
"localforage": "^1.9.0",
"mocha": "^8.1.2",
"node-cron": "^3.0.0",
"node-ical": "^0.13.0",
"npm-force-resolutions": "^0.0.10",
"nyc": "^15.1.0",
"postcss-loader": "^4.3.0",
"prettier": "^2.5.1",
"request": "^2.88.2",
"sass": "^1.45.0",
"sass-loader": "^10.2.0",
"sql.js": "1.5.0",
"terser-webpack-plugin": "^4.2.3",
"ts-loader": "^8.2.0",
"typescript": "^3.8.3",
"wd": "^1.14.0",
"wdio-chromedriver-service": "^7.2.2",
"webdriverio": "^7.16.12",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2",
"workbox-precaching": "^5.1.3",
"workbox-webpack-plugin": "^5.1.3",
"yiewd": "^0.6.0"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-nativestorage": {},
"cordova-plugin-device": {},
"cordova-sqlite-storage": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-calendar": {
"CALENDAR_USAGE_DESCRIPTION": "This App accesses your calendar in order to register events."
},
"cordova-plugin-file": {},
"cordova-plugin-local-notification": {},
"cordova-plugin-background-fetch": {},
"cordova-plugin-webpack": {},
"cordova-plugin-wkwebview-file-xhr": {}
},
"platforms": [
"browser",
"android",
"ios"
]
},
"browserslist": [
"last 2 versions",
"ie >= 9",
"android >= 4.4",
"ios >= 7"
]
}