UNPKG

react-linear-gradient-picker

Version:
94 lines (93 loc) 3.11 kB
{ "name": "react-linear-gradient-picker", "version": "4.0.0", "description": "React linear gradient picker", "main": "dist/index.js", "types": "dist/src/index.d.ts", "scripts": { "storybook": "storybook dev -p 7006", "build-storybook": "storybook build", "test": "jest", "test:watch": "jest --watch", "lint": "eslint . --ext .js,.jsx,.ts,.tsx", "lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix", "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,scss}\"", "fix": "yarn format && yarn lint:fix", "build": "rspack build", "typecheck": "tsc --noEmit", "ci": "yarn lint && yarn typecheck && yarn test && yarn build", "deploy-storybook": "storybook-to-ghpages", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/odedglas/react-linear-gradient-picker" }, "keywords": [ "gradient-picker", "linear-gradient", "svg" ], "author": "Oded Goldglas <odedglas@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/odedglas/react-linear-gradient-picker/issues" }, "homepage": "https://github.com/odedglas/react-linear-gradient-picker#readme", "peerDependencies": { "react": "^16.9.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0" }, "devDependencies": { "@babel/core": "^7.18.0", "@babel/plugin-transform-runtime": "^7.18.0", "@babel/preset-env": "^7.18.0", "@babel/preset-react": "^7.17.0", "@babel/preset-typescript": "^7.23.3", "@rspack/cli": "^1.2.8", "@rspack/core": "^1.2.8", "@storybook/addon-essentials": "^7.6.17", "@storybook/addon-links": "^7.6.17", "@storybook/addon-webpack5-compiler-swc": "^3.0.0", "@storybook/cli": "^7.6.17", "@storybook/preset-scss": "^1.0.3", "@storybook/react": "^7.6.17", "@storybook/react-webpack5": "^7.6.17", "@storybook/storybook-deployer": "^2.8.1", "@swc/helpers": "^0.5.3", "@testing-library/jest-dom": "^6.1.5", "@testing-library/react": "^14.1.2", "@testing-library/user-event": "^14.5.1", "@types/jest": "^29.5.12", "@types/node": "^22.13.14", "@types/react": "^19.0.12", "@types/react-color": "^3.0.13", "@types/react-dom": "^19.0.4", "@typescript-eslint/eslint-plugin": "^8.28.0", "@typescript-eslint/parser": "^8.28.0", "babel-jest": "^29.7.0", "classnames": "^2.3.1", "css-loader": "^6.7.1", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-react": "^7.34.0", "eslint-plugin-react-hooks": "^4.6.0", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "prettier": "^3.2.5", "prop-types": "^15.7.2", "rc-color-picker": "^1.1.5", "react": "^18.2.0", "react-color": "^2.12.0", "react-dom": "^18.2.0", "sass": "^1.52.1", "sass-loader": "^8.0.2", "storybook": "^7.6.17", "style-loader": "^1.0.0", "svg-url-loader": "^3.0.2", "ts-node": "^10.9.2", "typescript": "^5.8.2" } }