forked from pr4dp/react-text-content-editable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.37 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@benson.liao/react-content-editable",
"version": "3.4.2",
"description": "make content editable that includes features like input text or textarea",
"main": "build/index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "webpack --watch",
"build": "webpack",
"build:dev": "webpack --mode=development"
},
"author": "Pradeep Kumar",
"contributors": [
"Benson Liao"
],
"license": "MIT",
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.10.5",
"@babel/plugin-proposal-object-rest-spread": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"babel-loader": "^8.1.0",
"path": "^0.12.7",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"styled-components": "^5.1.1",
"webpack": "^5.58.2",
"webpack-cli": "^4.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/BensonLiao/react-content-editable.git"
},
"keywords": [
"react",
"content editable",
"editable content",
"content editable maxLength"
],
"bugs": {
"url": "https://github.com/BensonLiao/react-content-editable/issues"
},
"homepage": "https://github.com/BensonLiao/react-content-editable#readme",
"dependencies": {}
}