-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1017 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
41
42
{
"name": "LittleTraveler",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha",
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export"
},
"author": "",
"license": "ISC",
"dependencies": {
"@uauth/js": "^1.0.0",
"@uauth/web3modal": "^1.0.0",
"@walletconnect/web3-provider": "^1.7.1",
"dotenv": "^10.0.0",
"ethers": "^5.4.7",
"firebase": "^9.4.1",
"ganache-cli": "^6.12.2",
"ipfs-api": "^26.1.2",
"mocha": "^9.1.2",
"next": "^11.1.3",
"next-routes": "^1.4.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.38.2",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.4",
"solc": "^0.8.11",
"truffle-hdwallet-provider": "^1.0.17",
"web3": "^1.5.3",
"web3modal": "^1.9.5"
},
"devDependencies": {
"autoprefixer": "^9.8.8",
"postcss": "^7.0.39",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17"
}
}