-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.27 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
{
"name": "react-auto-growing-input",
"version": "0.0.3",
"description": "Auto Growing Input Component for React",
"main": "dist/index.js",
"module": "dist/index.es.js",
"dependencies": {},
"scripts": {
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hungdev/react-auto-growing-input.git"
},
"homepage": "https://github.com/hungdev/react-auto-growing-input#readme",
"bugs": {
"url": "https://github.com/hungdev/react-auto-growing-input/issues"
},
"author": "<hungns126@gmail.com>",
"license": "MIT",
"keywords": [
"react",
"react-component",
"input",
"autosize",
"auto-size",
"autogrow",
"auto-grow",
"autofit",
"auto-fit",
"growing",
"auto-growing"
],
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@rollup/plugin-node-resolve": "^13.3.0",
"babel-loader": "^8.2.5",
"postcss": "^8.4.16",
"rollup": "^2.77.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.54.4"
},
"peerDependencies": {
"react": "^16.8.0 || ^17 || ^18",
"react-dom": "^16.8.0 || ^17 || ^18"
}
}