react-text-holder-insertable
Version:
insert text holder block to content editable area
50 lines (49 loc) • 1.4 kB
JSON
{
"name": "react-text-holder-insertable",
"version": "0.0.17",
"description": "insert text holder block to content editable area",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.js",
"keywords": ["react", "text", "placeholder", "contenteditable"],
"engines": {
"node": ">=12"
},
"scripts": {
"build": "node scripts/clean && microbundle-crl --no-compress --format modern,cjs",
"watch": "microbundle-crl watch --no-compress --format modern,cjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/1846689910/react-text-holder-insertable.git"
},
"author": "1846689910",
"license": "MIT",
"bugs": {
"url": "https://github.com/1846689910/react-text-holder-insertable/issues"
},
"homepage": "https://github.com/1846689910/react-text-holder-insertable#readme",
"peerDependencies": {
"react": "^16.0.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.3",
"microbundle-crl": "^0.13.11",
"npm-run-all": "^4.1.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3",
"shelljs": "^0.8.4"
},
"files": [
"dist"
],
"dependencies": {
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"prop-types": "^15.7.2",
"react-contenteditable": "^3.3.5"
}
}