-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 986 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 986 Bytes
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": "polytype",
"type": "module",
"dependencies": {
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-html": "^6.4.12",
"@codemirror/lang-javascript": "^6.2.5",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lang-markdown": "^6.5.2",
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/lang-yaml": "^6.1.3",
"@codemirror/language": "^6.12.4",
"@codemirror/legacy-modes": "^6.5.3",
"@codemirror/state": "^6.7.1",
"@codemirror/theme-one-dark": "^6.1.3",
"@codemirror/view": "^6.43.9",
"codemirror-lang-latex": "^0.6.1",
"codemirror-lang-typst": "^0.6.0",
"decasify": "^0.11.4"
},
"devDependencies": {
"@vmprint/cli": "^1.0.5",
"autoprefixer": "^10.5.4",
"bulma": "^1.0.4",
"esbuild": "^0.28.2",
"esbuild-plugin-wasm": "^1.1.0",
"pagedjs": "^0.4.3",
"pagedjs-cli": "^0.4.3",
"postcss-cli": "^11.0.1",
"sass": "^1.103.1"
},
"allowScripts": {
"decasify@0.11.4": true
}
}