react-chrono-multicard
Version:
A Modern Timeline component for React with multiple card entries
140 lines (139 loc) • 4.43 kB
JSON
{
"name": "react-chrono-multicard",
"version": "1.1.4",
"license": "MIT",
"description": "A Modern Timeline component for React with multiple card entries",
"keywords": [
"timeline",
"react-timeline",
"horizontal-timeline",
"vertical-timeline"
],
"author": "Prabhu Murthy, andmac7",
"repository": {
"url": "https://github.com/prabhuignoto/react-chrono",
"type": "git"
},
"scripts": {
"cypress": "cypress open",
"cypress:record": "cypress run --record --key 0a753295-339a-4351-bf1d-6b91d4bcb937",
"cypress:runner": "start-server-and-test start http://localhost:3000 cypress:record",
"cypress:test": "start-server-and-test start http://localhost:3000 cypress",
"eslint": "eslint src/**/*.{tsx,ts}",
"fix-js": "eslint src/**/*.{tsx,ts} --fix",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"lint": "prettier --check \"src/**/*.{js,jsx,ts,tsx}\"",
"lint:all": "yarn run eslint && yarn run lint:css && yarn run lint",
"lint:css": "stylelint src/**/*style.ts --custom-syntax @stylelint/postcss-css-in-js",
"rollup": "rollup -c",
"snyk": "snyk test",
"prepare": "husky install",
"dev": "vite --config vite.config.ts"
},
"dependencies": {
"classnames": "^2.3.1",
"focus-visible": "^5.2.0",
"primeicons": "^6.0.1",
"primereact": "^8.6.1",
"styled-components": "^5.3.5"
},
"publishConfig": {
"cache": "cache/.npm",
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/plugin-proposal-optional-chaining": "^7.17.12",
"@babel/plugin-transform-runtime": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"@babel/preset-typescript": "^7.17.12",
"@emotion/babel-plugin": "^11.9.2",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-strip": "^2.1.0",
"@stylelint/postcss-css-in-js": "^0.38.0",
"@testing-library/dom": "^8.13.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.0",
"@types/classnames": "^2.3.1",
"@types/jest": "^28.1.1",
"@types/node": "^17.0.40",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"@vitejs/plugin-react": "^1.3.2",
"babel-loader": "^8.2.5",
"cssnano": "^5.1.11",
"cypress": "10.1.0",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-typescript-sort-keys": "^2.1.0",
"husky": "^8.0.1",
"jest": "^28.1.1",
"lint-staged": "^13.0.0",
"postcss": "^8.4.14",
"postcss-syntax": "^0.36.2",
"prettier": "^2.6.2",
"pretty-quick": "^3.1.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-is": "^18.1.0",
"react-router-dom": "^6.3.0",
"rimraf": "^3.0.2",
"rollup": "^2.75.5",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.32.1",
"snyk": "^1.947.0",
"start-server-and-test": "^1.14.0",
"stylelint": "^14.8.5",
"stylelint-config-recommended": "^8.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-order": "^5.0.0",
"stylelint-processor-styled-components": "^1.10.0",
"ts-jest": "^28.0.4",
"typescript": "^4.7.3",
"vite": "^2.9.10"
},
"resolutions": {
"ansi-regex": "5.0.1",
"json-schema": "0.4.0"
},
"files": [
"dist"
],
"lint-staged": {
"src/components/**/*.{ts,tsx}": [
"prettier --write",
"stylelint ./src/**/*style.ts",
"eslint ./src/**/*.tsx",
"git add"
]
},
"browserslist": [
"last 3 versions",
"not ie <= 11",
"not dead",
"> 5%"
],
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"main": "dist/react-chrono.js",
"module": "dist/react-chrono.esm.js",
"umd": "dist/react-chrono.umd.js"
}