UNPKG

2.09 kBJSONView Raw
1{
2 "name": "react-metro",
3 "version": "1.6.0",
4 "title": "react-metro",
5 "description": "A tiny configurable wrapper for animating dom elements as they mount or unmount",
6 "main": "dist/react-metro.js",
7 "keywords": [
8 "react",
9 "animation",
10 "gsap",
11 "tweenmax"
12 ],
13 "homepage": "https://github.com/nicolasdelfino/react-metro#readme",
14 "author": {
15 "name": "Nicolas Delfino",
16 "url": "https://github.com/nicolasdelfino"
17 },
18 "license": "MIT",
19 "repository": {
20 "type": "git",
21 "url": "https://github.com/nicolasdelfino/react-metro.git"
22 },
23 "files": [
24 "dist",
25 "src"
26 ],
27 "engines": {
28 "npm": ">=3.0.0",
29 "node": ">=6.0.0"
30 },
31 "dependencies": {
32 "gsap": "1.20.2",
33 "react": "15.6.1",
34 "react-dom": "15.6.1",
35 "react-transition-group-plus": "0.5.0-alpha.1",
36 "rollup-plugin-auto-external": "^1.0.0"
37 },
38 "devDependencies": {
39 "babel-core": "6.25.0",
40 "babel-eslint": "^8.0.0",
41 "babel-plugin-external-helpers": "6.18.0",
42 "babel-preset-es2015": "6.24.1",
43 "babel-preset-react": "6.24.1",
44 "babel-preset-stage-0": "6.24.1",
45 "eslint": "^4.7.0",
46 "eslint-config-airbnb": "^15.1.0",
47 "eslint-plugin-import": "^2.7.0",
48 "eslint-plugin-jsx-a11y": "^5.1.1",
49 "eslint-plugin-prefer-object-spread": "^1.2.1",
50 "eslint-plugin-react": "^7.3.0",
51 "jest": "^19.0.2",
52 "jest-cli": "^21.1.0",
53 "npm-run-all": "4.0.2",
54 "rimraf": "^2.6.1",
55 "rollup": "0.45.2",
56 "rollup-plugin-babel": "3.0.1",
57 "rollup-plugin-commonjs": "8.1.0",
58 "rollup-plugin-node-globals": "1.1.0",
59 "rollup-plugin-node-resolve": "3.0.0",
60 "rollup-plugin-replace": "1.1.1",
61 "rollup-plugin-uglify": "2.0.1",
62 "semantic-release": "^8.0.0"
63 },
64 "scripts": {
65 "clean": "rimraf dist",
66 "build": "rimraf dist && rollup -c config/prod.js",
67 "lint": "eslint src",
68 "precommit": "npm test",
69 "prepublish": "npm run clean && npm test && npm run build",
70 "semantic-release": "semantic-release pre && npm publish && semantic-release post",
71 "test": "npm run lint && jest"
72 }
73}
\No newline at end of file