-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.21 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
{
"name": "react-fog",
"version": "1.2.7",
"type": "module",
"description": "A component that adds a fog effect to indicate scrollability to overflowed components.",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
}
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"prepublish": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/fe-dudu/react-fog.git"
},
"keywords": [
"react",
"react-component",
"fog-style",
"fog-wrapper",
"MUi",
"material-ui",
"MUi table effect",
"MUi table style",
"MUi table fog",
"MUi chip effect",
"MUi chip style",
"MUi chip fog"
],
"author": "fe-dudu <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/fe-dudu/react-fog/issues"
},
"homepage": "https://github.com/fe-dudu/react-fog",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"typescript": "^5.4.5"
}
}