forked from DeCleanup-Network/decleanup-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.49 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.49 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "react-next-tww",
"version": "0.1.0",
"private": true,
"scripts": {
"prepare": "husky install",
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "bunx next lint",
"format": "bunx prettier --write ."
},
"lint-staged": {
"src/**/*.{ts,tsx}": [
"bunx next lint --file",
"bunx prettier --check"
]
},
"dependencies": {
"@radix-ui/react-collapsible": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.3",
"@radix-ui/react-dropdown-menu": "^2.1.3",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-navigation-menu": "^1.2.3",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.5",
"@rainbow-me/rainbowkit": "^2.2.4",
"@tanstack/react-query": "^5.72.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.4.7",
"gray-matter": "^4.0.3",
"install": "^0.13.0",
"lucide-react": "^0.468.0",
"next": "^15.1.0",
"next-auth": "^4.24.11",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.4.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-dynamic-virtual-scroll": "^1.4.0",
"react-medium-image-zoom": "^5.2.12",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"viem": "^2.26.2",
"wagmi": "^2.14.16"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19",
"@types/react-window": "^1.8.8",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-next": "^15.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
"husky": "^8.0.0",
"lint-staged": "^15.2.11",
"markdownlint-cli": "^0.43.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"remark-cli": "^12.0.1",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2"
},
"packageManager": "yarn@4.6.0+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728"
}