forked from matthiasn/lotti
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 2.68 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
{
"name": "meins",
"version": "0.6.323",
"description": "meins - a personal information manager",
"main": "prod/main-shadow/main.js",
"scripts": {
"start": "electron .",
"build": "electron-builder install-app-deps",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matthiasn/meins.git"
},
"author": "Matthias Nehlsen",
"license": "AGPL-1.0",
"bugs": {
"url": "https://github.com/matthiasn/meins/issues"
},
"homepage": "https://github.com/matthiasn/meins",
"dependencies": {
"@cljs-oss/module-deps": "1.1.1",
"@geonet/geohash": "1.0.13",
"@matthiasn/draftjs-md-converter": "1.2.0-4",
"@zxing/library": "0.15.2",
"asar": "2.0.3",
"base-64": "0.1.0",
"bufferutil": "4.0.1",
"buildmail": "4.0.1",
"cldr-data": "36.0.0",
"cookie-parser": "1.4.4",
"create-react-class": "15.6.3",
"draft-js": "0.11.4",
"draft-js-linkify-plugin": "2.0.2",
"draft-js-mention-plugin": "3.1.4",
"draft-js-plugins-editor": "3.0.0",
"electron-context-menu": "0.15.2",
"electron-fetch": "1.4.0",
"electron-log": "4.0.3",
"electron-updater": "4.2.0",
"emoji-flags": "1.2.0",
"find-process": "1.4.3",
"globalize": "1.4.2",
"iana-tz-data": "2019.1.0",
"imap": "0.8.19",
"immutable": "3.8.2",
"install": "0.13.0",
"keytar": "5.0.0",
"lato-font": "3.0.0",
"leaflet": "1.6.0",
"lodash": "4.17.15",
"lodash.throttle": "4.1.1",
"mapbox-gl": "1.6.1",
"meins-draft": "0.0.6",
"moment": "2.24.0",
"moment-duration-format": "2.3.2",
"ngeohash": "0.6.3",
"normalize.css": "8.0.1",
"quill": "1.3.7",
"randomcolor": "0.5.4",
"react": "16.9.0",
"react-addons-css-transition-group": "15.6.2",
"react-addons-shallow-compare": "15.6.2",
"react-big-calendar": "0.22.0",
"react-color": "2.18.0",
"react-dom": "16.9.0",
"react-event-timeline": "1.6.3",
"react-horizontal-timeline": "1.5.3",
"react-infinite-calendar": "2.3.1",
"react-list": "0.8.13",
"react-responsive-carousel": "3.1.51",
"react-with-direction": "1.3.1",
"s": "1.0.0",
"screenshot-desktop": "1.10.0",
"shell-escape": "0.2.0",
"shortid": "2.2.15",
"tcp-port-used": "1.0.1",
"tinycolor": "0.0.1",
"turndown": "5.0.3",
"tweetnacl": "1.0.2",
"tweetnacl-util": "0.15.0",
"typeface-montserrat": "0.0.75",
"utf-8-validate": "5.0.2",
"wavesurfer.js": "3.3.1"
},
"devDependencies": {
"browser-resolve": "1.11.3",
"electron": "7.1.10",
"electron-builder": "22.3.2",
"electron-notarize": "0.2.1",
"module-deps": "6.2.2",
"resolve": "1.14.2",
"webpack": "4.41.2"
}
}