-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.03 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
{
"name": "lezer-sandbox",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@codemirror/basic-setup": "^0.19.0",
"@codemirror/commands": "^0.19.5",
"@codemirror/lang-javascript": "^0.19.2",
"@codemirror/state": "^0.19.5",
"@codemirror/view": "^0.19.9",
"@energetics/lr-util": "^0.1.5",
"@lezer/common": "^0.15.7",
"@lezer/generator": "^0.15.2",
"@lezer/lr": "^0.15.4",
"@mdx-js/loader": "^0.15.4",
"@next/bundle-analyzer": "^12.0.4",
"@next/mdx": "^11.1.2",
"acorn": "^8.5.0",
"classnames": "^2.3.1",
"esbuild-wasm": "0.13.14",
"next": "11.1.2",
"next-compose-plugins": "^2.2.1",
"octokit": "^1.7.0",
"raw-loader": "^4.0.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.19.1",
"type-fest": "^2.5.2",
"typescript": "4.4.3"
},
"devDependencies": {
"@types/react": "17.0.27",
"eslint-config-next": "11.1.2"
}
}