-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.72 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
{
"name": "reef-remix-plugin",
"version": "1.0.0",
"description": "",
"main": "index.tsx",
"scripts": {
"start": "webpack serve --config webpack/webpack.config.js --env env=dev --port 8001",
"build": "webpack --config webpack/webpack.config.js --env env=prod",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@reef-defi/evm-provider": "^1.0.7",
"@reef-defi/extension-dapp": "^1.0.2",
"@remixproject/plugin": "^0.3.19",
"@remixproject/plugin-api": "^0.3.19",
"@remixproject/plugin-webview": "^0.3.19",
"@types/react-copy-to-clipboard": "^5.0.0",
"@types/regenerator-runtime": "^0.13.0",
"axios": "^0.21.1",
"bootstrap-icons": "^1.5.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"ethers": "^5.1.4",
"process": "^0.11.10",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^17.0.2",
"react-redux": "^7.2.4",
"redux": "^4.1.0",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.3.0",
"web-vitals": "^1.1.1",
"web3": "^1.3.5"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.14.0",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@types/react": "^17.0.4",
"@types/react-dom": "^17.0.3",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.4",
"html-webpack-plugin": "^5.3.1",
"stream-browserify": "^3.0.0",
"style-loader": "^2.0.0",
"typescript": "^4.2.4",
"webpack": "^5.36.2",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
}
}