-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.28 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
{
"name": "@cicara/better-modal",
"version": "0.0.2-0",
"description": "a tool to help simplify antd modal state management",
"type": "module",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"dev": "vite",
"build": "tsc --project tsconfig.lib.json",
"prepublishOnly": "pnpm run build"
},
"keywords": [
"react",
"modal",
"antd",
"antd-modal"
],
"author": "hungtcs <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"antd": "^5.14.2",
"react": ">=18",
"react-dom": ">=18",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"vite-plugin-checker": "^0.6.4"
},
"peerDependencies": {
"react": ">=18"
},
"files": [
"dist/"
],
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/cicara/better-modal.git"
},
"bugs": {
"url": "https://github.com/cicara/better-modal/issues"
},
"homepage": "https://github.com/cicara/better-modal#readme",
"packageManager": "[email protected]+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab"
}