This repository has been archived by the owner on Oct 20, 2024. It is now read-only.
generated from dendrofen/docker-react-chakra-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 1.96 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "react-search-box-hooks",
"version": "0.2.6",
"private": false,
"keywords": [
"react",
"react-components",
"components",
"components-develop",
"search-box",
"react-hooks",
"react-filter-box",
"react-search-box",
"custom-search-box",
"custom-filter-box",
"search-box-api",
"search-box-data",
"search-list-api",
"search-list-hooks",
"search-box-hooks",
"search-hooks",
"react-search",
"react-development",
"react-custom",
"react-ui",
"react-logic",
"component-part"
],
"description": "React hooks for constructing search boxes with filters, using callbacks",
"author": "dendrofen",
"license": "MIT",
"main": "dist/index.js",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dendrofen/react-search-box-hooks.git"
},
"homepage": "https://dendrofen.github.io/react-search-box-hooks",
"scripts": {
"start": "react-scripts start",
"build": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files",
"predeploy": "react-scripts build",
"deploy": "gh-pages -d build"
},
"dependencies": {
"react": "^18.2.0"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/preset-react": "^7.18.6",
"@chakra-ui/react": "^2.4.3",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@types/react": "^18.0.27",
"babel-preset-minify": "^0.5.2",
"framer-motion": "^7.6.19",
"gh-pages": "^5.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"react-scripts": "5.0.1"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}