Viewing File: /home/ubuntu/vedadeals-frontend-base/node_modules/react-transition-state/package.json
{
"name": "react-transition-state",
"version": "1.1.5",
"description": "Zero dependency, 0.7KB react-transition-group alternative.",
"author": "Zheng Song",
"license": "MIT",
"repository": "szhsin/react-transition-state",
"homepage": "https://szhsin.github.io/react-transition-state/",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"files": [
"dist"
],
"keywords": [
"react",
"transition",
"animation",
"component",
"hook"
],
"scripts": {
"start": "rollup -c -w",
"clean": "rm -Rf dist",
"bundle": "rollup -c",
"test": "jest",
"eg": "npm start --prefix example",
"dtslint": "dtslint --localTs node_modules/typescript/lib types",
"types": "npm run dtslint && cp -f types/index.d.ts dist/",
"tsc": "cd types && tsc",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"pret": "prettier --write .",
"build": "run-s clean lint pret bundle types"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"@rollup/plugin-babel": "^5.3.0",
"@testing-library/react-hooks": "^7.0.2",
"@types/jest": "^27.4.0",
"babel-plugin-pure-annotations": "^0.1.2",
"dtslint": "^4.1.6",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-react-hooks": "^4.3.0",
"jest": "^27.5.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"regenerator-runtime": "^0.13.9",
"rollup": "^2.67.3",
"typescript": "^4.5.5"
}
}
Back to Directory
File Manager