-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.14 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
{
"name": "yubba",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/react-fontawesome": "^0.1.15",
"@headlessui/react": "^1.4.1",
"@heroicons/react": "^1.0.4",
"clsx": "^1.1.1",
"next": "^11.1.2",
"next-seo": "^4.28.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-query": "^3.25.1",
"react-redux": "^7.2.5",
"react-scroll": "^1.8.4",
"redux-thunk": "^2.3.0",
"web3": "^1.6.0",
"web3-eth-contract": "^1.6.0"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"@tailwindcss/aspect-ratio": "^0.3.0",
"@tailwindcss/forms": "^0.3.4",
"@tailwindcss/typography": "^0.4.1",
"@types/react": "17.0.27",
"@types/react-scroll": "^1.8.3",
"autoprefixer": "^10.3.7",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"next-compose-plugins": "^2.2.1",
"postcss": "^8.3.9",
"tailwindcss": "^2.2.16",
"typescript": "4.4.3",
"typescript-plugin-css-modules": "^3.4.0"
}
}