-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.78 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.78 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
{
"name": "@evolutionland/evolution-js",
"version": "1.12.2",
"description": "",
"main": "./lib/index.js",
"scripts": {
"dev": "webpack --mode development",
"build": "webpack --mode production",
"compile": "npx babel src --out-dir lib --copy-files",
"dev-watch": "webpack --mode development --watch",
"analyze": "ANALYZE=true webpack --mode production",
"generate-docs": "jsdoc --configure .jsdoc.json --verbose",
"publish-docs": "gh-pages -d docs/@evolutionland/evolution-js/1.3.0-beta.3",
"cp-evolution-app": "cp -rf ./lib/* ../evo-static-v2/EvolutionaryPlanet/node_modules/@evolutionland/evolution-js/lib",
"publish:alpha": "npm publish --tag alpha",
"publish": "npm publish"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/cli": "^7.13.14",
"@babel/core": "^7.4.3",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/polyfill": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/runtime": "^7.4.3",
"@ethersproject/contracts": "^5.1.0",
"@ethersproject/providers": "^5.1.0",
"@ethersproject/solidity": "^5.1.0",
"@metamask/detect-provider": "1.2.0",
"@uniswap/sdk": "3.0.3",
"axios": "^0.21.1",
"babel-loader": "^8.0.5",
"bignumber.js": "^9.0.0",
"buffer": "^5.2.1",
"core-js": "3",
"cross-env": "^5.2.0",
"docdash": "^1.1.0",
"dotenv-webpack": "^1.7.0",
"ethereumjs-tx": "^1.3.7",
"ethers": "^5.3.1",
"js-base64": "^2.5.1",
"md5.js": "^1.3.5",
"tronweb": "^3.2.6",
"uuid": "^3.3.2",
"web3": "1.3.1",
"webpack": "^4.30.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.4.0",
"clean-webpack-plugin": "^3.0.0",
"minami": "^1.2.3",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.0"
}
}