-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.71 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.71 KB
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
56
57
{
"name": "nnootteess",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev:extension": "vite -c vite.extension.config.ts",
"build:extension": "vue-tsc -b && vite build -c vite.extension.config.ts",
"dev:app": "caddy run & vite -c vite.app.config.ts",
"build:app": "vue-tsc -b && vite build -c vite.app.config.ts",
"format": "bun oxfmt"
},
"dependencies": {
"@codemirror/autocomplete": "^6.20.3",
"@codemirror/commands": "^6.11.0",
"@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/language": "^6.12.4",
"@codemirror/search": "^6.7.2",
"@codemirror/state": "^6.7.2",
"@codemirror/theme-one-dark": "^6.1.3",
"@codemirror/view": "^6.43.8",
"@greggman/zipup": "^0.0.2",
"@milkdown/crepe": "^7.22.1",
"@milkdown/kit": "^7.22.1",
"@milkdown/vue": "^7.22.1",
"@replit/codemirror-vim": "^6.4.0",
"@vueuse/core": "^14.4.0",
"genosdb": "^0.33.5",
"mdst-ui": "^1.0.3",
"prettier": "^3.9.6",
"scule": "^1.3.0",
"vue": "^3.5.42"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.7.1",
"@iconify-json/carbon": "^1.2.26",
"@types/chrome": "^0.2.8",
"@types/node": "^26.4.1",
"@vitejs/plugin-vue": "^6.0.8",
"@vue/tsconfig": "^0.9.1",
"oxfmt": "^0.66.0",
"typescript": "~5.9.3",
"unplugin-icons": "^23.0.1",
"vite": "^8.2.2",
"vite-plugin-pwa": "^1.3.0",
"vite-plugin-vue-devtools": "^8.2.1",
"vite-plugin-zip-pack": "^1.2.4",
"vue-tsc": "^3.3.11"
},
"resolutions": {
"@codemirror/view": "6.43.8"
}
}