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.
35 lines (34 loc) • 1.07 kB
JSON
{
"name": "@nlux-dev/react",
"version": "0.0.0-latest",
"license": "SEE LICENSE IN ROOT LICENSE FILE",
"scripts": {
"build": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}'",
"watch": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}' --watch"
},
"dependencies": {
"@nlux/core": "{versions.nlux}"
},
"peerDependencies": {
"react": "^{versions.peerDependencies.react}",
"react-dom": "^{versions.peerDependencies.reactDom}"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25",
"@rollup/plugin-replace": "^5",
"@rollup/plugin-strip": "^3",
"@rollup/plugin-terser": "^0",
"@rollup/plugin-typescript": "^11",
"@rollup/plugin-alias": "^5",
"@types/react": "^18",
"esbuild": "^0",
"rollup": "^4",
"rollup-plugin-dts": "^6",
"rollup-plugin-esbuild": "^6",
"tslib": "^2"
},
"main": "index.js",
"types": "nlux-react.d.ts",
"module": "esm/nlux-react.js",
"browser": "umd/nlux-react.js"
}