{
  "name": "paddy-react-edit-list",
  "version": "1.1.37",
  "description": "Universal Editable List React Component",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "clean": "tsc --build --clean && rimraf docs",
    "build": "npm run clean && npm run build:lib && npm run build:examples && npm run build:doc && npm run compile:sass",
    "compile:sass": "sass src/npm-styles.scss:css/dcf-npm.css",
    "build:lib": "tsc",
    "build:examples": "webpack --mode=production --env production",
    "build:doc": "documentation readme src/* --section=API --parse-extension=ts --parse-extension=tsx --require-extension=ts --require-extension=tsx --sort-order=source",
    "dev": "webpack-cli serve --mode=development --env development --open",
    "prod": "webpack-cli serve --mode=production --env production --open",
    "lint": "eslint './{examples,src}/**/*.{ts,tsx}'",
    "lint:fix": "eslint './{examples,src}/**/*.{ts,tsx}' --fix",
    "test": "jest",
    "test:watch": "jest --watch",
    "codecov": "curl -s https://codecov.io/bash | bash",
    "preversion": "npm run test",
    "version": "npm run clean && npm run build && git add package.json README.md",
    "postversion": "git push && git push --tags && npm run publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mmomtchev/react-edit-list.git"
  },
  "homepage": "https://mmomtchev.github.io/react-edit-list/",
  "keywords": [
    "react",
    "edit",
    "editable",
    "editable-table",
    "editable-list",
    "editable-grid",
    "list",
    "listview",
    "es6",
    "js",
    "typescript"
  ],
  "author": "Momtchil Momtchev <momtchil@momtchev.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mmomtchev/react-edit-list/issues"
  },
  "dependencies": {
    "@ag-grid-community/client-side-row-model": "^29.2.0",
    "@types/lodash": "^4.14.191",
    "ag-grid-community": "^29.2.0",
    "ag-grid-react": "^29.2.0",
    "lodash": "^4.17.21",
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "devDependencies": {
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-async-to-generator": "7.16.8",
    "@babel/plugin-transform-runtime": "7.17.0",
    "@babel/preset-env": "7.16.11",
    "@babel/preset-react": "7.16.7",
    "@babel/preset-typescript": "7.16.7",
    "@babel/runtime": "7.17.9",
    "@testing-library/jest-dom": "^5.11.9",
    "@testing-library/react": "^13.0.0",
    "@types/jest": "^27.4.1",
    "@types/node": "^14.14.25",
    "@types/prismjs": "^1.16.3",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "@types/webpack": "^4.41.26",
    "@types/webpack-dev-server": "^3.11.1",
    "@typescript-eslint/eslint-plugin": "^5.9.1",
    "@typescript-eslint/parser": "^5.9.1",
    "@typescript-eslint/typescript-estree": "^5.9.1",
    "bootstrap": "^5.1.3",
    "copyfiles": "^2.4.1",
    "css-loader": "^5.0.1",
    "documentation": "^13.2.5",
    "eslint": "^8.6.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.28.0",
    "eslint-plugin-react-hooks": "^4.3.0",
    "file-loader": "^6.2.0",
    "fork-ts-checker-webpack-plugin": "^6.1.0",
    "gh-pages": "^3.1.0",
    "glob": "^7.1.6",
    "html-loader": "^2.1.2",
    "html-webpack-plugin": "^5.0.0",
    "jest": "^27.5.1",
    "jest-canvas-mock": "^2.3.1",
    "markdown-loader": "^7.0.0",
    "null-loader": "^4.0.1",
    "postcss": "^8.4.14",
    "postcss-loader": "^7.0.1",
    "postcss-preset-env": "^7.7.2",
    "postcss-nested": "^6.0.0",
    "prettier": "2.6.2",
    "prism-themes": "^1.6.0",
    "prismjs": "^1.28.0",
    "raw-loader": "^4.0.2",
    "react-bootstrap": "^2.0.0",
    "react-day-picker": "^8.0.4",
    "react-docgen-typescript": "^2.1.0",
    "react-router": "^6.3.0",
    "react-router-dom": "^5.2.0",
    "react-test-renderer": "^18.0.0",
    "rimraf": "^3.0.2",
    "sass": "^1.53.0",
    "sass-loader": "^13.0.2",
    "sortablejs": "^1.15.0",
    "style-loader": "^2.0.0",
    "svg-url-loader": "^7.1.1",
    "ts-jest": "^27.1.4",
    "ts-loader": "^8.0.14",
    "ts-node": "^9.1.1",
    "tsconfig-paths-webpack-plugin": "^3.3.0",
    "typescript": "^4.4.3",
    "webpack": "^5.20.1",
    "webpack-cli": "^4.5.0",
    "webpack-dev-server": "^4.0.0"
  }
}
