-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.34 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
{
"name": "centurio-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.4.0",
"@heroicons/react": "^1.0.1",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@popperjs/core": "^2.9.2",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/network-connector": "^6.1.9",
"@web3-react/walletconnect-connector": "^6.2.4",
"@web3-react/walletlink-connector": "^6.2.3",
"axios": "^0.21.1",
"ethers": "^5.4.3",
"framer-motion": "^4.1.17",
"next": "11.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-flow-renderer": "^9.6.6",
"react-hook-form": "^7.10.1",
"react-popper": "^2.2.5",
"react-router-dom": "5.2.0",
"react-tooltip": "^4.2.21"
},
"devDependencies": {
"@tailwindcss/forms": "0.3.3",
"@types/react": "17.0.15",
"@types/react-dom": "17.0.8",
"@types/react-router-dom": "5.1.7",
"autoprefixer": "10.2.6",
"eslint": "^7.32.0",
"eslint-config-next": "^11.0.1",
"eslint-config-prettier": "^8.3.0",
"postcss": "8.3.5",
"prettier": "2.3.1",
"tailwindcss": "2.2.4",
"typescript": "4.3.5",
"vercel": "^23.1.2"
}
}