generated from st-ax/preact-ts-offline-first
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.4 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.4 KB
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
{
"name": "offline-sync",
"version": "0.8.21",
"repository": "https://github.com/onezoomin/offline-sync",
"license": "CC-BY-NC-4.0",
"scripts": {
"dev": "cross-env NODE_ENV=dev vite",
"tsc": "tsc -p . --noEmit ",
"build": "cross-env NODE_ENV=production vite build",
"lint": "eslint src/**/*.ts[x] --fix",
"clean": "rm -rf .cache .tmp lib build"
},
"pnpm": {
"overrides": {
"disabled-dexie": "/Volumes/Stripe/Dev/Dexie.js"
}
},
"dependencies": {
"@apollo/client": "^3.5.9",
"@apollo/link-ws": "^2.0.0-beta.3",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.3.0",
"@ethersproject/wallet": "^5.5.0",
"@isomorphic-git/lightning-fs": "^4.4.1",
"@mui/icons-material": "^5.4.1",
"@mui/material": "^5.4.1",
"@types/react": "^17.0.39",
"axios": "^0.26.0",
"buffer": "^6.0.3",
"date-fns": "^2.28.0",
"dexie": "^4.0.0-alpha.1",
"dexie-react-hooks": "^1.1.1",
"diff": "^5.0.0",
"diff-lines": "^1.1.1",
"events": "^3.3.0",
"graphql": "^16.3.0",
"graphql-ws": "^5.6.2",
"hypercore": "^10.0.0-alpha.24",
"isomorphic-git": "^1.11.2",
"js-yaml": "^4.1.0",
"json-stable-stringify": "^1.0.1",
"lodash": "^4.17.21",
"mdi-preact": "^8.1.0",
"mui-image": "^1.0.4",
"nanoid": "^3.2.0",
"pouchdb-adapter-idb": "^7.2.2",
"preact": "^10.6.6",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"random-access-memory": "^4.0.0",
"react-use": "^17.3.2",
"replicache": "^8.0.3",
"replicache-react": "^2.5.0",
"rollup-plugin-polyfill-node": "^0.8.0",
"rxdb": "^11.6.0",
"rxjs": "^7.5.4"
},
"devDependencies": {
"@prefresh/vite": "^2.2.8",
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"cross-env": "^7.0.3",
"dotenv": "^16.0.0",
"eslint": "^8.9.0",
"eslint-config-preact": "^1.3.0",
"eslint-config-standard-with-typescript": "^21.0.1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.28.0",
"jest": "^27.5.1",
"typescript": "^4.5.5",
"vite": "^2.8.4",
"vite-plugin-pwa": "^0.11.13",
"vite-plugin-windicss": "^1.7.1",
"windicss": "^3.4.4"
},
"peerDependencies": {
"postcss": "^8.1.10"
},
"resolutions": {
"postcss": "8.1.10"
}
}