-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.84 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
{
"name": "wtf-learn",
"version": "1.11.11",
"description": "The gateway to play, learn and earn crypto",
"keywords": [
"crypto",
"xrpl",
"elearning",
"NFT",
"blockchain"
],
"author": {
"name": "Sohail Salehi Mava",
"email": "[email protected]",
"url": "https://wtf.pub"
},
"funding": "https://wtf.pub/donate",
"bugs": "https://wtf.pub/report",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^15.1.2",
"@angular/cdk": "^15.1.2",
"@angular/common": "^15.1.2",
"@angular/compiler": "^15.1.2",
"@angular/core": "^15.1.2",
"@angular/fire": "^7.5.0",
"@angular/forms": "^15.1.2",
"@angular/material": "^15.1.2",
"@angular/platform-browser": "^15.1.2",
"@angular/platform-browser-dynamic": "^15.1.2",
"@angular/router": "^15.1.2",
"@angular/service-worker": "^15.1.2",
"clipboard": "^2.0.11",
"emoji-toolkit": "^7.0.0",
"firebase": "^9.9.4",
"firebaseui": "^6.0.1",
"html-to-image": "^1.11.4",
"install": "^0.13.0",
"marked": "^4.2.12",
"mermaid": "^9.2.2",
"ngx-markdown": "^15.1.0",
"npm": "^9.4.0",
"rxfire": "^6.0.3",
"rxjs": "~7.5.6",
"tslib": "^2.4.0",
"zone.js": "~0.11.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.1.3",
"@angular/cli": "^15.1.3",
"@angular/compiler-cli": "^15.1.2",
"@types/jasmine": "~3.10.0",
"@types/marked": "^4.0.8",
"@types/node": "^12.11.1",
"jasmine-core": "~4.0.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.1.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"typescript": "~4.8.3"
}
}