-
Notifications
You must be signed in to change notification settings - Fork 102
/
package.json
53 lines (53 loc) · 1.64 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
44
45
46
47
48
49
50
51
52
53
{
"name": "ens.domains-v2",
"private": true,
"description": "ENS Domains homepage v2",
"version": "0.2.0",
"license": "MIT",
"scripts": {
"build": "next build",
"dev": "next",
"develop": "pnpm run dev",
"start": "pnpm run dev",
"lint": "eslint ./src -c eslint.config.mjs",
"lint:css": "stylelint -c stylelint.config.mjs './src/**/*.css'"
},
"dependencies": {
"@ensdomains/ensjs": "4.0.1-alpha.0",
"clsx": "^2.1.1",
"dune-api-client": "^1.0.1",
"i18next": "^23.16.0",
"i18next-resources-to-backend": "^1.2.1",
"next": "^14.2.15",
"react": "^18.3.1",
"react-countup": "^6.5.3",
"react-dom": "^18.3.1",
"react-external-link": "^2.3.1",
"react-i18next": "^15.0.3",
"typescript": "^5.6.3",
"viem": "^2.21.28"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.15.0",
"@eslint/compat": "^1.2.0",
"@eslint/js": "^9.12.0",
"@next/eslint-plugin-next": "^14.2.15",
"@stylistic/eslint-plugin": "^2.9.0",
"@stylistic/stylelint-plugin": "^3.1.1",
"@types/node": "^22.7.6",
"@types/react": "^18.3.11",
"eslint": "^9.12.0",
"globals": "^15.11.0",
"i18next-locales-sync": "^2.1.0",
"stylelint": "^16.10.0",
"typescript-eslint": "^8.9.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ensdomains/ensdomains-landing"
},
"bugs": {
"url": "https://github.com/ensdomains/ensdomains-landing/issues"
},
"packageManager": "pnpm@9.3.0"
}