forked from DXgovernance/dxvote
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
107 lines (107 loc) · 3.15 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
{
"name": "dxvote",
"version": "0.1.0",
"description": "dxvote application of DXdao.",
"scripts": {
"start": "dotenv -e .env.production ./scripts/start.sh",
"build": "dotenv -e .env.production ./scripts/build.sh",
"dev": "dotenv -e .env.development ./scripts/dev.sh"
},
"engines": {
"node": "12.13.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AugustoL/dxvote.git"
},
"bugs": {
"url": "https://github.com/AugustoL/dxvote/issues"
},
"dependencies": {
"@daostack/infra": "0.0.1-rc.15",
"@material-ui/core": "^4.11.2",
"@openzeppelin/contracts-ethereum-package": "2.5.0",
"@openzeppelin/test-helpers": "^0.5.6",
"@reach/dialog": "^0.8.5",
"@types/jest": "^25.1.1",
"@types/node": "^13.7.0",
"@types/react": "^16.9.50",
"@types/react-dom": "^16.9.5",
"@uiw/react-markdown-editor": "^2.0.3",
"@uiw/react-md-editor": "1.14.0",
"@web3-react/core": "^6.0.7",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/network-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.0.9",
"babel-eslint": "^10.1.0",
"babel-jest": "^24.9.0",
"babel-loader": "^8.1.0",
"babel-plugin-named-asset-import": "^0.3.4",
"babel-preset-react-app": "^9.0.2",
"bignumber.js": "^9.0.1",
"chart.js": "^2.9.3",
"content-hash": "^2.5.2",
"copy-to-clipboard": "^3.3.1",
"dotenv": "^8.1.0",
"dotenv-cli": "^4.0.0",
"ethers": "^4.0.45",
"file-loader": "3.0.1",
"git-revision-webpack-plugin": "^3.0.6",
"hardlydifficult-eth": "^1.1.2",
"ipfs-core": "^0.3.0",
"jazzicon": "^1.5.0",
"markdown-react-js": "^1.0.2",
"mini-css-extract-plugin": "0.8.0",
"mobx": "^5.14.0",
"mobx-react": "^6.1.3",
"moment": "^2.24.0",
"openzeppelin-solidity": "2.4.0",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"polished": "^3.4.4",
"promievent": "^0.1.3",
"qrcode.react": "^1.0.0",
"react": "^16.10.2",
"react-app-rewired": "^2.1.6",
"react-chartjs-2": "^2.10.0",
"react-dev-utils": "^9.1.0",
"react-device-detect": "^1.11.14",
"react-dom": "^16.10.2",
"react-feather": "^2.0.3",
"react-form-validator-core": "^1.0.0",
"react-icons": "^4.1.0",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.3",
"react-spring": "^8.0.27",
"react-use-gesture": "^7.0.16",
"reactjs-percentage-circle": "^1.0.0",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"rich-markdown-editor": "^11.0.7",
"styled-components": "^4.4.1",
"truffle-assertions": "^0.9.2",
"truffle-hdwallet-provider": "^1.0.17",
"typescript": "4.0",
"web3": "^1.3.0",
"webpack": "^4.44.2",
"webpack-manifest-plugin": "^2.2.0",
"workbox-webpack-plugin": "^5.1.4"
},
"devDependencies": {
"@openzeppelin/cli": "^2.8.2",
"@openzeppelin/upgrades": "^2.8.0",
"ganache-cli": "^6.9.1",
"truffle": "^5.1.20"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}