react-img-timeline
Version:
[](https://circleci.com/gh/aaron9000/react-image-timeline/tree/master)
72 lines (71 loc) • 2 kB
JSON
{
"name": "react-img-timeline",
"version": "3.2.19",
"main": "index.js",
"types": "dist/timeline.d.ts",
"homepage": "http://aaron9000.github.io/react-image-timeline",
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"enzyme": "^3.11.0",
"gh-pages": "^4.0.0",
"node-sass": "^8.0.0",
"ramda": "^0.28.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"sinon": "^14.0.2",
"source-map-loader": "^4.0.1",
"svg-inline-loader": "^0.8.2",
"ts-loader": "^9.4.1",
"typescript": "^4.8.4",
"webpack-cli": "^4.10.0"
},
"peerDependencies": {
"react": "16.x || 17.x || 18.x"
},
"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"
}
}