-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.52 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.52 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
54
55
56
57
58
59
60
61
62
63
{
"name": "@emmveqz/react-components",
"version": "1.4.0",
"description": "Diverse Components for React",
"author": "Emmanuel V. Lopez",
"license": "ISC",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "npx tsc --build ./tsconfig.json ",
"prepack": "rm -fR ./dist && npm run build"
},
"homepage": "https://github.com/emmveqz/react-components#readme",
"keywords": [
"react",
"components",
"reactjs",
"react-components",
"ui-components",
"async-hooks",
"ui-component",
"asynchooks",
"usecontext",
"useasync",
"auto-trim",
"filefield",
"file-field",
"filecomponent",
"file-component",
"trimmed-list",
"auto-trimmed-list",
"useasynceffect",
"useeffect-async",
"useeffectasync"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/emmveqz/react-components.git"
},
"bugs": {
"url": "https://github.com/emmveqz/react-components/issues"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"peerDependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"react": ">=18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-react": "^7.35.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.1.0"
}
}