-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.13 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
{
"devDependencies": {
"@lezer/generator": "^1.2.2",
"@mdx-js/mdx": "^2.1.1",
"@parcel/transformer-mdx": "^2.8.3",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/mdx-js__react": "^1.5.3",
"@types/node": "^18.14.0",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.15",
"gts": "^3.1.1",
"parcel": "^2.8.3",
"process": "^0.11.10",
"typescript": "^4.9.5",
"@lmdb/lmdb-linux-x64": "^2.7.9"
},
"dependencies": {
"@codemirror/autocomplete": "^6.4.2",
"@codemirror/commands": "^6.2.1",
"@codemirror/language": "^6.6.0",
"@codemirror/search": "^6.2.3",
"@codemirror/state": "^6.2.0",
"@codemirror/view": "^6.9.1",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@lezer/common": "^1.0.2",
"@lezer/highlight": "^1.1.3",
"@lezer/lr": "^1.3.3",
"@mdx-js/react": "^1.6.22",
"react": "^17.0.0",
"react-dom": "^17.0.2"
},
"prettier": {
"trailingComma": "all",
"proseWrap": "always"
},
"browserslist": [
"since 2017-06"
]
}