-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
131 lines (131 loc) · 4.91 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
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "ndn-workspace",
"private": true,
"version": "1.3.6",
"type": "module",
"scripts": {
"dev": "vite",
"build": "./build-meta.bash && tsc && vite build",
"build-win": "pwsh ./build-meta.ps1 && tsc && vite build",
"lint": "eslint . --max-warnings 0",
"preview": "vite preview",
"peer-server": "peerjs --port 8000 --key peerjs --path /aincraft --allow_discovery true",
"upload": "firebase deploy --only hosting",
"format": "eslint . --fix --max-warnings 0 ."
},
"dependencies": {
"@codemirror/language": "^6.10.3",
"@codemirror/legacy-modes": "^6.4.1",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.34.1",
"@material/web": "^2.2.0",
"@milkdown/core": "^7.5.0",
"@milkdown/ctx": "^7.5.0",
"@milkdown/exception": "^7.5.0",
"@milkdown/plugin-clipboard": "^7.5.0",
"@milkdown/plugin-collab": "^7.5.0",
"@milkdown/plugin-cursor": "^7.5.0",
"@milkdown/plugin-history": "^7.5.0",
"@milkdown/plugin-indent": "^7.5.0",
"@milkdown/preset-commonmark": "^7.5.0",
"@milkdown/prose": "^7.5.0",
"@milkdown/theme-nord": "^7.5.0",
"@milkdown/transformer": "^7.5.0",
"@ndn/autoconfig": "https://ndnts-nightly.ndn.today/autoconfig.tgz",
"@ndn/endpoint": "https://ndnts-nightly.ndn.today/endpoint.tgz",
"@ndn/fw": "https://ndnts-nightly.ndn.today/fw.tgz",
"@ndn/keychain": "https://ndnts-nightly.ndn.today/keychain.tgz",
"@ndn/l3face": "https://ndnts-nightly.ndn.today/l3face.tgz",
"@ndn/naming-convention2": "https://ndnts-nightly.ndn.today/naming-convention2.tgz",
"@ndn/ndncert": "https://ndnts-nightly.ndn.today/ndncert.tgz",
"@ndn/ndnsec": "https://ndnts-nightly.ndn.today/ndnsec.tgz",
"@ndn/nfdmgmt": "https://ndnts-nightly.ndn.today/nfdmgmt.tgz",
"@ndn/node-transport": "https://ndnts-nightly.ndn.today/node-transport.tgz",
"@ndn/packet": "https://ndnts-nightly.ndn.today/packet.tgz",
"@ndn/rdr": "https://ndnts-nightly.ndn.today/rdr.tgz",
"@ndn/segmented-object": "https://ndnts-nightly.ndn.today/segmented-object.tgz",
"@ndn/svs": "https://ndnts-nightly.ndn.today/svs.tgz",
"@ndn/sync-api": "https://ndnts-nightly.ndn.today/sync-api.tgz",
"@ndn/tlv": "https://ndnts-nightly.ndn.today/tlv.tgz",
"@ndn/util": "https://ndnts-nightly.ndn.today/util.tgz",
"@ndn/web-bluetooth-transport": "https://ndnts-nightly.ndn.today/web-bluetooth-transport.tgz",
"@ndn/ws-transport": "https://ndnts-nightly.ndn.today/ws-transport.tgz",
"@reactivedata/reactive": "^0.2.2",
"@solid-primitives/script-loader": "^2.2.0",
"@solidjs/router": "^0.14.10",
"@suid/icons-material": "^0.7.0",
"@suid/material": "^0.16.0",
"@syncedstore/core": "^0.6.0",
"@tailwindcss/typography": "^0.5.15",
"@tiptap/core": "^2.9.1",
"@tiptap/extension-collaboration": "^2.9.1",
"@tiptap/extension-collaboration-cursor": "^2.9.1",
"@tiptap/extension-color": "^2.9.1",
"@tiptap/extension-highlight": "^2.9.1",
"@tiptap/extension-link": "^2.9.1",
"@tiptap/extension-text-style": "^2.9.1",
"@tiptap/pm": "^2.9.1",
"@tiptap/starter-kit": "^2.9.1",
"@ucla-irl/ndnts-aux": "^4.0.0",
"autoprefixer": "^10.4.20",
"codemirror": "^6.0.1",
"diff": "^5.2.0",
"event-iterator": "^2.0.0",
"eventemitter3": "^5.0.1",
"file-system-access": "^1.0.4",
"jose": "^5.9.6",
"jszip": "^3.10.1",
"peerjs": "^1.5.4",
"postcss": "^8.4.47",
"qr-scanner": "^1.4.2",
"qrcode": "^1.5.4",
"remark-gfm": "3.0.1",
"solid-codemirror": "^2.3.1",
"solid-js": "^1.9.3",
"solid-markdown": "^2.0.13",
"solid-tiptap": "^0.7.0",
"solid-toast": "^0.5.0",
"tailwindcss": "^3.4.14",
"uuid": "^10.0.0",
"y-codemirror.next": "^0.3.5",
"y-prosemirror": "^1.2.12",
"y-protocols": "^1.0.6",
"yjs": "^13.6.20"
},
"devDependencies": {
"@suid/vite-plugin": "^0.2.0",
"@types/diff": "^5.2.3",
"@types/qrcode": "^1.5.5",
"@types/uuid": "^10.0.0",
"@types/web-bluetooth": "^0.0.20",
"@types/wicg-file-system-access": "^2023.10.5",
"@typescript-eslint/parser": "^8.12.2",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-solid": "^0.14.3",
"peer": "^1.0.2",
"prettier": "^3.3.3",
"sass": "^1.80.5",
"solid-devtools": "^0.30.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2",
"typescript-event-target": "^1.1.1",
"vite": "^5.4.10",
"vite-plugin-pwa": "^0.20.5",
"vite-plugin-solid": "^2.10.2",
"wait-your-turn": "^1.0.1",
"workbox-cacheable-response": "^7.3.0",
"workbox-core": "^7.3.0",
"workbox-expiration": "^7.3.0",
"workbox-navigation-preload": "^7.3.0",
"workbox-precaching": "^7.3.0",
"workbox-routing": "^7.3.0",
"workbox-strategies": "^7.3.0"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}