@bucky24/react-canvas
Version:
A library of components that can be used to manipulate a canvas using JSX embedded in react.
65 lines (64 loc) • 2.42 kB
JSON
{
"name": "@bucky24/react-canvas",
"version": "3.2.0",
"description": "A library of components that can be used to manipulate a canvas using JSX embedded in react.",
"main": "build/index.js",
"scripts": {
"clean": "rm -rf build",
"build": "babel src --out-dir build",
"basicExample": "webpack-dev-server --config ./examples/basicExample/webpack.config.js",
"resizeExample": "webpack-dev-server --config ./examples/resizeExample/webpack.config.js",
"eventExample": "webpack-dev-server --config ./examples/eventExample/webpack.config.js",
"imageExample": "webpack-dev-server --config ./examples/imageExample/webpack.config.js",
"extendingExample": "webpack-dev-server --config ./examples/extendingExample/webpack.config.js",
"overlapExample": "webpack-dev-server --config ./examples/overlapExample/webpack.config.js",
"clipExample": "webpack-dev-server --config ./examples/clipExample/webpack.config.js",
"renderExample": "webpack-dev-server --config ./examples/renderExample/webpack.config.js",
"blendExample": "webpack-dev-server --config ./examples/blendExample/webpack.config.js",
"compoundExample": "webpack-dev-server --config ./examples/compoundExample/webpack.config.js",
"animationExample": "webpack-dev-server --config ./examples/animationExample/webpack.config.js",
"autoCompoundExample": "webpack-dev-server --config ./examples/autoCompoundExample/webpack.config.js",
"prepublishOnly": "npm run build"
},
"files": [
"build"
],
"author": "Bucky24",
"license": "ISC",
"homepage": "https://github.com/Bucky24/react-canvas#readme",
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.4.0",
"@babel/plugin-proposal-class-properties": "7.10.1",
"@babel/plugin-transform-react-jsx": "7.3.0",
"@babel/plugin-transform-runtime": "7.17.0",
"@babel/preset-env": "7.3.1",
"@babel/preset-react": "7.0.0",
"@babel/runtime": "^7.17.2",
"babel-loader": "8.3.0",
"css-loader": "6.5.1",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.5.0",
"image-webpack-loader": "8.1.0",
"react": "18.2.0",
"style-loader": "3.3.1",
"webpack": "5.94.0",
"webpack-cli": "4.9.1",
"webpack-dev-server": "4.8.1"
},
"keywords": [
"react",
"canvas",
"react-canvas",
"drawing",
"html5"
],
"dependencies": {
"prop-types": "15.7.2",
"react-dom": "18.2.0",
"react-fast-compare": "3.2.0"
},
"peerDependencies": {
"react": "18.x.x"
}
}