UNPKG

superfuse-wizard

Version:

Interactive smart contract generator based on Superchain 's interoperability standard.

90 lines (89 loc) 2.39 kB
{ "name": "superfuse-wizard", "description": "Interactive smart contract generator based on Superchain 's interoperability standard.", "version": "1.0.2", "homepage": "https://http://superfuse.ninja/", "keywords": [ "blockchain", "ethereum", "library", "smart-contracts", "solidity", "code-generator", "interoperability", "superchain" ], "files": [ "src/", "static/", "LICENSE", "README.md", ".npmrc", "LICENSE", "postcss.config.js", "svelte.config.js", "tailwind.config.ts", "tsconfig.json", "vite.config.ts" ], "license": "MIT", "repository": "github:Ratimon/superfuse-wizard", "scripts": { "---------------------- DEV WORKFLOW ----------------------": "", "generate_icon": "pwag static/icon.svg src/web-config.json && cp static/pwa/favicon-512.png static/maskable_icon_512x512.png", "dev": "dotenv -- vite dev", "build": "pnpm run generate_icon && dotenv -- vite build", "preview": "vite preview", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch" }, "author": { "name": "Rati Montreewat", "url": "https://github.com/Ratimon/superfuse-wizard" }, "devDependencies": { "@iconify/svelte": "^4.1.0", "@openzeppelin/contracts": "^5.0.2", "@sveltejs/adapter-auto": "^3.0.0", "@sveltejs/kit": "^2.9.0", "@sveltejs/vite-plugin-svelte": "^5.0.0", "@types/file-saver": "^2.0.7", "@types/node": "^22.10.2", "@types/path-browserify": "^1.0.3", "@types/uuid": "^10.0.0", "autoprefixer": "^10.4.20", "bits-ui": "^0.22.0", "clsx": "^2.1.1", "daisyui": "^4.12.22", "dotenv": "^16.4.7", "dotenv-cli": "^7.4.4", "just-extend": "^6.2.0", "mdsvex": "^0.11.2", "path-browserify": "^1.0.1", "pwag": "^0.3.0", "svelte": "^5.0.0", "svelte-check": "^4.0.0", "svelte-meta-tags": "^4.0.4", "svelte-preprocess": "^6.0.3", "tailwind-merge": "^2.6.0", "tailwindcss": "^3.4.9", "typescript": "^5.0.0", "vite": "^6.0.0" }, "type": "module", "dependencies": { "@tailwindcss/forms": "^0.5.9", "@tailwindcss/typography": "^0.5.15", "amplify-adapter": "^0.2.0", "file-saver": "^2.0.5", "highlight.js": "^11.11.0", "highlightjs-solidity": "^2.0.6", "shiki": "^1.24.2", "sitemap": "^8.0.0", "tippy.js": "^6.3.7", "uuid": "^11.0.3" }, "engines": { "node": ">=20" } }