-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.26 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
{
"name": "lepricon-wallet",
"version": "1.1.2",
"author": "Pedrojok01",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix",
"prettier": "prettier --write \"**/*.{ts,tsx,js}\""
},
"dependencies": {
"@ant-design/icons": "^5.0.0",
"antd": "^5.1.4",
"ethers": "^5.7.2",
"moralis": "^2.11.0",
"next": "13.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-jazzicon": "^1.0.4",
"react-tsparticles": "^2.7.1",
"sharp": "^0.31.3",
"tsparticles": "^2.7.1",
"wagmi": "^0.10.10"
},
"devDependencies": {
"@next/font": "^13.1.1",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"eslint": "^8.31.0",
"eslint-config-next": "^13.1.1",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.2",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.2",
"typescript": "^4.9.4"
}
}