-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.78 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
{
"name": "cordova-sites-easy-sync",
"main": "dist/client.js",
"displayName": "Easy Sync",
"version": "0.7.10",
"description": "Einfaches Syncen von Datenbank-Objekten auf dem Client per cordova sites",
"scripts": {
"build": "node bin/build.js & tsc",
"update packages": "node bin/updateCopies.js",
"force-audit-fix": "npx npm-force-resolutions",
"prettier": "prettier --write 'src/(client|shared|server)/**/*.(js|ts|jsx|tsx|scss)'",
"eslint": "eslint --fix 'src/'"
},
"author": "Silas Günther",
"peerDependencies": {
"cordova-plugin-device": "^2.0.3",
"cordova-plugin-file": "^6.0.2",
"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-sqlite-storage": "^6.0.0",
"cs-event-manager": "git+https://github.com/Ainias/event-manager.git#0.2.1",
"express": "^4.17.1",
"js-helper": "git+https://github.com/Ainias/js-helper.git#0.7.7",
"localforage": "^1.9.0",
"sql.js": "^1.5.0",
"typeorm": "^0.2.34"
},
"devDependencies": {
"@types/node": "^15.12.2",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"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",
"npm-force-resolutions": "^0.0.10",
"prettier": "^2.5.1",
"typescript": "^4.3.2"
},
"resolutions": {
"glob-parent": "5.1.2",
"immer": "8.0.1",
"browserslist": "4.16.6"
}
}