UNPKG

@orca-fe/transformer

Version:
56 lines 1.2 kB
{ "name": "@orca-fe/transformer", "version": "0.3.32", "description": "Transformer Container", "keywords": [ "react", "transformer", "orca-fe", "orca", "orca-team" ], "author": "NicoKam", "homepage": "https://orca.nicokam.work/", "license": "MIT", "types": "es/index.d.ts", "module": "es/index.js", "main": "lib/index.js", "files": [ "dist", "es", "lib" ], "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "repository": { "type": "git", "url": "https://github.com/orca-team/pocket.git" }, "dependencies": { "@orca-fe/jss-plugin-auto-prefix": "^0.0.1", "@orca-fe/simple-jss": "^0.0.3", "ahooks": "^3.7.8", "classnames": "^2.3.2", "gl-matrix": "^3.4.3", "prefix-classnames": "^0.0.7", "tslib": "^2.6.2", "@orca-fe/hooks": "1.12.1", "@orca-fe/tools": "0.10.1" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "@types/react": "^18.2.45", "autod": "^3.1.2", "jss": "^10.10.0" }, "scripts": { "build": "father build", "autod": "autod", "clear": "rimraf lib es" } }