react-image-timeline
Version:
An image-centric timeline component for React.js. View chronological events in a pleasant way.
73 lines (72 loc) • 1.98 kB
JSON
{
"name": "react-image-timeline",
"version": "3.2.13",
"main": "index.js",
"types": "dist/timeline.d.ts",
"homepage": "http://aaron9000.github.io/react-image-timeline",
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.3",
"chai": "^4.2.0",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.8.0",
"gh-pages": "^2.0.1",
"node-sass": "^4.14.1",
"ramda": "^0.26.1",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-scripts": "3.4.0",
"sinon": "^7.2.3",
"source-map-loader": "^0.2.4",
"svg-inline-loader": "^0.8.2",
"ts-loader": "^6.2.1",
"typescript": "^3.6.4",
"webpack-cli": "^3.3.11"
},
"peerDependencies": {
"react": "^16.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build-module": "node-sass src/lib/timeline.scss dist/timeline.css && cp src/lib/timeline.scss dist/timeline.scss && webpack && cp src/lib/timeline.d.ts dist/timeline.d.ts",
"build-and-publish": "npm version patch && npm run build-module && npm publish",
"deploy-gh-pages": "gh-pages -d build",
"build-and-deploy": "npm run build && npm run deploy-gh-pages"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"repository": {
"type": "git",
"url": "https://github.com/aaron9000/react-image-timeline.git"
},
"keywords": [
"react image timeline",
"image timeline",
"timeline",
"react",
"component",
"image",
"time",
"line"
],
"author": "Aaron Geisler",
"license": "MIT",
"bugs": {
"url": "https://github.com/aaron9000/react-image-timeline/issues"
}
}