UNPKG

remix-nlux

Version:

Remix IDE NLUX integration. Remix IDE is the leading IDE for building and deploying smart contracts on Ethereum. NLUX is a JavaScript and React library for building conversational AI experiences.

30 lines (29 loc) 724 B
{ "name": "aiChat-react-expo", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "dependencies": { "dompurify": "^3", "react": "^18", "react-dom": "^18" }, "devDependencies": { "@types/react": "^18", "@types/react-dom": "^18", "@typescript-eslint/eslint-plugin": "^7", "@typescript-eslint/parser": "^7", "@vitejs/plugin-react": "^4", "eslint": "^9", "eslint-plugin-react-hooks": "^4", "eslint-plugin-react-refresh": "^0", "typescript": "^5", "vite": "^5" } }