react-animation-presets
Version:
Welcome to the React animation presets project. This project will give an overview of reusable animations used within Oberon projects.
72 lines (71 loc) • 2.2 kB
JSON
{
"name": "react-animation-presets",
"author": "Oberon Amsterdam",
"repository": {
"type": "git",
"url": "git+https://github.com/oberonamsterdam/react-animation-presets.git"
},
"keywords": [
"Oberon",
"animation",
"animations",
"react"
],
"main": "lib/index.js",
"description": "",
"version": "0.1.2",
"license": "MIT",
"scripts": {
"start": "start-storybook -p 3000",
"build": "npm run build:clean && npm run build:lib",
"build:clean": "rimraf lib/",
"build:lib": "babel src --ignore src/stories --out-dir lib",
"build:flow": "flow-copy-source -v src --ignore src/stories lib",
"build:storybook": "build-storybook -c .storybook -o public",
"test": "razzle test --env=jsdom",
"prepare": "npm run build"
},
"dependencies": {
"express": "4.16.1",
"gsap": "^1.20.2",
"razzle": "0.8.3",
"react": "16.0.0",
"react-dom": "16.0.0",
"react-router-dom": "4.2.2",
"styled-components": "^2.2.0"
},
"devDependencies": {
"@storybook/addon-knobs": "^3.3.10",
"@storybook/addon-links": "^3.2.10",
"@storybook/addon-options": "^3.3.10",
"@storybook/react": "^3.2.11",
"babel-preset-env": "^1.6.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"babel-preset-react-app": "^3.0.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.23.0",
"eslint": "^4.5.0",
"eslint-config-oberon": "^1.1.0",
"eslint-config-react-app": "^1.0.5",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-standard": "^3.0.1",
"flow-bin": "^0.62.0",
"flow-copy-source": "^1.2.1",
"storybook-addon-jsx": "^5.3.0"
},
"eslintConfig": {
"extends": [
"react-app",
"standard",
"oberon"
]
},
"eslintIgnore": [
"node_modules",
"lib"
]
}