gradient-path-typescript
Version:
A small library to have any gradient follow along any SVG path
63 lines (62 loc) • 1.66 kB
JSON
{
"name": "gradient-path-typescript",
"version": "2.3.1",
"description": "A small library to have any gradient follow along any SVG path",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"browser": "dist/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc && rollup -c",
"prepare": "yarn build",
"version": "auto-changelog -p && git add CHANGELOG.md",
"release": "np",
"start": "start-storybook",
"storybook-build": "build-storybook -c .storybook",
"predeploy": "yarn storybook-build",
"deploy": "gh-pages -d storybook-static && rm -rf storybook-static",
"test": "echo \"Error: no test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/jannec22/gradient-path.git"
},
"keywords": [
"svg",
"gradient",
"path",
"linear",
"d3",
"moonshot",
"mnsht"
],
"author": "jannec22",
"license": "MIT",
"bugs": {
"url": "https://github.com/jannec22/gradient-path/issues"
},
"homepage": "https://github.com/jannec22/gradient-path",
"browserslist": "> 0.25%, not dead",
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"auto-changelog": "^2.3.0",
"babel-loader": "^8.2.2",
"d3": "^7.0.3",
"rollup": "^2.56.3",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4"
},
"dependencies": {
"tinygradient": "^1.1.5",
"typescript": "^4.4.3"
},
"peerDependencies": {
"tinygradient": ">=1.1.5"
}
}