forked from lyonbot/onebox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.32 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
{
"name": "onebox",
"description": "Draft Notebook for Developers",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"type": "module",
"devDependencies": {
"@rollup/plugin-inject": "^5.0.5",
"@stylistic/eslint-plugin": "^1.5.1",
"@types/lodash": "^4.14.202",
"@types/markdown-it": "^13.0.7",
"@types/node": "^18.19.4",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"esbuild": "^0.19.11",
"eslint": "^8.56.0",
"postcss": "^8.4.32",
"sass": "^1.69.6",
"solid-devtools": "^0.29.2",
"typescript": "^5.3.3",
"typescript-plugin-css-modules": "^5.0.2",
"unocss": "^0.58.3",
"vite": "^4.5.1",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-pwa": "^0.17.4",
"vite-plugin-solid": "^2.8.0"
},
"dependencies": {
"@iconify-json/mdi": "^1.1.64",
"buffer": "^6.0.3",
"dockview-core": "^1.8.5",
"github-markdown-css": "^5.5.0",
"json5": "^2.2.3",
"jszip": "^3.10.1",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"markdown-it": "^14.0.0",
"monaco-editor": "^0.45.0",
"onebox-markdown": "workspace:^",
"onebox-run-script": "workspace:^",
"path-browserify": "^1.0.1",
"solid-js": "^1.8.7",
"yon-utils": "^0.1.20"
},
"engines": {
"node": ">=18"
}
}