-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.27 KB
/
package.json
File metadata and controls
53 lines (53 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
49
50
51
52
53
{
"name": "@innexgo/common-react-components",
"version": "0.1.22",
"description": "Common design patterns that are reused throughout packages.",
"main": "lib/index.js",
"files": [
"lib/**/*"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/innexgo/common-react-components.git"
},
"author": "Govind Pimpale",
"license": "MIT",
"bugs": {
"url": "https://github.com/innexgo/common-react-components/issues"
},
"homepage": "https://github.com/innexgo/common-react-components#readme",
"peerDependencies": {
"@popperjs/core": "^2.11.8",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"bootstrap": "^5.3.3",
"formik": "^2.4.6",
"react": "^18.3.1",
"react-bootstrap": "^2.10.4",
"react-bootstrap-icons": "^1.11.4",
"react-dom": "^18.3.1",
"sass": "^1.77.8"
},
"devDependencies": {
"typescript": "^5.5.4"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}