-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
64 lines (64 loc) · 1.65 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
{
"name": "angularweb3",
"author": {
"name": "@yeoudev",
"url": "https://twitter.com/yeoudev"
},
"contributors": [
{
"name": ""
}
],
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular-devkit/build-angular": "^13.2.4",
"@angular/animations": "~13.2.3",
"@angular/cdk": "^13.2.3",
"@angular/common": "~13.2.3",
"@angular/compiler": "~13.2.3",
"@angular/core": "~13.2.3",
"@angular/forms": "~13.2.3",
"@angular/platform-browser": "~13.2.3",
"@angular/platform-browser-dynamic": "~13.2.3",
"@angular/router": "~13.2.3",
"@walletconnect/web3-provider": "^1.7.1",
"rxjs": "~7.5.4",
"tslib": "^2.3.1",
"url": "^0.11.0",
"util": "^0.12.4",
"web3": "^1.7.0",
"web3modal": "^1.9.5",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular/cli": "^13.2.4",
"@angular/compiler-cli": "~13.2.3",
"@types/jasmine": "~3.10.3",
"@types/node": "^17.0.18",
"@types/react": "^17.0.39",
"assert": "^2.0.0",
"autoprefixer": "^10.4.4",
"crypto-browserify": "^3.12.0",
"https-browserify": "^1.0.0",
"jasmine-core": "~4.0.0",
"karma": "~6.3.16",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "~1.7.0",
"os-browserify": "^0.3.0",
"postcss": "^8.4.12",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tailwindcss": "^3.0.23",
"typescript": "~4.5.5"
}
}