forked from stereoIII6/CoolFroots
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.37 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.37 KB
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
{
"name": "dojo",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"scripts": {
"start": "webpack serve",
"build": "webpack",
"dev": "webpack serve",
"compile": "npx truffle compile",
"migrate:dev": "npx truffle migrate --network develop",
"migrate:evmos": "npx truffle migrate --network evmos",
"migrate:tevmos": "npx truffle migrate --network tevmos",
"migrate:mumbai": "npx truffle migrate --network mumbai",
"migrate:polygon": "npx truffle migrate --network polygon",
"migrate:arbi": "npx truffle migrate --network arbitrum",
"migrate:arbirink": "npx truffle migrate --network arbitrinkeby",
"migrate:opti": "npx truffle migrate --network optimism",
"migrate:optikov": "npx truffle migrate --network optikovan",
"migrate:main": "npx truffle migrate --network main",
"migrate:rinkeby": "npx truffle migrate --network rinkeby",
"migrate:bsc": "npx truffle migrate --network bsc",
"migrate:chalen": "npx truffle migrate --network chalen",
"migrate:avax": "npx truffle migrate --network avax",
"migrate:fuji": "npx truffle migrate --network fuji",
"migrate:moonriver": "npx truffle migrate --network moonriver"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.16.7",
"@chainlink/contracts": "^0.4.0",
"@metamask/detect-provider": "^1.2.0",
"@openzeppelin/contracts": "^4.4.1",
"@openzeppelin/test-helpers": "^0.5.15",
"@truffle/hdwallet-provider": "^2.0.0",
"@uauth/js": "^1.1.0",
"accelerometer": "^1.2.0",
"bignumber": "^1.1.0",
"copy-webpack-plugin": "^11.0.0",
"crypto-hash": "^2.0.1",
"dotenv": "^8.6.0",
"elliptic": "^6.5.4",
"ethers": "^5.5.2",
"gridjs": "^5.0.2",
"ipfs": "^0.62.3",
"ipfs-fetch": "^0.2.1",
"ipfs-http-client": "^55.0.0",
"mem": "^9.0.1",
"mocha": "^9.1.3",
"ncu": "^0.2.1",
"npm-check": "^5.9.2",
"parcel": "^2.5.0",
"pedometer": "^0.0.5",
"three": "^0.136.0",
"underscore": "^1.13.2",
"updtr": "^4.0.0",
"yargs": "^17.3.1",
"yargs-parser": "^21.0.0"
},
"devDependencies": {
"css-loader": "^6.5.1",
"html-webpack-plugin": "^5.5.0",
"sass": "^1.47.0",
"sass-loader": "^12.4.0",
"style-loader": "^3.3.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.2"
}
}