UNPKG

react-dip

Version:

Simple & declarative transition animations for React

101 lines (100 loc) 2.63 kB
{ "name": "react-dip", "version": "0.0.3-beta.10", "description": "Simple & declarative transition animations for React", "main": "dist/react-dip.cjs.js", "jsnext:main": "dist/react-dip.esm.js", "module": "dist/react-dip.esm.js", "pure-module": true, "scripts": { "build": "kcd-scripts build --bundle", "copyFlowSource": "node ./buildscripts/createFlowLinks", "flow": "flow", "lint": "kcd-scripts lint", "postbuild": "npm run copyFlowSource", "precommit": "kcd-scripts precommit", "storybook": "start-storybook -p 6006", "storybook:build": "build-storybook", "test": "flow && jest", "test:ci": "flow && npm run lint && npm run storybook:build && jest" }, "files": [ "dist", "preact", "src" ], "repository": { "type": "git", "url": "git+https://github.com/mdugue/react-dip.git" }, "keywords": [ "react", "UI", "UX", "transitions", "animations", "microinteractions" ], "author": "Manuel Dugue <post@manueldugue.de> (https://manueldugue.de)", "license": "MIT", "bugs": { "url": "https://github.com/mdugue/react-dip/issues" }, "homepage": "https://github.com/mdugue/react-dip#readme", "devDependencies": { "@storybook/addon-actions": "^3.4.2", "@storybook/addon-links": "^3.4.2", "@storybook/addon-notes": "^3.4.2", "@storybook/addon-storyshots": "^3.4.2", "@storybook/addons": "^3.4.2", "@storybook/react": "^3.4.2", "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-jest": "^22.4.3", "babel-plugin-transform-react-jsx": "^6.24.1", "babel-preset-env": "^1.6.1", "babel-preset-flow": "^6.23.0", "babel-runtime": "^6.26.0", "cross-env": "^5.1.4", "flow-bin": "^0.70.0", "jest": "^22.4.3", "kcd-scripts": "^0.37.0", "prettier": "^1.12.1", "prop-types": "^15.6.1", "react": "^16.3.2", "react-dom": "^16.3.2", "react-router-dom": "^4.2.2", "regenerator-runtime": "^0.11.1", "storybook-react-router": "^1.0.1", "styled-components": "^3.2.6", "web-animations-js": "^2.3.1" }, "dependencies": {}, "peerDependencies": { "react": ">=15.0.0", "react-dom": ">=15.0.0" }, "eslintConfig": { "extends": "./node_modules/kcd-scripts/eslint.js", "rules": { "max-lines": "off", "no-eq-null": "off", "eqeqeq": "off", "react/jsx-indent": "off", "complexity": [ "error", 12 ] } }, "eslintIgnore": [ "node_modules", "coverage", "dist", "storybook-static", "**/build" ], "jest": { "rootDir": "./src/" } }