UNPKG

@hero-engineer/client

Version:
94 lines (93 loc) 3.05 kB
{ "name": "@hero-engineer/client", "version": "0.0.3", "description": "Build anything you want", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/hero-engineer/hero-engineer.git" }, "keywords": [ "Hero", "engineer", "low-code", "no-code", "lowcode", "nocode", "lcnc" ], "author": "David Hérault <dherault@gmail.com> (https://github.com/dherault)", "license": "MIT", "bugs": { "url": "https://github.com/hero-engineer/hero-engineer/issues" }, "homepage": "https://github.com/hero-engineer/hero-engineer#readme", "files": [ "build" ], "main": "./build/hero-engineer-client.js", "module": "./build/hero-engineer-client.js", "types": "./build/index.d.ts", "scripts": { "build": "tsc && vite build", "build:watch": "node --max_old_space_size=16384 ./node_modules/vite/bin/vite.js build --watch", "build:production": "PRODUCTION_BUILD=true npm run build", "preview": "vite preview", "dev": "nodemon --watch node_modules --ext js,json,css --exec \"npm run build:watch\"", "lint": "eslint --quiet src", "lint:fix": "eslint --quiet --fix src", "prepublishOnly": "npm run build:production", "patch": "npm version patch && git add . -A && git commit -m \"[server] Publish patch\" && npm publish", "minor": "npm version minor && git add . -A && git commit -m \"[server] Publish minor\" && npm publish" }, "dependencies": { "@emotion/react": "^11.10.5", "@emotion/styled": "^11.10.5", "@monaco-editor/react": "^4.4.6", "@urql/exchange-multipart-fetch": "^1.0.1", "@urql/exchange-persisted-fetch": "^2.0.0", "devices-viewport-size": "^1.0.4", "emoji-picker-react": "^4.4.7", "emoji-regex": "^10.2.1", "graphql": "^16.6.0", "honorable": "^1.0.0-beta.17", "honorable-recipe-gap": "^0.4.0", "honorable-recipe-mapper": "^0.2.0", "honorable-recipe-mp": "^0.4.0", "honorable-recipe-xflex": "^0.0.0", "honorable-theme-default": "^1.0.0-beta.5", "postcss": "^8.4.20", "postcss-import": "^15.1.0", "postcss-nested": "^6.0.0", "react-color": "^2.19.3", "react-dnd": "^16.0.1", "react-dnd-html5-backend": "^16.0.1", "react-icons": "^4.7.1", "react-router-dom": "^6.5.0", "shortid": "^2.2.16", "stylelint": "^14.16.0", "ts-morph": "^17.0.1", "urql": "^3.0.3" }, "devDependencies": { "@esbuild-plugins/node-globals-polyfill": "^0.1.1", "@types/path-browserify": "^1.0.0", "@types/postcss-import": "^14.0.0", "@types/react": "^18.0.26", "@types/react-color": "^3.0.6", "@types/react-dom": "^18.0.9", "@types/shortid": "^0.0.29", "@vitejs/plugin-react": "^3.0.0", "cssnano": "^5.1.14", "nodemon": "^2.0.20", "rollup-plugin-typescript-paths": "^1.4.0", "typescript": "^4.9.4", "vite": "^4.0.2", "vite-plugin-css-injected-by-js": "^2.2.0", "vite-plugin-dts": "^1.7.1" }, "peerDependencies": { "react": "18.x", "react-dom": "18.x" } }