-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
116 lines (116 loc) · 3.23 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
{
"name": "midst",
"version": "0.0.1",
"description": "repo inherited by midst.press",
"main": "build/electron.js",
"author": {
"name": "erin gil",
"email": "[email protected]",
"url": "https://hem.rocks"
},
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build src/index.html"
},
"license": "all rights reserved",
"dependencies": {
"@fortawesome/fontawesome-free": "5.12.1",
"@rooks/use-window-size": "4.6.1",
"@types/body-scroll-lock": "2.6.1",
"@types/jquery": "3.3.38",
"@types/js-cookie": "2.2.6",
"@types/jspdf": "1.3.3",
"@types/lodash": "4.14.153",
"@types/marked": "1.1.0",
"@types/mustache": "4.1.1",
"@types/node": "12.12.42",
"@types/qs": "6.9.5",
"@types/react": "16.9.53",
"@types/react-beautiful-dnd": "13.0.0",
"@types/react-custom-scrollbars": "4.0.6",
"@types/react-dom": "16.8.4",
"@types/react-helmet": "5.0.16",
"@types/react-redux": "7.1.9",
"@types/react-router-dom": "5.1.5",
"@types/react-window": "1.8.2",
"@types/redux-saga": "0.10.5",
"@types/resemblejs": "1.3.28",
"@types/uuid": "3.4.9",
"@types/voca": "1.4.0",
"@types/wicg-mediasession": "1.1.0",
"body-scroll-lock": "3.0.2",
"front-matter": "3.2.1",
"front-matter-markdown": "0.4.4",
"glob-watcher": "5.0.5",
"global.css": "1.1.0",
"helmet": "5.0.2",
"immer": "4.0.2",
"import-lazy": "4.0.0",
"insane": "2.6.2",
"jquery": "3.5.1",
"jquery-ui": "1.12.1",
"js-cookie": "2.2.1",
"jspdf": "1.5.3",
"lazy-require": "3.5.0",
"leasot": "9.3.1",
"lines-to-paragraphs": "1.0.3",
"lodash": "4.17.11",
"marked": "0.7.0",
"moment": "2.26.0",
"mustache": "4.1.0",
"nanotimer": "0.3.15",
"nexusui": "2.1.3",
"normalize.css": "8.0.1",
"pad": "3.2.0",
"parcel-bundler": "1.12.3",
"pdf-parse": "1.1.1",
"pdf-text-extract": "1.5.0",
"projekt": "0.1.48",
"pug": "3.0.0",
"qs": "6.9.6",
"random-hex-color": "1.0.1",
"random-words": "1.1.1",
"react": "18.0.0",
"react-anchor-link-smooth-scroll": "1.0.12",
"react-click-outside-hook": "1.1.1",
"react-custom-scrollbars": "4.2.1",
"react-dom": "18.0.0",
"react-ga": "2.7.0",
"react-helmet": "5.2.1",
"react-helmet-async": "1.0.6",
"react-icons": "3.10.0",
"react-redux": "7.1.3",
"react-router": "6.3.0",
"react-router-dom": "6.3.0",
"react-scrollbars-custom": "4.0.25",
"react-scrolllock": "5.0.1",
"react-window": "1.8.6",
"recursive-readdir-sync": "1.0.6",
"redux": "4.0.5",
"redux-devtools-extension": "2.13.8",
"redux-saga": "1.1.3",
"redux-thunk": "2.3.0",
"roman-numeral-to-decimal": "1.0.1",
"scroll-into-view": "1.14.1",
"slick-carousel": "1.8.1",
"smoothscroll-polyfill": "0.4.4",
"striptags": "3.1.1",
"tone": "13.8.34",
"uuid": "3.4.0",
"voca": "1.4.0",
"zip-js": "0.0.2"
},
"devDependencies": {
"@babel/core": "7.10.0",
"@types/mocha": "5.2.7",
"assert": "2.0.0",
"mocha": "6.2.3",
"parcel": "1.12.4",
"parcel-plugin-static-files-copy": "2.6.0",
"prettier": "1.18.2",
"typescript": "4.6.3"
},
"resolutions": {
"@babel/preset-env": "7.13.8"
}
}