-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.27 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.27 KB
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
{
"name": "react-material-selectable-inputtext",
"version": "1.0.3",
"description": "Material-ui textInput component that allow choose between several options.",
"main": "dist/index.js",
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adrianfdez469/react-material-selectable-inputtext.git"
},
"keywords": [
"inputText",
"input",
"select",
"inputSelect",
"material",
"material-ui"
],
"author": "Adrián Fernández Martínez",
"license": "ISC",
"bugs": {
"url": "https://github.com/adrianfdez469/react-material-selectable-inputtext/issues"
},
"homepage": "https://github.com/adrianfdez469/react-material-selectable-inputtext#readme",
"devDependencies": {
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@rollup/plugin-node-resolve": "^11.1.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"react-dom": "^17.0.1",
"rollup": "^2.38.0",
"rollup-plugin-typescript2": "^0.29.0",
"typescript": "^4.1.3",
"@types/material-ui": "^0.21.8"
},
"peerDependencies": {
"react-dom": "^17.0.1"
},
"files": [
"dist"
]
}