@clxx/image-editor
Version:
mobile image editor
38 lines (37 loc) • 900 B
JSON
{
"name": "@clxx/image-editor",
"version": "0.0.13",
"description": "mobile image editor",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
"tsc": "../../node_modules/.bin/tsc",
"start": "yarn tsc -w --pretty",
"build": "node ../../scripts/clear.js && yarn tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/joye61/clxx/tree/master/packages/image-editor"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"keywords": [
"react",
"css-in-js",
"typescript"
],
"author": "joye",
"license": "MIT",
"dependencies": {
"@emotion/core": "^10.0.27",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"devDependencies": {
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.4"
},
"gitHead": "634ae410e7324297801a32732f37b184b17df0ef"
}