-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.02 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
{
"name": "taginput-react",
"version": "1.0.6",
"description": "Tags Input component for React",
"main": "index.js",
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Santhosh1392/taginput-react.git"
},
"keywords": [
"react",
"tags",
"input",
"component",
"javascript",
"react-component",
"tag",
"editor",
"inline",
"component",
"widget",
"ui"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Santhosh1392/taginput-react/issues"
},
"homepage": "https://github.com/Santhosh1392/taginput-react#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.53.2",
"rollup-plugin-jsx": "^1.0.3",
"rollup-plugin-sass": "^1.2.2"
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"files": [
"dist"
]
}