UNPKG

similiquedicta

Version:
99 lines (98 loc) 2.69 kB
{ "name": "similiquedicta", "description": "A Plugin Architecture on top of Draft.JS", "version": "1.4.2", "author": "JaydeJakubowski", "dependencies": { "draft-js": "^0.11.0", "eslint-plugin-import": "^2.25.4", "react": "^17.0.2", "react-dom": "^17.0.2" }, "devDependencies": { "@babel/core": "7.17.2", "@babel/plugin-proposal-class-properties": "7.16.7", "@babel/preset-env": "7.16.11", "@babel/preset-react": "7.16.7", "@babel/preset-typescript": "7.16.7", "@changesets/cli": "^2.20.0", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-node-resolve": "^13.1.3", "@storybook/builder-webpack5": "^6.4.18", "@storybook/manager-webpack5": "^6.4.18", "@storybook/react": "^6.4.18", "@testing-library/jest-dom": "^5.16.2", "@testing-library/react": "^12.1.2", "@testing-library/react-hooks": "^7.0.2", "@testing-library/user-event": "^13.5.0", "@types/jest": "^27.4.0", "@typescript-eslint/eslint-plugin": "4.33.0", "@typescript-eslint/parser": "^4.33.0", "babel-eslint": "^10.1.0", "babel-jest": "^27.5.1", "babel-loader": "^8.2.3", "babel-plugin-transform-rename-import": "^2.3.0", "css-loader": "6.6.0", "eslint": "^7.32.0", "eslint-config-airbnb": "^14.1.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "2.5.0", "eslint-plugin-jsx-a11y": "4.0.0", "eslint-plugin-no-only-tests": "^2.6.0", "eslint-plugin-react": "^7.28.0", "eslint-plugin-react-hooks": "^4.3.0", "husky": "^7.0.4", "jest": "^27.5.1", "linaria": "2.1", "lint-staged": "^12.3.3", "matched": "^5.0.1", "multer": "^1.4.4", "postcss-loader": "^6.2.1", "prettier": "^2.5.1", "prismjs": "^1.25.0", "rimraf": "^3.0.2", "rollup": "^2.67.2", "style-loader": "3.3.1", "ts-jest": "27.1.3", "ts-node": "10.5.0", "typescript": "4.5.5", "webpack": "^5.68.0" }, "keywords": [ "occaecati", "voluptas", "editor", "react", "voluptas", "ux", "widget", "wysiwyg" ], "license": "MIT", "lint-staged": { "*.(js|ts|tsx)": [ "prettier --write", "git add", "eslint" ], "*.(ts|tsx)": [ "bash -c tsc --noEmit" ] }, "main": "lib/index.js", "prettier": { "singleQuote": true, "trailingComma": "es5" }, "repository": { "type": "git", "url": "https://github.com/DamarisSchulist/similiquedicta.git" }, "workspaces": [ "packages/*" ], "bugs": { "url": "https://github.com/DamarisSchulist/similiquedicta.git/issues" }, "homepage": "https://github.com/DamarisSchulist/similiquedicta.git" }