generated from m1guelpf/dapp-starter
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
39 lines (39 loc) · 944 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
{
"name": "medusa-app",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^1.0.6",
"@medusa-network/medusa-sdk": "0.0.2",
"@tailwindcss/forms": "^0.5.3",
"autoprefixer": "^10.4.7",
"connectkit": "^1.2.2",
"ethers": "^5.7.1",
"js-base64": "^3.7.3",
"next": "12.3.1",
"next-plausible": "^3.7.2",
"next-themes": "^0.2.0",
"postcss": "^8.4.14",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-hot-toast": "^2.4.0",
"tailwindcss": "^3.0.24",
"ts-node": "^10.9.1",
"wagmi": "^0.12.10",
"web3.storage": "^4.4.0",
"zustand": "^4.1.2"
},
"devDependencies": {
"@types/node": "^17.0.35",
"@types/react": "^18.0.9",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"rome": "12.0.0",
"typescript": "^4.6.4"
}
}