UNPKG

quill-component-library

Version:
78 lines (77 loc) 2.48 kB
{ "name": "quill-component-library", "version": "0.10.2", "description": "A library for components shared between Quill apps.", "main": "componentLibrary.js", "module": "componentLibrary.module.js", "homepage": "https://github.com/empirical-org/empirical-core/packages/quill-component-library#readme", "author": "Quill.org", "license": "AGPL-3.0", "private": false, "repository": { "type": "git", "url": "git+https://github.com/empirical-org/quill-component-library.git" }, "bugs": { "url": "https://github.com/empirical-org/quill-component-library/issues" }, "scripts": { "build": "npm run build:clean; rollup -c", "build:clean": "rm -rf ./dist; mkdir ./dist", "dev": "npm run build; npm run watch", "dist": "npm run build; cd ./dist; npm run publish --access=public", "serve": "http-server ./dist", "test": "mocha test/**/*.test.ts", "watch": "chokidar 'src/**/*.ts' 'src/**/*.tsx' -c \"npm run build\"" }, "devDependencies": { "@rollup/plugin-commonjs": "^11.0.2", "@types/expect": "^1.20.4", "@types/node": "^9.3.0", "autoprefixer": "^7.2.5", "chokidar": "^3.3.1", "chokidar-cli": "^2.1.0", "core-js": "^2.5.3", "expect": "^24.8.0", "mocha": "^7.1.1", "node-sass": "^4.14.1", "node-sass-chokidar": "^1.5.0", "rollup-plugin-generate-package-json": "^1.0.0", "rollup-plugin-node-resolve": "^3.0.2", "rollup-plugin-postcss": "^2.5.0", "rollup-plugin-scss": "^1.0.1", "rollup-plugin-tslint": "^0.1.34", "rollup-plugin-typescript2": "^0.10.0", "ts-node": "^4.1.0", "tslib": "^1.8.1", "tslint": "^5.9.1", "typescript": "^2.6.2" }, "dependencies": { "@types/draft-js": "^0.10.5", "@types/lodash": "^4.14.110", "@types/react": "^16.4.0", "@types/react-router": "^3.0.5", "@types/react-select": "^2.0.17", "@types/xlsx": "0.0.36", "docs-soap": "^1.2.1", "draft-convert": "2.0.1", "draft-js": "0.10.4", "draft-js-export-html": "^0.6.0", "draft-js-plugins-editor": "^2.0.4", "draft-js-richbuttons-plugin": "^2.2.0", "lodash": "^4.17.19", "react-addons-css-transition-group": "^15.6.2", "react-select": "^2.4.2", "react-simple-pie-chart": "^0.5.0", "reify": "^0.19.1", "rollup": "^1.29.1", "xlsx": "^0.14.2" }, "peerDependencies": { "react": "^15.6.1", "react-dom": "^15.6.1", "react-router": "^3.0.5", "react-sortable": "^2.0.0" } }