-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.83 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": "fiomarketplace",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"startlocal": "ng serve --host=0.0.0.0 --disable-host-check",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"testenv": "ng build --configuration test"
},
"private": true,
"dependencies": {
"@angular/animations": "~13.3.0",
"@angular/cdk": "^13.3.3",
"@angular/common": "~13.3.0",
"@angular/compiler": "~13.3.0",
"@angular/core": "~13.3.0",
"@angular/forms": "~13.3.0",
"@angular/platform-browser": "~13.3.0",
"@angular/platform-browser-dynamic": "~13.3.0",
"@angular/router": "~13.3.0",
"@vercel/node": "^2.5.26",
"anchor-link": "^3.2.3",
"anchor-link-browser-transport": "^3.1.3",
"assert": "^2.0.0",
"axios": "^1.1.3",
"bn.js": "^5.2.0",
"body-parser": "^1.19.2",
"cipher-base": "^1.0.4",
"cors": "^2.8.5",
"crypto-browserify": "^3.12.0",
"eosjs": "git+https://github.com/tvl83/eosjs.git",
"express": "^4.17.2",
"primeflex": "^3.1.3",
"primeicons": "^5.0.0",
"primeng": "^13.3.3",
"prismjs": "^1.27.0",
"rxjs": "~7.5.0",
"stream-browserify": "^3.0.0",
"ts-md5": "^1.2.11",
"tslib": "^2.3.0",
"util": "^0.12.4",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.3",
"@angular/cli": "~13.3.3",
"@angular/compiler-cli": "~13.3.0",
"@types/bn.js": "^5.1.0",
"@types/elliptic": "^6.4.14",
"@types/jasmine": "~3.10.0",
"@types/node": "^17.0.13",
"elliptic": "^6.5.4",
"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.6.2"
}
}