-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.64 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
{
"name": "react-select-several",
"version": "1.2.14",
"description": "Customizable select and input field for React that enables users to select and input multiple options.",
"repository": "https://github.com/uduma-sonia/react-select-several",
"main": "build/index.js",
"module": "build/index.es.js",
"files": [
"build"
],
"scripts": {
"build": "rollup -c",
"lint": "eslint \"{**/*,*}.{js,ts,jsx,tsx}\"",
"prettier": "prettier --write \"{src/src}/**/*.{js,ts,jsx,tsx}\""
},
"keywords": [
"react",
"typescript",
"select",
"dropdown",
"input",
"react-component",
"react-select",
"react-select-multi",
"react-select-multiple",
"react-input-multiple"
],
"author": {
"name": "Sonia Uduma",
"email": "sohnyauduma@gmail.com"
},
"peerDependencies": {
"react": ">=16"
},
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^23.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@types/react": "^18.0.21",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"identity-obj-proxy": "^3.0.0",
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.34.1",
"typescript": "^4.8.4",
"typescript-plugin-css-modules": "^3.4.0"
},
"dependencies": {}
}