-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.59 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "myfirstnft-frontend",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next build && next export",
"start": "next start",
"lint": "next lint",
"extract": "lingui extract",
"compile": "lingui compile"
},
"dependencies": {
"@babel/core": "^7.17.9",
"@emotion/react": "^11.7.1",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.6.0",
"@lingui/cli": "^3.13.2",
"@lingui/core": "^3.13.2",
"@lingui/loader": "^3.13.2",
"@lingui/macro": "^3.13.2",
"@lingui/react": "^3.13.2",
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.5.2",
"@mui/styles": "^5.6.2",
"@walletconnect/web3-provider": "^1.7.8",
"animate.css": "^4.1.1",
"axios": "^0.27.2",
"clsx": "^1.1.1",
"crypto": "^1.0.1",
"detect-browser": "^5.3.0",
"dotenv": "^16.0.0",
"ethereumjs-abi": "^0.6.8",
"ethers": "^5.5.4",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"lxdao-ui": "^0.1.15",
"make-plural": "^7.1.0",
"next": "^12.0.7",
"next-connect": "^0.12.2",
"react": "17.0.2",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "17.0.2",
"react-image-lightbox": "^5.1.4",
"react-lazy-load-image-component": "^1.5.1",
"react-scroll-parallax": "^3.0.5",
"react-typed": "^1.2.0",
"styled-components": "^5.3.5",
"usehooks-ts": "^2.4.2",
"web3modal": "^1.9.5"
},
"devDependencies": {
"babel-plugin-styled-components": "^2.0.2",
"eslint": "8.9.0",
"eslint-config-next": "12.0.10"
},
"engines": {
"node": "18.x"
}
}