36 lines
868 B
JSON
36 lines
868 B
JSON
{
|
|
"name": "xrpl-hooks-ide",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@monaco-editor/react": "^4.3.1",
|
|
"@octokit/core": "^3.5.1",
|
|
"@radix-ui/colors": "^0.1.7",
|
|
"@radix-ui/react-dialog": "^0.1.1",
|
|
"@radix-ui/react-dropdown-menu": "^0.1.1",
|
|
"@stitches/react": "^1.2.5",
|
|
"monaco-editor": "^0.29.1",
|
|
"next": "^12.0.4",
|
|
"next-auth": "^4.0.0-beta.5",
|
|
"next-themes": "^0.0.15",
|
|
"octokit": "^1.7.0",
|
|
"phosphor-react": "^1.3.1",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"react-hot-toast": "^2.1.1",
|
|
"valtio": "^1.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "17.0.31",
|
|
"eslint": "7.32.0",
|
|
"eslint-config-next": "11.1.2",
|
|
"typescript": "4.4.4"
|
|
}
|
|
}
|