-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
68 lines (68 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
65
66
67
68
{
"name": "Tachi",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack --watch"
},
"repository": {
"type": "git",
"url": "https://git.smirnov.com/bachar/axie-manager-plugin.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@heroicons/react": "^1.0.4",
"@reduxjs/toolkit": "^1.6.2",
"@truffle/hdwallet-provider": "^1.5.1",
"axios": "^0.24.0",
"bip39": "^3.0.4",
"crypto-js": "^4.1.1",
"ethereumjs-wallet": "^1.0.2",
"localforage": "^1.10.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.6",
"react-router-dom": "^5.3.0",
"web3": "^1.6.0",
"web3-utils": "^1.6.0"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/bip39": "^3.0.0",
"@types/chrome": "0.0.159",
"@types/crypto-js": "^4.0.2",
"@types/jest": "^27.0.2",
"@types/react": "^17.0.27",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.3.2",
"@types/web3": "^1.2.2",
"autoprefixer": "^10.3.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^9.0.1",
"cross-env": "^7.0.3",
"css-loader": "^6.3.0",
"html-webpack-plugin": "^5.3.2",
"jest": "^27.3.1",
"mini-css-extract-plugin": "^2.4.2",
"node-polyfill-webpack-plugin": "^1.1.4",
"node-sass": "^6.0.1",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"postcss": "^8.3.6",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.1.1",
"sass-loader": "^12.1.0",
"style-loader": "^3.3.0",
"tailwindcss": "^2.2.7",
"terser-webpack-plugin": "^5.2.4",
"ts-jest": "^27.0.7",
"ts-loader": "^9.2.6",
"typescript": "^4.4.3",
"webpack": "^5.57.1",
"webpack-cli": "^4.9.0",
"webpack-dev-server": "^4.3.1",
"webpack-merge": "^5.8.0"
}
}