UNPKG

apphouse

Version:

Component library for React that uses observable state management and theme-able components.

94 lines 2.9 kB
{ "name": "apphouse", "private": false, "version": "0.1.270", "license": "MIT", "type": "module", "main": "./index.js", "module": "./index.js", "types": "./index.d.ts", "description": "Component library for React that uses observable state management and theme-able components.", "author": { "name": "Apphouse, Inc", "email": "ceo@apphouseinc.com", "url": "https://github.com/apphouseinc" }, "files": [ "dist", "@types", "README.md" ], "keywords": [ "React", "typescript", "components", "models", "observable", "library", "theme", "forms", "routing", "apphouse" ], "scripts": { "dev": "vite", "test": "jest", "build-app": "tsc && vite build", "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build -o storybook-static", "_clear": "rimraf dist/*", "_tsc": "tsc", "build:babel": "rm -rf dist && npx tsc --declaration && NODE_ENV=production babel src/lib --out-dir dist --config-file babel.config.json --copy-files && ./move-files.sh", "build": "npm run build:babel", "postbuild": "npm-prepare-dist && npm publish", "docs": "npx typedoc src/lib/index.ts", "deploy:storybook": "rm -rf storybook-static && npm run build-storybook && firebase deploy --only hosting:apphouse-storybook", "deploy:docs": "rm -rf docs && npm run docs && firebase deploy --only hosting:apphousedocs", "deploy:demo": "npm run build-app && firebase deploy --only hosting:apphouse-demo", "deploy": "npm run build:babel && npm run deploy:docs && npm run deploy:demo && npm run deploy:storybook " }, "dependencies": { "@babel/polyfill": "^7.12.1", "@firebase/util": "^1.9.3", "@types/dom-speech-recognition": "^0.0.1", "@types/file-saver": "^2.0.5", "@uiw/react-markdown-preview": "^4.1.13", "color-sorter": "^5.0.3", "copy-to-clipboard": "^3.3.3", "cssjson": "^2.1.3", "director": "^1.2.8", "file-saver": "^2.0.5", "firebase": "^9.22.2", "glamor": "^2.20.40", "hotkeys-js": "^3.11.2", "js-beautify": "^1.14.8", "json-order": "^1.1.3", "mobx": "^6.9.0", "mobx-react": "^7.6.0", "mobx-utils": "^6.0.6", "openai": "^4.72.0", "prismjs": "^1.29.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-icons": "^4.10.1", "react-intl": "^6.4.3", "react-simple-code-editor": "^0.13.1", "tslib": "^2.6.0" }, "jest": { "testEnvironment": "jsdom", "setupFilesAfterEnv": [ "<rootDir>/jest-setup.ts" ], "moduleNameMapper": { "\\.(css|less)$": "identity-obj-proxy" }, "collectCoverage": true }, "repository": { "type": "git", "url": "git+https://github.com:apphouseinc/apphouse.git" } }