forked from m1guelpf/dapp-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 975 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": "dapp-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@alch/alchemy-sdk": "^1.2.0",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@heroicons/react": "^2.0.10",
"@ion-phaser/core": "^1.3.0",
"@ion-phaser/react": "^1.3.0",
"alchemy-sdk": "^2.0.4",
"autoprefixer": "^10.4.7",
"connectkit": "^0.0.1",
"ethers": "^5.6.9",
"next": "12.1.6",
"next-themes": "^0.2.0",
"phaser": "^3.55.2",
"postcss": "^8.4.14",
"react": "18.1.0",
"react-dom": "18.1.0",
"tailwind-styled-components": "^2.1.8",
"tailwindcss": "^3.0.24",
"wagmi": "^0.6.2"
},
"devDependencies": {
"@types/node": "^17.0.35",
"@types/react": "^18.0.9",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"typescript": "^4.6.4"
}
}