-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 1011 Bytes
/
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
{
"name": "imx-nocode-minting",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.2.1",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@imtbl/imx-sdk": "^1.20.1",
"@openzeppelin/contracts": "^4.6.0",
"@truffle/hdwallet-provider": "^2.0.8",
"axios": "^0.27.2",
"ethers": "^5.6.8",
"fast-csv": "^4.3.6",
"formidable": "^2.0.1",
"framer-motion": "^6.3.16",
"moment": "^2.29.4",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"next": "12.1.6",
"next-connect": "^1.0.0-next.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"serverless-mysql": "^1.5.4",
"solc": "^0.8.13",
"styled-components": "^5.3.5",
"web3": "^1.7.3"
},
"devDependencies": {
"babel-plugin-styled-components": "^2.0.7",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6"
}
}