image-editor-little
Version:
59 lines (58 loc) • 1.45 kB
JSON
{
"name": "image-editor-little",
"version": "0.1.5",
"description": "Image Editor",
"main": "dist/lib.js",
"module": "dist/lib.es.js",
"files": [
"dist"
],
"keywords": [
"image",
"react",
"image-editor",
"typescript",
"component"
],
"types": "dist/index.d.ts",
"scripts": {
"clean": "rimraf dist",
"build": "rollup -c",
"build:watch": "rollup -cw",
"lint": "tslint --format stylish --project tsconfig.json 'lib/*.ts*(x)'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shiyangzhaoa/image-editor.git"
},
"author": "shiyangzhaoa",
"license": "MIT",
"devDependencies": {
"@svgr/rollup": "^4.3.3",
"@types/classnames": "^2.2.9",
"@types/react": "^16.7.6",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"rimraf": "^2.6.2",
"rollup": "^1.12.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-less": "^0.1.5",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-typescript2": "^0.18.0",
"ts-import-plugin": "^1.5.5",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^4.1.0",
"typescript": "^3.1.6"
},
"peerDependencies": {
"react": "^16.8.1",
"react-dom": "^16.8.1"
},
"dependencies": {
"classnames": "^2.2.6",
"react-tiny-popover": "^3.4.5"
}
}