UNPKG

dotting

Version:

Dotting is a pixel art editor component library for react

93 lines (92 loc) 3.03 kB
{ "name": "dotting", "version": "2.1.13", "main": "build/index.js", "module": "build/index.esm.js", "files": [ "build" ], "types": "build/src/index.d.ts", "description": "Dotting is a pixel art editor component library for react", "scripts": { "clean": "rm -rf build/*", "build": "yarn clean && rollup -c", "dev": "start-storybook -p 6005", "storybook:build": "build-storybook", "test": "jest -u --config jest.config.js", "coverage": "jest -u --coverage --config jest.config.js", "test:watch": "jest --watch --config jest.config.js", "prepublishOnly": "yarn clean && yarn build", "link-local": "yarn link && cd node_modules/react && yarn link && cd ../react-dom && yarn link", "unlink-local": "yarn unlink && cd node_modules/react && yarn unlink && cd ../react-dom && yarn unlink", "lint": "eslint . --ext .ts", "lint-fix": "eslint . --ext .ts,.tsx --fix", "prepare": "husky install" }, "repository": { "type": "git", "url": "git+https://github.com/hunkim98/dotting.git" }, "keywords": [ "React", "Component", "Pixel", "Art", "Editor" ], "author": "Hun Kim", "license": "MIT", "bugs": { "url": "https://github.com/hunkim98/dotting/issues" }, "homepage": "https://hunkim98.github.io/dotting", "devDependencies": { "@babel/core": "^7.21.0", "@rollup/plugin-commonjs": "^24.0.1", "@rollup/plugin-node-resolve": "^15.0.1", "@storybook/addon-essentials": "^6.5.16", "@storybook/addon-postcss": "^2.0.0", "@storybook/builder-webpack5": "^6.5.16", "@storybook/manager-webpack5": "^6.5.16", "@storybook/mdx2-csf": "^0.0.4", "@storybook/preset-typescript": "^3.0.0", "@storybook/react": "^6.5.16", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", "@types/jest": "^29.4.0", "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "@typescript-eslint/eslint-plugin": "^5.57.1", "@typescript-eslint/parser": "^5.57.1", "babel-loader": "^8.2.2", "babel-preset-react-app": "^10.0.1", "eslint": "^8.38.0", "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jest": "^27.2.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-unicorn": "^46.0.0", "eslint-plugin-unused-imports": "^2.0.0", "husky": "^8.0.0", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-canvas-mock": "^2.5.2", "jest-environment-jsdom": "^29.5.0", "microbundle": "^0.15.1", "node-sass": "^8.0.0", "react": "^18.2.0", "react-docgen-typescript-plugin": "^1.0.5", "react-dom": "^18.2.0", "rollup": "^2.56.3", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-typescript2": "^0.34.1", "sass-loader": "^10.1.1", "ts-jest": "^29.0.5", "typescript": "^4.9.5" }, "peerDependencies": { "react": ">=17.2.0", "react-dom": ">=17.2.0" } }