smart-textarea
Version:
A simplistic textarea in browser that supports undo, redo, find, and replace.
47 lines (46 loc) • 1.27 kB
JSON
{
"name": "smart-textarea",
"version": "1.1.1",
"description": "A simplistic textarea in browser that supports undo, redo, find, and replace.",
"scripts": {
"build": "webpack --config webpack.dev.js",
"export": "webpack --config webpack.prod.js",
"watch": "webpack --watch --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlienKevin/SmartTextarea.git"
},
"keywords": [
"textarea",
"find",
"replace",
"undo",
"redo"
],
"author": "Kevin Li",
"license": "MIT",
"bugs": {
"url": "https://github.com/AlienKevin/SmartTextarea/issues"
},
"homepage": "https://github.com/AlienKevin/SmartTextarea#readme",
"devDependencies": {
"clean-webpack-plugin": "^2.0.1",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.5.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.2.3",
"uglifyjs-webpack-plugin": "^2.1.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"normalize.css": "^8.0.1",
"simple-undo": "^1.0.2",
"tippy.js": "^4.2.0"
}
}