forked from MCarlomagno/persssist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 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
44
45
46
{
"name": "persssist",
"version": "0.1.0",
"private": true,
"main": "dist/index",
"typings": "dist/index",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.6",
"@reduxjs/toolkit": "^1.8.0",
"@tailwindcss/typography": "^0.5.2",
"@truffle/hdwallet-provider": "^2.0.4",
"@zip.js/zip.js": "^2.4.5",
"antd": "^4.19.2",
"bootstrap": "^5.1.3",
"clsx": "^1.1.1",
"dotenv": "^16.0.0",
"eth-gas-reporter": "^0.2.24",
"extract-files": "^12.0.0",
"ipfs-http-client": "^56.0.1",
"js-untar": "^2.0.0",
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-redux": "^7.2.6",
"solidity-coverage": "^0.7.20",
"tailwindcss": "^3.0.23",
"web3": "^1.7.0"
},
"devDependencies": {
"@types/node": "17.0.18",
"@types/react": "17.0.39",
"@types/tar": "^6.1.1",
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"typescript": "4.5.5"
}
}