-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.11 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
{
"name": "@marherb-work/m-bob-components",
"version": "0.0.5",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/marherb/m-bob-components"
},
"homepage": "https://marherb.github.io/m-bob-components/",
"files": [
"lib",
"README.md",
"LICENSE",
"package.json"
],
"keywords": [
"bobchain",
"components",
"antd",
"react",
"vite"
],
"main": "./lib/m-bob-components.umd.js",
"module": "./lib/m-bob-components.js",
"typings": "./lib/m-bob-components.d.ts",
"style": "./lib/style.css",
"exports": {
".": {
"import": "./lib/m-bob-components.js",
"require": "./lib/m-bob-components.umd.js"
}
},
"scripts": {
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"cosmos": "cosmos",
"cosmos-export": "cosmos-export",
"preview": "vite preview --config vite.cosmos.ts",
"dev": "vite",
"build": "tsc && vite build"
},
"peerDependencies": {
"@ant-design/icons": "^5.3.6",
"antd": "^5.17.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.2.0"
},
"dependencies": {
"ahooks": "^3.7.11"
},
"devDependencies": {
"@ant-design/icons": "^5.3.6",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"antd": "^5.17.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"react": "^18.2.0",
"react-cosmos": "^6.1.1",
"react-cosmos-plugin-vite": "^6.1.1",
"react-dom": "^18.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.76.0",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vite-plugin-dts": "^3.9.0"
}
}