-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
141 lines (141 loc) · 4.45 KB
/
package.json
File metadata and controls
141 lines (141 loc) · 4.45 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
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "dxvote",
"version": "1.0.19",
"description": "dxvote application of DXdao.",
"scripts": {
"dev": "./scripts/dev.sh",
"start": "./scripts/start.sh",
"build": "./scripts/build.sh",
"build-analyze": "yarn cra-bundle-analyzer",
"lint": "eslint src/",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,md}\" \"scripts/*.{js,jsx,ts,tsx,json,md}\"",
"format-check": "prettier --check \"src/**/*.{js,jsx,ts,tsx,json,md}\" \"scripts/*.{js,jsx,ts,tsx,json,md}\"",
"cy:open": "cypress open",
"cy:run:development": "cypress run --env configFile=development --browser electron",
"updateBytecodes": "node scripts/updateDeployedBytecodes.js",
"prepare": "husky install"
},
"engines": {
"node": "^16.13.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DXgovernance/dxvote.git"
},
"bugs": {
"url": "https://github.com/DXgovernance/dxvote/issues"
},
"dependencies": {
"@0xsequence/multicall": "^0.35.5",
"@dnd-kit/core": "^5.0.3",
"@dnd-kit/modifiers": "^5.0.0",
"@dnd-kit/sortable": "^6.0.1",
"@dnd-kit/utilities": "^3.1.0",
"@nomiclabs/hardhat-truffle5": "^2.0.5",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"@tiptap/extension-focus": "^2.0.0-beta.39",
"@tiptap/extension-highlight": "^2.0.0-beta.32",
"@tiptap/extension-placeholder": "^2.0.0-beta.48",
"@tiptap/react": "^2.0.0-beta.105",
"@tiptap/starter-kit": "^2.0.0-beta.171",
"@typechain/ethers-v5": "^9.0.0",
"@typechain/hardhat": "^5.0.0",
"@types/node": "^16.11.7",
"@types/react": "^16.9.50",
"@types/react-dom": "^16.9.5",
"@uiw/react-md-editor": "1.14.0",
"@uniswap/token-lists": "^1.0.0-beta.27",
"@web3-react/core": "^6.0.7",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/network-connector": "^6.0.7",
"@web3-react/types": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.0.9",
"axios": "^0.21.1",
"bignumber.js": "^9.0.2",
"content-hash": "^2.5.2",
"copy-to-clipboard": "^3.3.1",
"dxdao-contracts": "https://github.com/DXGovernance/dxdao-contracts.git#12ea7f4e1ea070699d148d8c4ced4aaa88f08627",
"eslint-plugin-cypress": "^2.12.1",
"ether-swr": "^2.0.1",
"ethers": "^5.5.2",
"file-saver": "^2.0.5",
"git-revision-webpack-plugin": "^3.0.6",
"hardhat": "^2.9.1",
"hardhat-dependency-compiler": "^1.1.2",
"ipfs": "^0.58.0",
"ipfs-only-hash": "^4.0.0",
"json-keys-sort": "^2.1.0",
"jsonexport": "^3.2.0",
"jszip": "^3.7.1",
"lodash": "^4.17.21",
"markdown-to-jsx": "^7.1.5",
"mini-css-extract-plugin": "2.4.5",
"minisearch": "^3.1.0",
"mobx": "^6.3.0",
"mobx-react": "^7.1.0",
"moment": "^2.24.0",
"orbit-db": "^0.28.0",
"polished": "^3.4.4",
"promievent": "^0.1.3",
"qrcode.react": "^1.0.0",
"react": "^16.10.2",
"react-app-rewired": "^2.1.8",
"react-countdown": "^2.3.2",
"react-datetime": "^3.1.1",
"react-device-detect": "^2.1.2",
"react-dom": "^16.10.2",
"react-google-charts": "^3.0.15",
"react-icons": "^4.3.1",
"react-intersection-observer": "^8.33.1",
"react-jazzicon": "^0.1.3",
"react-loading-skeleton": "^3.0.1",
"react-router-dom": "^5.1.2",
"react-scripts": "^4.0.3",
"react-string-replace": "^0.4.4",
"react-switch": "^6.0.0",
"react-toastify": "^8.1.0",
"sanitize-html": "^2.6.1",
"styled-components": "^5.3.0",
"swr": "^1.1.2",
"ts-generator": "^0.1.1",
"ts-node": "^9.1.1",
"turndown": "^7.1.1",
"typechain-target-ethers-v5": "^5.0.1",
"typescript": "^4.5.5",
"webpack": "4.44.2",
"webpack-manifest-plugin": "^2.2.0",
"workbox-webpack-plugin": "^5.1.4"
},
"devDependencies": {
"@testing-library/cypress": "^8.0.2",
"@types/jest": "^27.4.0",
"@types/jsonexport": "^3.0.2",
"@types/react-router-dom": "^5.1.2",
"cra-bundle-analyzer": "^0.1.0",
"cypress": "^9.5.2",
"husky": "^6.0.0",
"prettier": "2.5.0",
"start-server-and-test": "^1.14.0",
"typechain": "7.0.0",
"web3": "^1.3.5"
},
"browserslist": {
"production": [
"chrome >= 67",
"edge >= 79",
"firefox >= 68",
"opera >= 54",
"safari >= 14"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"resolutions": {
"electron": "^17.1.2"
}
}