-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.49 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
{
"name": "vitepress-python-editor",
"version": "1.3.4",
"description": "Editor component for VitePress that runs Python in the browser",
"keywords": [
"vitepress",
"python",
"code",
"editor",
"vue",
"codemirror",
"pyodide"
],
"homepage": "https://vitepress-python-editor.netlify.app/",
"bugs": "https://github.com/zqianem/vitepress-python-editor/issues",
"license": "MIT",
"author": "Em Zhan <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/zqianem/vitepress-python-editor.git"
},
"type": "module",
"exports": {
".": "src/Editor.vue",
"./vite-plugin": "src/vite-plugin.js"
},
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview"
},
"dependencies": {
"@codemirror/commands": "^6.7.0",
"@codemirror/lang-python": "^6.1.6",
"@codemirror/language": "^6.10.3",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.34.1",
"@lezer/common": "^1.2.3",
"@lezer/highlight": "^1.2.1",
"vue": "^3.5.12"
},
"peerDependencies": {
"pyodide": "^0.26.0"
},
"devDependencies": {
"vitepress": "^1.4.1"
},
"packageManager": "[email protected]+sha512.7c2ea089e1a6af306409c4fc8c4f0897bdac32b772016196c469d9428f1fe2d5a21daf8ad6512762654ac645b5d9136bb210ec9a00afa8dbc4677843ba362ecd",
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
},
"allowNonAppliedPatches": true
}
}