-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
114 lines (114 loc) · 3.48 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "zeosone",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --base-href=/zeos.one/",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "eslint .",
"lint-fix": "eslint . --fix",
"format": "npx prettier --write .",
"deploy": "ng build"
},
"private": true,
"dependencies": {
"@angular/animations": "~13.0.0",
"@angular/common": "~13.0.0",
"@angular/compiler": "~13.0.0",
"@angular/core": "~13.0.0",
"@angular/forms": "~13.0.0",
"@angular/platform-browser": "~13.0.0",
"@angular/platform-browser-dynamic": "~13.0.0",
"@angular/router": "~13.0.0",
"@babel/runtime": "^7.18.6",
"@greymass/eosio": "^0.5.4",
"@liquidapps/dapp-client": "^2.0.7848",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@ngneat/transloco": "^4.0.0",
"@popperjs/core": "^2.11.5",
"@types/bootstrap": "^5.1.9",
"@types/cipher-base": "^1.0.1",
"@types/jquery": "^3.5.14",
"animate.css": "^3.7.2",
"base58-js": "^1.0.0",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.8.1",
"browserify-aes": "^1.2.0",
"buffer": "^6.0.3",
"buffer-xor": "^2.0.2",
"cipher-base": "^1.0.4",
"create-hash": "^1.2.0",
"evp_bytestokey": "^1.0.3",
"file-saver": "^2.0.5",
"inherits": "^2.0.4",
"jquery": "^3.6.0",
"json-stringify-pretty-compact": "^3.0.0",
"ngx-google-analytics": "^13.0.1",
"prop-types": "15.7.2",
"react": "16.13.0",
"react-dom": "16.13.0",
"react-scripts": "^4.0.3",
"rxjs": "~7.4.0",
"safe-buffer": "^5.2.1",
"stream-browserify": "^3.0.0",
"tslib": "^2.3.0",
"ual-anchor": "^1.1.5",
"ual-ledger": "0.3.0",
"ual-lynx": "0.4.0",
"ual-reactjs-renderer": "^0.3.1",
"ual-scatter": "0.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.0.3",
"@angular/cli": "~13.0.3",
"@angular/compiler-cli": "~13.0.0",
"@babel/core": "^7.12.1",
"@babel/node": "^7.8.7",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.8.3",
"@blockone/eslint-config-blockone": "^3.0.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.20.55",
"@types/react": "^16.8.6",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"awesome-typescript-loader": "^3.0.0",
"babel-loader": "^8.0.4",
"babel-polyfill": "^6.26.0",
"dotenv": "^8.2.0",
"eslint": "^8.16.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"html-webpack-plugin": "^4.0.0",
"jasmine-core": "~3.10.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"prettier": "^2.6.2",
"typescript": "~4.4.3",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1"
},
"description": "This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.3.",
"main": "karma.conf.js",
"repository": {
"type": "git",
"url": "git+https://github.com/DiegoROMer/zeos.one.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DiegoROMer/zeos.one/issues"
},
"homepage": "https://github.com/DiegoROMer/zeos.one#readme"
}