UNPKG

@fakel/rest-admin

Version:

An application that makes it easier to work with your API

102 lines (101 loc) 2.64 kB
{ "name": "@fakel/rest-admin", "version": "0.0.73", "publishConfig": { "access": "public" }, "author": "<dev@fakel.com.ua>", "keywords": [ "react", "admin", "rest", "rest-admin", "typescript", "javascript", "API", "api", "REST" ], "scripts": { "build": "yarn run build-cjs && yarn run build-esm", "build-cjs": "rm -rf ./lib && tsc -p .", "build-esm": "rm -rf ./esm && tsc -p . --outDir esm --module esnext", "watch": "tsc --outDir esm --module esnext --watch", "package:publish": "npm publish", "doc:dev": "docz dev --port 1337", "doc:build": "docz build" }, "files": [ "lib", "esm", "src" ], "main": "lib/index.js", "types": "esm/index.d.ts", "module": "esm/index.js", "dependencies": { "@ant-design/icons": "^4.3.0", "@editorjs/checklist": "^1.3.0", "@editorjs/code": "^2.7.0", "@editorjs/delimiter": "^1.2.0", "@editorjs/editorjs": "^2.20.0", "@editorjs/embed": "^2.4.0", "@editorjs/header": "^2.6.1", "@editorjs/image": "^2.6.0", "@editorjs/inline-code": "^1.3.1", "@editorjs/link": "^2.3.1", "@editorjs/list": "^1.6.2", "@editorjs/marker": "^1.2.2", "@editorjs/paragraph": "^2.8.0", "@editorjs/quote": "^2.4.0", "@editorjs/raw": "^2.3.0", "@editorjs/simple-image": "^1.4.1", "@editorjs/table": "^1.3.0", "@editorjs/warning": "^1.2.0", "@tinymce/tinymce-react": "^3.12.2", "ace-builds": "^1.4.12", "antd": "^4.9.1", "axios": "^0.21.1", "formik": "^2.2.9", "lodash.debounce": "^4.0.8", "lodash.get": "^4.4.2", "lodash.omit": "^4.5.0", "mobx": "^6.3.7", "mobx-react": "^7.0.5", "node-polyglot": "^2.4.0", "react-ace": "^9.2.1", "react-color": "^2.19.3", "react-editor-js": "^1.9.0", "react-error-boundary": "^3.1.0", "react-router-dom": "^5.2.0", "uuid": "^8.3.2", "yup": "^0.32.5" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.2.2", "@testing-library/user-event": "^12.1.10", "@types/antd": "^1.0.0", "@types/jest": "^26.0.15", "@types/node-polyglot": "^2.4.1", "@types/react-color": "^3.0.4", "babel-jest": "^26.6.3", "jest": "^26.6.3", "jest-circus": "26.6.0", "jest-dom": "^4.0.0", "jest-resolve": "26.6.0", "jest-watch-typeahead": "0.6.1" } }