-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.39 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
54
55
56
57
58
59
60
61
{
"name": "react-text-auto-resize",
"version": "1.1.2",
"description": "Dynamic growing textarea component for React",
"license": "MIT",
"main": "src/index.js",
"module": "dist/index.esm.js",
"files": [
"dist"
],
"keywords": [
"auto resize",
"auto",
"resize",
"autosize",
"grow",
"react",
"react-component",
"textarea",
"text"
],
"private": false,
"scripts": {
"build": "rollup -c"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/preset-react": "^7.13.13",
"@rollup/plugin-babel": "^5.3.0",
"autoprefixer": "^10.2.5",
"rollup": "^2.48.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-styles": "^3.14.1"
},
"author": "berkay türkmen",
"bugs": {
"url": "https://github.com/berkayturkmen/react-text-auto-resize/issues"
},
"homepage": "https://github.com/berkayturkmen/react-text-auto-resize#readme"
}