@orca-fe/painter
Version:
Konva Painter
61 lines • 1.33 kB
JSON
{
"name": "@orca-fe/painter",
"version": "1.6.1",
"description": "Konva Painter",
"keywords": [
"react",
"painter",
"graph",
"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",
"color": "^4.2.3",
"lodash-es": "^4.17.21",
"react-colorful": "^5.6.1",
"tslib": "^2.6.2",
"@orca-fe/hooks": "1.12.1",
"@orca-fe/pocket": "3.4.5",
"@orca-fe/tools": "0.10.1",
"@orca-fe/transformer": "0.3.32"
},
"peerDependencies": {
"@ant-design/icons": "^4.7.0",
"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"
}
}