-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
112 lines (112 loc) · 3.2 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
{
"name": "@onzag/itemize",
"version": "0.0.337",
"description": "Itemize",
"bin": {
"itemize": "index.js"
},
"main": "index",
"types": "nodejs/index",
"scripts": {
"install": "tsc && node ./sass-json-handler.js",
"docs": "typedoc --plugin typedoc-plugin-markdown && node ./docs/_src/process-src.js"
},
"author": "Onza Systems - Edward Gonzalez",
"license": "AGPL-3.0",
"dependencies": {
"@date-io/moment": "^1.3.13",
"@elastic/elasticsearch": "8.1.0",
"@types/autosuggest-highlight": "^3.1.1",
"@types/bcrypt": "^3.0.1",
"@types/busboy": "^1.5.0",
"@types/convert-units": "^2.3.3",
"@types/deep-equal": "^1.0.1",
"@types/diacritics": "^1.3.1",
"@types/express": "^4.17.12",
"@types/html-minifier": "^3.5.3",
"@types/jsonwebtoken": "^8.5.2",
"@types/node": "^13.13.52",
"@types/node-fetch": "^2.5.10",
"@types/pg": "^7.14.11",
"@types/properties-reader": "0.0.1",
"@types/puppeteer": "^3.0.5",
"@types/react-autosuggest": "^9.3.14",
"@types/react-leaflet": "^2.8.1",
"@types/react-router-dom": "^5.1.7",
"@types/read": "0.0.28",
"@types/redis": "^2.8.30",
"@types/stylis": "^4.0.2",
"@types/uuid": "^3.4.9",
"address-rfc2822": "^2.1.0",
"ajv": "^6.12.6",
"autosuggest-highlight": "^3.1.1",
"bcrypt": "^5.0.1",
"busboy": "^1.6.0",
"colors": "^1.4.0",
"comlink": "^4.3.1",
"convert-units": "^2.3.4",
"core-js": "^3.15.2",
"deep-equal": "^1.1.1",
"diacritics": "^1.3.0",
"express": "^4.17.1",
"form-data": "^4.0.0",
"history": "^4.10.1",
"html-minifier": "^4.0.0",
"idb": "^6.1.2",
"json-source-map": "^0.4.0",
"jsonwebtoken": "^9.0.2",
"leaflet": "^1.9.4",
"moment": "^2.29.1",
"pg": "^8.6.0",
"react-autosuggest": "^9.4.3",
"react-dropzone": "^11.4.2",
"react-leaflet": "^2.8.0",
"react-router-dom": "^5.2.0",
"read": "^1.0.7",
"redis": "^3.1.1",
"sharp": "^0.33.0",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2",
"source-map-support": "^0.5.19",
"stripe": "^8.160.0",
"stylis": "^4.1.3",
"stylis-plugin-rtl": "^2.1.1",
"svgo": "^3.1.0",
"tarn": "^3.0.1",
"typescript": "^5.3.3",
"uuid": "^3.3.3",
"winston": "^3.3.3",
"winston-transport": "^4.5.0"
},
"peerDependencies": {
"@emotion/css": "^11.7.1",
"@emotion/react": "^11.7.1",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.3.1",
"@mui/lab": "5.0.0-alpha.66",
"@mui/material": "5.3.1",
"@mui/styles": "5.3.0",
"@onzag/itemize-text-engine": "^0.0.11",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@emotion/css": "^11.7.1",
"@emotion/react": "^11.7.1",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.3.1",
"@mui/lab": "5.0.0-alpha.66",
"@mui/material": "5.3.1",
"@mui/styles": "5.3.0",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typedoc": "^0.25.4",
"typedoc-plugin-markdown": "^3.17.1"
}
}