UNPKG

material-timeline

Version:

A React Timeline component using Material-UI

68 lines (67 loc) 1.67 kB
{ "name": "material-timeline", "version": "1.0.4", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", "keywords": [ "react", "reactJs", "material", "timeline", "material-timeline", "vertical-timeline" ], "files": [ "dist", "README.md" ], "repository": { "type": "git", "url": "https://github.com/pk12/material-timeline" }, "dependencies": { "@material-ui/core": "^4.9.0", "@material-ui/icons": "^4.5.1" }, "scripts": { "start": "react-scripts start", "build-examples": "react-scripts build", "test": "jest", "eject": "react-scripts eject", "build": "rimraf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,stories.js,__snapshots__" }, "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.8.7", "@babel/preset-env": "^7.9.0", "@babel/preset-react": "^7.9.4", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.4.0", "@testing-library/user-event": "^7.2.1", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.2", "eslint": "^6.8.0", "jest": "^24.9.0", "react": "^16.13.0", "react-dom": "^16.13.0", "react-scripts": "^3.4.0", "react-spring": "^8.0.27", "react-test-renderer": "^16.13.0", "rimraf": "^3.0.2", "typescript": "^3.8.3" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }