-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.41 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.41 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
{
"name": "@cordystackx/cordy_portfolio",
"version": "0.3.0",
"private": false,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint",
"post": "next-sitemap"
},
"dependencies": {
"@cordystackx/cordy_minikit": "github:cordyStackX/cordy_minikit_official",
"@next/third-parties": "^16.2.4",
"@prisma/client": "^7.7.0",
"@tanstack/react-query": "^5.99.0",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"hamburger-react": "^2.5.2",
"next": "^16.2.4",
"next-sitemap": "^4.2.3",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-icons": "^5.6.0",
"viem": "^2.48.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@next/eslint-plugin-next": "^16.2.4",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.58.2",
"@typescript-eslint/parser": "^8.58.2",
"eslint": "^9.2.1",
"eslint-config-next": "16.2.4",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-no-secrets": "^2.3.3",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"globals": "^17.5.0",
"prisma": "^7.7.0",
"typescript": "^6.0.3"
}
}