initial commit
This commit is contained in:
34
package.json
Normal file
34
package.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "poly-note",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "node scripts/ensure-middleware-manifest.cjs && pnpm exec next dev",
|
||||
"build": "NEXT_DISABLE_ESLINT=1 pnpm exec next build",
|
||||
"start": "node scripts/ensure-middleware-manifest.cjs && NEXT_DISABLE_ESLINT=1 pnpm exec next start",
|
||||
"lint": "pnpm exec eslint .",
|
||||
"format": "prettier --check ."
|
||||
},
|
||||
"dependencies": {
|
||||
"ethers": "^6.16.0",
|
||||
"next": "^15.0.3",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.9.3",
|
||||
"@types/react": "19.2.9",
|
||||
"@typescript-eslint/eslint-plugin": "^8.17.0",
|
||||
"@typescript-eslint/parser": "^8.17.0",
|
||||
"@eslint/js": "^9.12.0",
|
||||
"@next/eslint-plugin-next": "^15.5.9",
|
||||
"eslint": "^9.12.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.9.0",
|
||||
"eslint-plugin-prettier": "^5.2.1",
|
||||
"eslint-plugin-react": "^7.37.2",
|
||||
"eslint-plugin-react-hooks": "^5.0.0",
|
||||
"globals": "^15.12.0",
|
||||
"prettier": "^3.3.3",
|
||||
"typescript": "5.9.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user