forked from pulsejet/ownly
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.92 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 2.92 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "ownly",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"lint": "eslint . --fix",
"format": "prettier --write src/",
"go:wasm": "cd ndn/cmd && cross-env GOOS=js GOARCH=wasm go build -ldflags \"-s -w\" -o ../../public/main.wasm main.go",
"go:js": "cp $(go env GOROOT)/misc/wasm/wasm_exec.js ./public/wasm_exec.js"
},
"dependencies": {
"@a2a-js/sdk": "^0.3.1",
"@dicebear/collection": "^9.2.2",
"@dicebear/core": "^9.2.2",
"@excalidraw/excalidraw": "^0.18.0",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@genkit-ai/googleai": "^1.16.1",
"@milkdown/crepe": "^7.6.3",
"@milkdown/plugin-collab": "^7.6.3",
"@wcj/markdown-to-html": "^3.0.5",
"@zip.js/zip.js": "^2.7.57",
"bulma": "^1.0.3",
"cors": "^2.8.5",
"dexie": "^4.0.11",
"events": "^3.3.0",
"express": "^4.21.2",
"file-system-access": "^1.0.4",
"genkit": "^1.16.1",
"highlight.js": "^11.11.1",
"jsdom": "^27.0.0",
"lodash-es": "^4.17.21",
"marked": "^15.0.11",
"marked-highlight": "^2.2.1",
"monaco-editor": "^0.52.2",
"nanoid": "^5.1.3",
"nodemailer": "^7.0.9",
"path-browserify": "^1.0.1",
"qrcode": "^1.5.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"reveal.js": "^5.2.1",
"streamsaver": "^2.0.6",
"vue": "^3.5.18",
"vue-pdf-embed": "^2.1.2",
"vue-router": "^4.5.0",
"vue-virtual-scroller": "^2.0.0-beta.8",
"vue3-toastify": "^0.2.8",
"vuew": "^1.0.0-security",
"webworker-typed": "^1.0.5",
"y-monaco": "^0.1.6",
"y-prosemirror": "^1.2.17",
"y-protocols": "^1.0.6",
"yjs": "^13.6.24"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.0",
"@types/events": "^3.0.3",
"@types/golang-wasm-exec": "^1.15.2",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.13.10",
"@types/path-browserify": "^1.0.3",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.6",
"@types/reveal.js": "^5.0.5",
"@types/streamsaver": "^2.0.5",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.5.0",
"@vue/tsconfig": "^0.7.0",
"cross-env": "^7.0.3",
"eslint": "^9.22.0",
"eslint-plugin-vue": "^10.0.0",
"jiti": "^2.4.2",
"npm-run-all2": "^7.0.2",
"prettier": "^3.5.3",
"sass-embedded": "^1.85.1",
"sass-loader": "^16.0.5",
"typed-emitter": "^2.1.0",
"typescript": "~5.8.2",
"vite": "^6.2.1",
"vite-plugin-pwa": "^1.0.0",
"vue-tsc": "^2.2.8"
}
}