Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
194 changes: 97 additions & 97 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,97 +1,97 @@
{
"name": "react-diff-viewer-continued",
"version": "3.2.2",
"private": false,
"description": "Continuation of a simple and beautiful text diff viewer component made with diff and React",
"keywords": [
"review",
"code-review",
"diff",
"diff-viewer",
"github",
"react",
"react-component",
"ui"
],
"repository": "git@github.com:aeolun/react-diff-viewer-continued.git",
"license": "MIT",
"authors": [
"Pranesh Ravi<praneshpranesh@gmail.com>",
"Bart Riepe <bart@serial-experiments.com>"
],
"main": "lib/index",
"typings": "lib/index",
"scripts": {
"build": "tsc --outDir lib/",
"build:examples": "webpack --progress",
"build:watch": "tsc --outDir lib/ -w",
"publish:examples": "NODE_ENV=production pnpm run build:examples && gh-pages -d examples/dist -r $GITHUB_REPO_URL",
"publish:examples:local": "NODE_ENV=production pnpm run build:examples && gh-pages -d examples/dist",
"start:examples": "webpack-dev-server --open --hot",
"lint": "eslint src/ test/",
"lint:fix": "eslint --fix src/ test/",
"prettier": "prettier --write ."
},
"dependencies": {
"classnames": "^2.3.1",
"diff": "^5.1.0",
"emotion": "^10.0.27",
"memoize-one": "^6.0.0",
"postinstall-postinstall": "^2.1.0",
"prop-types": "^15.8.1"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"@testing-library/react": "^14.1.2",
"@types/diff": "^5.0.2",
"@types/expect": "^1.20.3",
"@types/memoize-one": "^4.1.1",
"@types/mocha": "^5.2.5",
"@types/node": "^12.0.12",
"@types/prop-types": "15.7.5",
"@types/react": "^16.4.14",
"@types/react-dom": "^16.0.8",
"@types/webpack": "^4.4.13",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"css-loader": "^6.7.1",
"eslint": "^8.19.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"expect": "^28.1.1",
"file-loader": "^6.2.0",
"gh-pages": "^4.0.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.1",
"mocha": "^10.0.0",
"prettier": "^2.7.1",
"raw-loader": "^4.0.2",
"react": "^18",
"react-dom": "^18",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"semantic-release": "^19.0.3",
"spy": "^1.0.0",
"ts-loader": "^9.3.1",
"ts-node": "^10.8.2",
"typescript": "^4.7.4",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3"
},
"peerDependencies": {
"react": "^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
},
"engines": {
"node": ">= 8"
}
}
{
"name": "react-diff-viewer-continued",
"version": "3.2.2",
"private": false,
"description": "Continuation of a simple and beautiful text diff viewer component made with diff and React",
"keywords": [
"review",
"code-review",
"diff",
"diff-viewer",
"github",
"react",
"react-component",
"ui"
],
"repository": "git@github.com:aeolun/react-diff-viewer-continued.git",
"license": "MIT",
"authors": [
"Pranesh Ravi<praneshpranesh@gmail.com>",
"Bart Riepe <bart@serial-experiments.com>"
],
"main": "lib/index",
"typings": "lib/index",
"scripts": {
"build": "tsc --outDir lib/",
"build:examples": "webpack --progress",
"build:watch": "tsc --outDir lib/ -w",
"publish:examples": "NODE_ENV=production pnpm run build:examples && gh-pages -d examples/dist -r $GITHUB_REPO_URL",
"publish:examples:local": "NODE_ENV=production pnpm run build:examples && gh-pages -d examples/dist",
"start:examples": "webpack-dev-server --open --hot",
"lint": "eslint src/ test/",
"lint:fix": "eslint --fix src/ test/",
"prettier": "prettier --write ."
},
"dependencies": {
"classnames": "^2.3.1",
"diff": "^5.1.0",
"emotion": "^10.0.27",
"memoize-one": "^6.0.0",
"postinstall-postinstall": "^2.1.0",
"prop-types": "^15.8.1"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"@testing-library/react": "^14.1.2",
"@types/diff": "^5.0.2",
"@types/expect": "^1.20.3",
"@types/memoize-one": "^4.1.1",
"@types/mocha": "^5.2.5",
"@types/node": "^12.0.12",
"@types/prop-types": "15.7.5",
"@types/react": "^16.4.14",
"@types/react-dom": "^16.0.8",
"@types/webpack": "^4.4.13",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"css-loader": "^6.7.1",
"eslint": "^8.19.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"expect": "^28.1.1",
"file-loader": "^6.2.0",
"gh-pages": "^4.0.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.1",
"mocha": "^10.0.0",
"prettier": "^2.7.1",
"raw-loader": "^4.0.2",
"react": "^18",
"react-dom": "^18",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"semantic-release": "^19.0.3",
"spy": "^1.0.0",
"ts-loader": "^9.3.1",
"ts-node": "^10.8.2",
"typescript": "^4.7.4",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3"
},
"peerDependencies": {
"react": "^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"engines": {
"node": ">= 8"
}
}
Loading