-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
120 lines (120 loc) · 4.4 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
115
116
117
118
119
120
{
"name": "bicho",
"version": "0.0.1",
"description": "jogo do bicho",
"contributors": [
"danilo neves cruz <[email protected]> (https://cruzdanilo.com)",
"Dalton Oliveira <[email protected]>",
"Rodrigo Bronzelle <[email protected]>"
],
"license": "UNLICENSED",
"private": true,
"main": "ecs/main.ts",
"scripts": {
"postinstall": "run-p postinstall:**",
"postinstall:patch": "patch-package",
"postinstall:types": "typechain --target ethers-v5 --out-dir abi/types 'abi/*.json'",
"start": "run-p start:**",
"start:dcl": "rimraf dist/main.js && wait-on dist/main.js && dcl start",
"start:build": "cross-env TS_NODE_PROJECT=tsconfig.tools.json webpack --mode development --watch",
"build": "cross-env TS_NODE_PROJECT=tsconfig.tools.json webpack --mode production",
"lint": "run-s --continue-on-error lint:**",
"lint:es": "eslint --ext .ts,.js --ignore-path .gitignore .",
"lint:sol": "cross-env TS_NODE_PROJECT=tsconfig.tools.json hardhat check",
"test": "cross-env TS_NODE_PROJECT=tsconfig.tools.json hardhat test",
"build:contracts": "cross-env TS_NODE_PROJECT=tsconfig.tools.json hardhat compile",
"deploy:now": "dcl export && now export"
},
"engines": {
"node": ">=15",
"yarn": "^1"
},
"dependencies": {
"@dcl/ecs-scene-utils": "^1.7.0",
"@dcl/npc-scene-utils": "^1.4.0",
"@dcl/ui-scene-utils": "^1.8.1",
"@ethersproject/contracts": "^5.3.0",
"@ethersproject/providers": "^5.3.0",
"core-js": "^3.14.0",
"decentraland-ecs": "^6.6.5",
"regenerator-runtime": "^0.13.7",
"throttle-debounce": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@babel/preset-typescript": "^7.13.0",
"@dcl/unity-renderer": "^1.0.3650",
"@typechain/ethers-v5": "^7.0.0",
"@types/babel__core": "^7.1.14",
"@types/chai": "^4.2.18",
"@types/eslint": "^7.2.13",
"@types/mocha": "^8.2.2",
"@types/node": "^15.12.1",
"@types/throttle-debounce": "^2.1.0",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"babel-loader": "^8.2.2",
"chai": "^4.3.4",
"cross-env": "^7.0.3",
"decentraland": "^3.4.10",
"dotenv": "^10.0.0",
"eslint": "^7.28.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-plugin-chai-expect": "^2.2.0",
"eslint-plugin-chai-friendly": "^0.7.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-mocha": "^9.0.0",
"eslint-plugin-node": "^11.1.0",
"ethers": "^5.3.0",
"npm-run-all": "^4.1.5",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"rimraf": "^3.0.2",
"ts-node": "^10.0.0",
"typechain": "^5.0.0",
"typescript": "^4.3.2",
"wait-on": "^5.3.0",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.0"
},
"resolutions": {
"@dcl/unity-renderer": "^1.0.3650",
"@ethersproject/abi": "^5.3.0",
"@ethersproject/abstract-provider": "^5.3.0",
"@ethersproject/abstract-signer": "^5.3.0",
"@ethersproject/address": "^5.3.0",
"@ethersproject/base64": "^5.3.0",
"@ethersproject/basex": "^5.3.0",
"@ethersproject/bignumber": "^5.3.0",
"@ethersproject/bytes": "^5.3.0",
"@ethersproject/constants": "^5.3.0",
"@ethersproject/contracts": "^5.3.0",
"@ethersproject/hash": "^5.3.0",
"@ethersproject/hdnode": "^5.3.0",
"@ethersproject/json-wallets": "^5.3.0",
"@ethersproject/keccak256": "^5.3.0",
"@ethersproject/logger": "^5.3.0",
"@ethersproject/networks": "^5.3.0",
"@ethersproject/pbkdf2": "^5.3.0",
"@ethersproject/properties": "^5.3.0",
"@ethersproject/providers": "^5.3.0",
"@ethersproject/random": "^5.3.0",
"@ethersproject/rlp": "^5.3.0",
"@ethersproject/sha2": "^5.3.0",
"@ethersproject/signing-key": "^5.3.0",
"@ethersproject/solidity": "^5.3.0",
"@ethersproject/strings": "^5.3.0",
"@ethersproject/transactions": "^5.3.0",
"@ethersproject/units": "^5.3.0",
"@ethersproject/wallet": "^5.3.0",
"@ethersproject/web": "^5.3.0",
"@ethersproject/wordlists": "^5.3.0",
"decentraland-ecs": "^6.6.5",
"ethers": "^5.3.0",
"ganache-core": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.0.2.tgz",
"testrpc": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.0.2.tgz"
}
}