76 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			76 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "xrpl-hooks-ide",
 | 
						|
  "version": "0.1.0",
 | 
						|
  "private": true,
 | 
						|
  "scripts": {
 | 
						|
    "dev": "next dev",
 | 
						|
    "build": "next build",
 | 
						|
    "start": "next start",
 | 
						|
    "lint": "next lint",
 | 
						|
    "postinstall": "patch-package"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@codingame/monaco-jsonrpc": "^0.3.1",
 | 
						|
    "@codingame/monaco-languageclient": "^0.17.0",
 | 
						|
    "@monaco-editor/react": "^4.4.1",
 | 
						|
    "@octokit/core": "^3.5.1",
 | 
						|
    "@radix-ui/colors": "^0.1.7",
 | 
						|
    "@radix-ui/react-alert-dialog": "^0.1.1",
 | 
						|
    "@radix-ui/react-dialog": "^0.1.1",
 | 
						|
    "@radix-ui/react-dropdown-menu": "^0.1.1",
 | 
						|
    "@radix-ui/react-id": "^0.1.1",
 | 
						|
    "@radix-ui/react-label": "^0.1.5",
 | 
						|
    "@radix-ui/react-tooltip": "^0.1.7",
 | 
						|
    "@stitches/react": "^1.2.6-0",
 | 
						|
    "base64-js": "^1.5.1",
 | 
						|
    "dinero.js": "^1.9.1",
 | 
						|
    "file-saver": "^2.0.5",
 | 
						|
    "filesize": "^8.0.7",
 | 
						|
    "javascript-time-ago": "^2.3.11",
 | 
						|
    "jszip": "^3.7.1",
 | 
						|
    "lodash.uniqby": "^4.7.0",
 | 
						|
    "lodash.xor": "^4.5.0",
 | 
						|
    "monaco-editor": "^0.33.0",
 | 
						|
    "next": "^12.0.4",
 | 
						|
    "next-auth": "^4.0.0-beta.5",
 | 
						|
    "next-themes": "^0.1.1",
 | 
						|
    "normalize-url": "^7.0.2",
 | 
						|
    "octokit": "^1.7.0",
 | 
						|
    "pako": "^2.0.4",
 | 
						|
    "patch-package": "^6.4.7",
 | 
						|
    "phosphor-react": "^1.3.1",
 | 
						|
    "postinstall-postinstall": "^2.1.0",
 | 
						|
    "re-resizable": "^6.9.1",
 | 
						|
    "react": "17.0.2",
 | 
						|
    "react-dom": "17.0.2",
 | 
						|
    "react-hook-form": "^7.28.0",
 | 
						|
    "react-hot-keys": "^2.7.1",
 | 
						|
    "react-hot-toast": "^2.1.1",
 | 
						|
    "react-new-window": "^0.2.1",
 | 
						|
    "react-select": "^5.2.1",
 | 
						|
    "react-split": "^2.0.14",
 | 
						|
    "react-stay-scrolled": "^7.4.0",
 | 
						|
    "react-time-ago": "^7.1.9",
 | 
						|
    "reconnecting-websocket": "^4.4.0",
 | 
						|
    "regexify-string": "^1.0.17",
 | 
						|
    "valtio": "^1.2.5",
 | 
						|
    "vscode-languageserver": "^7.0.0",
 | 
						|
    "vscode-uri": "^3.0.2",
 | 
						|
    "wabt": "1.0.16",
 | 
						|
    "xrpl-accountlib": "^1.3.2",
 | 
						|
    "xrpl-client": "^1.9.4"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@types/dinero.js": "^1.9.0",
 | 
						|
    "@types/file-saver": "^2.0.4",
 | 
						|
    "@types/lodash.uniqby": "^4.7.6",
 | 
						|
    "@types/lodash.xor": "^4.5.6",
 | 
						|
    "@types/pako": "^1.0.2",
 | 
						|
    "@types/react": "17.0.31",
 | 
						|
    "eslint": "7.32.0",
 | 
						|
    "eslint-config-next": "11.1.2",
 | 
						|
    "raw-loader": "^4.0.2",
 | 
						|
    "typescript": "4.4.4"
 | 
						|
  }
 | 
						|
}
 |