-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.42 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
{
"name": "op-attestation-explorer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext .ts --ext .tsx --ext .js",
"lint:fix": "eslint . --ext .ts --ext .tsx --fix --ext .js"
},
"dependencies": {
"@apollo/client": "^3.8.8",
"@apollo/experimental-nextjs-app-support": "^0.5.2",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.17",
"@headlessui/tailwindcss": "^0.2.0",
"@rainbow-me/rainbowkit": "^1.0.11",
"@tailwindcss/container-queries": "^0.1.1",
"autoprefixer": "10.4.15",
"dayjs": "^1.11.9",
"lodash": "^4.17.21",
"next": "14.2.15",
"react-hot-toast": "^2.4.1",
"sharp": "^0.33.0",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"viem": "^1.14.0",
"wagmi": "^1.4.3"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.5",
"@types/lodash": "^4.14.198",
"@types/node": "22.7.5",
"@types/react": "18.3.11",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.15",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unused-imports": "^4.1.4",
"prettier": "^3.3.3"
}
}