-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.03 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
{
"name": "narrative",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production --base-href ./",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"build-docs": "ng build --output-path docs --base-href ./ --configuration production"
},
"private": true,
"dependencies": {
"@angular/animations": "^15.2.8",
"@angular/cdk": "^15.2.8",
"@angular/common": "^15.2.8",
"@angular/compiler": "^15.2.8",
"@angular/core": "^15.2.8",
"@angular/forms": "^15.2.8",
"@angular/material": "^15.2.8",
"@angular/platform-browser": "^15.2.8",
"@angular/platform-browser-dynamic": "^15.2.8",
"@angular/router": "^15.2.8",
"@codemirror/commands": "^6.2.3",
"@codemirror/lang-markdown": "^6.1.1",
"@codemirror/state": "^6.1.3",
"@codemirror/view": "^6.10.1",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"ardb": "^1.1.10",
"arweave": "^1.13.7",
"arweave-account": "^1.3.6",
"arweave-wallet-connector": "^1.0.2",
"base64-js": "^1.5.1",
"dompurify": "^3.0.2",
"linkify-plugin-hashtag": "^4.0.2",
"linkify-plugin-mention": "^4.0.2",
"linkify-string": "^4.0.2",
"linkifyjs": "^4.0.2",
"marked": "^5.0.0",
"ngx-skeleton-loader": "^7.0.0",
"rxjs": "^7.8.1",
"tslib": "^2.4.1",
"vouchdao": "^0.2.6",
"zone.js": "^0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.7",
"@angular/cli": "^15.2.7",
"@angular/compiler-cli": "^15.2.8",
"@types/dompurify": "^3.0.2",
"@types/jasmine": "^4.3.1",
"@types/marked": "^4.3.0",
"@types/node": "^18.16.3",
"arconnect": "^0.4.2",
"jasmine-core": "^4.5.0",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.0",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"typescript": "^4.8.4"
},
"overrides": {
"arweave-account": {
"arweave": "1.13.4"
}
}
}