-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
121 lines (121 loc) · 4.17 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
{
"name": "minder",
"version": "0.1.2",
"description": "Minder - life tracker",
"main": "app/app.ts",
"scripts": {
"setup": "pnpm i --shamefully-hoist",
"start": "pnpm run elm-land-generate && vite",
"elm-land-generate": "elm-land generate && cp elm-patches/HashRouting.elm .elm-land/src/",
"postinstall": "elm-tooling install && pnpm patch-elm",
"build": "tsc && vite build",
"build-ci": "pnpm run elm-land-generate && vite build",
"build-sync": "pnpm run elm-land-generate && vite build && cap sync",
"patch-elm": "sh elm-patches/patch-elm-libraries.sh",
"capacitor:copy:after": "if [ $CAPACITOR_PLATFORM_NAME == 'web' ]; then echo leaving index in place for web. ; else echo replacing index with go-online... && mv android/app/src/main/assets/public/index.html android/app/src/main/assets/public/fallback.html && mv android/app/src/main/assets/public/go-online.html android/app/src/main/assets/public/index.html; fi"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Erudition/Docket.git"
},
"keywords": [
"agenda",
"life",
"organizer",
"personal",
"calendar",
"todo",
"to-do",
"list",
"task",
"list"
],
"author": "Erudition",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Erudition/Minder/issues"
},
"homepage": "https://github.com/Erudition/Minder#readme",
"dependencies": {
"@capacitor/action-sheet": "^5.0.6",
"@capacitor/android": "^5.4.0",
"@capacitor/app": "^5.0.6",
"@capacitor/clipboard": "^5.0.6",
"@capacitor/core": "^5.4.0",
"@capacitor/device": "^5.0.6",
"@capacitor/dialog": "^5.0.6",
"@capacitor/geolocation": "^5.0.6",
"@capacitor/haptics": "^5.0.6",
"@capacitor/keyboard": "^5.0.6",
"@capacitor/local-notifications": "^5.0.6",
"@capacitor/motion": "^5.0.6",
"@capacitor/network": "^5.0.6",
"@capacitor/preferences": "^5.0.6",
"@capacitor/share": "^5.0.6",
"@capacitor/splash-screen": "^5.0.6",
"@capacitor/status-bar": "^5.0.6",
"@capacitor/text-zoom": "^5.0.6",
"@capacitor/toast": "^5.0.6",
"@ionic/cli": "^7.1.1",
"@ionic/core": "^7.0.6",
"@ionic/pwa-elements": "^3.1.1",
"@multiformats/multiaddr": "^12.1.3",
"@nativescript-community/perms": "^2.3.0",
"@nativescript-community/ui-webview": "^1.4.4",
"@nativescript/core": "^8.5.3",
"@nativescript/geolocation": "^8.2.0",
"@nativescript/local-notifications": "link:../nativescript-plugins/packages/local-notifications",
"@oddjs/odd": "^0.37.2",
"@triniwiz/nativescript-toasty": "^4.1.3",
"circular-dependency-plugin": "^5.2.2",
"elm-land": "^0.19.3",
"elm-native-js": "^1.0.3",
"elm-taskport": "^2.0.1",
"elm-test": "0.19.1-revision9",
"elm-tooling": "^1.14.0",
"elm-webpack-loader": "^8.0.0",
"esbuild": "^0.17.19",
"flipping": "^1.1.0",
"insertion-query": "^1.1.0",
"ionicons": "^7.1.0",
"ipfs": "^0.66.0",
"ipfs-http-client": "^60.0.0",
"iso-url": "^1.2.1",
"native-run": "^1.7.2",
"nativescript": "^8.5.3",
"nativescript-theme-core": "^1.0.6",
"orbit-db": "^0.29.0",
"pnpm": "^8.5.0",
"webnative-elm": "^8.1.0"
},
"devDependencies": {
"@capacitor/assets": "^2.0.4",
"@capacitor/cli": "^5.4.0",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@nativescript/android": "^8.5.0",
"@nativescript/types": "^8.5.0",
"@nativescript/webpack": "~5.0.14",
"changed-log": "^0.13.0",
"elm-live": "^4.0.2",
"next-update": "^3.6.0",
"rollup-plugin-polyfill-node": "^0.12.0",
"typescript": "^5.0.4",
"vite": "^4.4.9",
"vite-plugin-elm": "^2.8.0",
"vite-plugin-node-polyfills": "^0.8.2",
"vite-plugin-pwa": "^0.14.7"
},
"gitHead": "42f2a6a9c94eaf9c68d2a41e0daaa1a2544bc28f",
"readme": "Minder",
"volta": {
"node": "16.20.0"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"@ionic/[email protected]": "patches/@[email protected]",
"[email protected]": "patches/[email protected]"
}
}
}