-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1010 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
{
"name": "ens-page",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "next lint",
"dev": "next dev",
"build": "next build"
},
"keywords": [],
"author": "",
"license": "GPL-3",
"dependencies": {
"@adraffy/ens-normalize": "^1.10.0",
"@ens-tools/format": "^0.0.2",
"autoprefixer": "^10.4.14",
"clsx": "^2.0.0",
"next": "^13.4.10",
"postcss": "^8.4.26",
"postcss-nested": "^6.0.1",
"react": "^18.2.0",
"react-icons": "^5.0.1",
"seedrandom": "^3.0.5",
"short-number": "^1.0.7",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.45.0",
"eslint-plugin-v3xlabs": "^1.6.1",
"typescript": "^5.1.6"
}
}