-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
60 lines (60 loc) · 2.19 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
{
"name": "ndn-play",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production",
"editor-types": "tsc --emitDeclarationOnly --downlevelIteration --declaration --declarationMap --esModuleInterop && api-extractor run"
},
"private": true,
"dependencies": {
"@angular/animations": "18.2.7",
"@angular/cdk": "18.2.7",
"@angular/common": "18.2.7",
"@angular/compiler": "18.2.7",
"@angular/core": "18.2.7",
"@angular/forms": "18.2.7",
"@angular/platform-browser": "18.2.7",
"@angular/platform-browser-dynamic": "18.2.7",
"@angular/router": "18.2.7",
"@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/lp": "https://ndnts-nightly.ndn.today/lp.tgz",
"@ndn/packet": "https://ndnts-nightly.ndn.today/packet.tgz",
"@ndn/psync": "https://ndnts-nightly.ndn.today/psync.tgz",
"@ndn/tlv": "https://ndnts-nightly.ndn.today/tlv.tgz",
"@ndn/trust-schema": "https://ndnts-nightly.ndn.today/trust-schema.tgz",
"@ndn/util": "https://ndnts-nightly.ndn.today/util.tgz",
"@ndn/ws-transport": "https://ndnts-nightly.ndn.today/ws-transport.tgz",
"bulma": "^1.0.2",
"chroma-js": "^3.1.1",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"dct-wasm": "^0.0.6",
"dijkstrajs": "^1.0.3",
"it-pushable": "^3.2.3",
"localforage": "^1.10.0",
"msgpack-lite": "^0.1.26",
"ngx-monaco-editor-v2": "^18.1.0",
"pako": "^2.1.0",
"rxjs": "~7.8.1",
"vis-network": "^9.1.9"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.7",
"@angular/cli": "18.2.7",
"@angular/compiler-cli": "18.2.7",
"@microsoft/api-extractor": "^7.47.9",
"@types/chroma-js": "^2.4.4",
"@types/emscripten": "^1.39.13",
"@types/msgpack-lite": "^0.1.11",
"@types/pako": "^2.0.3",
"@types/vscode-webview": "^1.57.5",
"tslib": "^2.7.0",
"typescript": "^5.5"
}
}