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.
22 lines (21 loc) • 666 B
JSON
{
"name": "@nlux-dev/themes",
"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": {},
"peerDependencies": {},
"devDependencies": {
"@rollup/plugin-typescript": "^11",
"@types/postcss-import": "^14",
"postcss": "^8",
"postcss-import": "^16",
"postcss-csso": "^6",
"postcss-nested": "^6",
"rollup": "^4",
"rollup-plugin-postcss": "^4"
}
}