-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
35 lines (35 loc) · 989 Bytes
/
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
{
"name": "codemirror-website",
"private": true,
"version": "0.0.1",
"description": "CodeMirror's website",
"homepage": "https://codemirror.net/",
"scripts": {
"build": "node src/index.js"
},
"dependencies": {
"@babel/core": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@lezer/common": "^1.0.0",
"@lezer/lr": "^1.0.0",
"@lezer/highlight": "^1.0.0",
"@lezer/javascript": "^1.0.0",
"@lezer/lezer": "^1.0.0",
"@lezer/html": "^1.0.0",
"@lezer/css": "^1.0.0",
"@rollup/plugin-node-resolve": "^8.1.0",
"@rollup/plugin-sucrase": "^3.0.2",
"babel-plugin-transform-for-of-as-array": "^1.1.1",
"builddocs": "^1.0.0",
"getdocs-ts": "^0.1.0",
"markdown-it": "^12.0.0",
"markdown-it-anchor": "^8.6.4",
"markdown-it-deflist": "^2.1.0",
"mold-template": "^2.0.1",
"rimraf": "^2.6.3",
"rollup": "^2.18.0",
"rollup-plugin-typescript2": "^0.27.1",
"acorn": "^8.7.1",
"acorn-walk": "^8.2.0"
}
}