-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 950 Bytes
/
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
{
"name": "slick-react-multiselect-dropdown",
"private": true,
"version": "0.1.0",
"type": "module",
"author": {
"name": "Jitu Nayak",
"email": "[email protected]"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"patch": "npm version patch"
},
"peerDependencies": {
"react": "^16 || ^17 || ^18",
"react-dom": "^16 || ^17 || ^18"
},
"devDependencies": {
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^2.2.0",
"typescript": "^4.6.4",
"vite": "^3.2.3"
},
"browserslist": [
"defaults",
"not IE 11",
"maintained node versions"
],
"keywords": [
"slick",
"react",
"multi",
"select",
"checkboxes",
"select-all",
"dropdown",
"component",
"tiny",
"lightweight"
],
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}