-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.05 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
{
"name": "evmos-voting",
"version": "0.1.0",
"private": true,
"homepage": "http://PlanemoMaxim.github.io/evmos-voting",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"predeploy": "next build",
"deploy": "gh-pages -d build"
},
"dependencies": {
"@ethersproject/providers": "^5.4.5",
"@headlessui/react": "^1.4.1",
"@heroicons/react": "^1.0.4",
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/forms": "^0.3.3",
"@types/ramda": "^0.27.45",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"axios": "^0.21.4",
"next": "^11.1.2",
"ramda": "^0.27.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"web3": "^1.5.3",
"web3-core": "^1.5.3"
},
"devDependencies": {
"@types/react": "17.0.22",
"autoprefixer": "^10.3.4",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"gh-pages": "^3.2.3",
"postcss": "^8.3.6",
"tailwindcss": "^2.2.15",
"typescript": "4.4.3"
}
}