forked from Joseph2001-braganza/SaL--dApp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.79 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.79 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
{
"name": "first",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@arcana/auth": "^1.0.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@headlessui/react": "^1.7.10",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.5",
"@mui/styled-engine-sc": "^5.8.0",
"@mui/styles": "^5.10.9",
"@tailwindcss/line-clamp": "^0.4.2",
"@web3modal/ethereum": "^2.0.0",
"@web3modal/react": "^2.0.0",
"antd": "^5.1.6",
"apollo-boost": "^0.4.9",
"classnames": "^2.3.2",
"cors": "^2.8.5",
"gun": "^0.2020.1239",
"hardhat": "^2.12.6",
"ipfs-http-client": "^57.0.3",
"next": "^12.2.2",
"postcss-reporter": "^7.0.5",
"react": "^17.0.0",
"react-dom": "^17.0.2",
"react-icons": "^4.7.1",
"react-loader-spinner": "^5.3.4",
"react-router-dom": "^6.8.1",
"react-scroll": "^1.8.9",
"react-slick": "^0.29.0",
"react-spring": "^9.5.5",
"react-stickynode": "^4.1.0",
"react-toastify": "^9.0.7",
"s": "^1.0.0",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.5",
"swiper": "^9.0.5",
"uuid": "^9.0.0",
"wagmi": "^0.11.0",
"web3": "^1.8.1",
"web3-utils": "^1.8.1",
"web3modal": "^1.9.12"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.1.1",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"autoprefixer": "^10.4.11",
"babel-plugin-styled-components": "^2.0.7",
"chai": "^4.3.6",
"eslint": "8.20.0",
"eslint-config-next": "12.2.2",
"ethereum-waffle": "^4.0.7",
"ethers": "^5.7.1",
"postcss": "^8.4.16",
"tailwindcss": "^3.2.4"
}
}