-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.25 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.25 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
{
"name": "unichain_dapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"fmt": "prettier --write .",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@metamask/browser-passworder": "^6.0.0",
"@tailwindcss/oxide": "^4.0.15",
"@tailwindcss/postcss": "^4.0.15",
"@tanstack/react-table": "^8.21.3",
"formik": "^2.4.6",
"framer-motion": "^12.5.0",
"lucide-react": "^0.483.0",
"next": "15.2.1",
"nextjs-toploader": "^3.8.16",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.5.0",
"uuid": "^11.1.0",
"yup": "^1.3.3"
},
"devDependencies": {
"@types/node": "20.17.31",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"next": "^15.2.3",
"prettier": "^3.5.3",
"tailwindcss": "^4",
"typescript": "5.8.3"
},
"optionalDependencies": {
"@tailwindcss/oxide-linux-x64-gnu": "^4.0.1",
"lightningcss-linux-x64-gnu": "^1.29.1"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}