-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
117 lines (117 loc) · 3.41 KB
/
package.json
File metadata and controls
117 lines (117 loc) · 3.41 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "@caps.dev/easy-components",
"version": "1.0.4",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/main/index.js"
},
"./base": {
"types": "./dist/base/index.d.ts",
"import": "./dist/base/index.js"
},
"./pro": {
"types": "./dist/pro/index.d.ts",
"import": "./dist/pro/index.js"
},
"./hooks": {
"types": "./dist/hooks/index.d.ts",
"import": "./dist/hooks/index.js"
},
"./config": {
"types": "./dist/config/index.d.ts"
}
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"next": "next dev"
},
"dependencies": {
"@caps.dev/react-intl": "^6.5.5-1",
"@ctrl/tinycolor": "^4.0.2",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@emotion/cache": "^11.11.0",
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.18",
"@mui/lab": "^5.0.0-alpha.153",
"@mui/material": "^5.14.18",
"@rc-component/portal": "^1.1.2",
"@types/lodash.merge": "^4.6.9",
"@types/lodash.tonumber": "^4.0.9",
"@types/stylis": "^4.2.3",
"@umijs/use-params": "^1.0.9",
"classnames": "^2.3.2",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.10",
"fast-deep-equal": "^3.1.3",
"js-sha256": "^0.10.1",
"lodash.merge": "^4.6.2",
"lodash.tonumber": "^4.0.3",
"next": "^14.0.3",
"notistack": "^3.0.1",
"omit.js": "^2.0.2",
"path-to-regexp": "^6.2.1",
"rc-checkbox": "^3.1.0",
"rc-collapse": "^3.7.1",
"rc-dialog": "^9.3.4",
"rc-field-form": "^1.40.0",
"rc-input": "^1.3.6",
"rc-input-number": "^8.5.0",
"rc-menu": "^9.12.2",
"rc-motion": "^2.9.0",
"rc-overflow": "^1.3.2",
"rc-pagination": "^3.7.0",
"rc-picker": "^3.14.6",
"rc-progress": "^3.5.1",
"rc-resize-observer": "^1.4.0",
"rc-select": "^14.10.0",
"rc-steps": "^6.0.1",
"rc-switch": "^4.1.0",
"rc-table": "^7.36.0",
"rc-tabs": "^12.13.1",
"rc-textarea": "^1.5.3",
"rc-tooltip": "^6.1.2",
"rc-tree": "^5.8.2",
"rc-util": "^5.38.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"safe-stable-stringify": "^2.4.3",
"scroll-into-view-if-needed": "^3.1.0",
"stylis": "^4.3.0",
"swr": "^2.2.4",
"vite-tsconfig-paths": "^4.2.1"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-interactions": "^7.5.3",
"@storybook/addon-links": "^7.5.3",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.5.3",
"@storybook/react": "^7.5.3",
"@storybook/react-vite": "^7.5.3",
"@storybook/testing-library": "^0.2.2",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-react": "^4.2.0",
"eslint": "^8.53.0",
"eslint-config-next": "^14.0.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"eslint-plugin-storybook": "^0.6.15",
"storybook": "^7.5.3",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"vite-plugin-dts": "^3.6.3"
}
}