-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
156 lines (156 loc) · 4.17 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
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"name": "antd-toolkit",
"version": "1.3.20",
"private": false,
"type": "module",
"main": "dist/main/index.js",
"module": "dist/main/index.js",
"types": "./dist/main/types/index.d.ts",
"files": [
"dist"
],
"author": "j7-dev",
"keywords": [
"antd",
"components",
"hooks"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/j7-dev/antd-toolkit"
},
"bugs": {
"url": "https://github.com/j7-dev/antd-toolkit/issues"
},
"homepage": "https://github.com/j7-dev/antd-toolkit#readme",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives",
"lint:fix": "eslint . --ext ts,tsx --report-unused-disable-directives --fix",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "cross-env BUILD_ENV=storybook storybook build",
"publish:npm": "yarn build && yarn publish && git push"
},
"dependencies": {
"@blocknote/core": "^0.17.1",
"@blocknote/mantine": "^0.17.1",
"@blocknote/react": "^0.17.1",
"@refinedev/antd": "^5.43.1",
"@refinedev/core": "^4.55.0",
"antd": "^5.23.1",
"antd-img-crop": "^4.23.0",
"axios": "^1.7.7",
"canvas-confetti": "^1.9.3",
"clsx": "^2.1.1",
"currency-symbol-map": "^5.1.0",
"jotai": "^2.11.0",
"lodash-es": "^4.17.21",
"nanoid": "^5.0.8",
"query-string": "^9.1.1",
"react-countdown": "^2.3.6",
"react-highlight-words": "^0.20.0",
"storybook": "^8.1.11",
"tailwind-merge": "^2.5.4"
},
"devDependencies": {
"@etchteam/storybook-addon-status": "^5.0.0",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-typescript": "^11.1.6",
"@storybook/addon-essentials": "^8.1.11",
"@storybook/addon-interactions": "^8.1.11",
"@storybook/addon-links": "^8.1.11",
"@storybook/addon-onboarding": "^8.1.11",
"@storybook/addon-themes": "^8.1.11",
"@storybook/blocks": "^8.1.11",
"@storybook/react": "^8.1.11",
"@storybook/react-vite": "^8.1.11",
"@storybook/testing-library": "^0.2.2",
"@types/lodash-es": "^4.17.12",
"@types/node": "17.0.35",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@types/react-highlight-words": "^0.20.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"cross-env": "^7.0.3",
"eslint": "8.45.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"eslint-plugin-storybook": "^0.8.0",
"glob": "^10.4.3",
"postcss": "^8.4.39",
"postcss-import": "^16.1.0",
"postcss-nesting": "^12.1.5",
"prettier": "^3.3.2",
"prettier-eslint": "^16.3.0",
"prettier-eslint-cli": "^8.0.1",
"prettier-plugin-multiline-arrays": "^3.0.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "6.27.0",
"rollup-plugin-typescript-paths": "^1.5.0",
"sass": "^1.77.6",
"sass-loader": "^14.2.1",
"storybook-addon-jotai": "^0.0.6",
"tailwindcss": "^3.4.4",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"unplugin-vue-components": "^0.27.2",
"vite": "^5.3.3",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-lib-inject-css": "^2.1.1",
"vite-tsconfig-paths": "^4.3.2",
"yarn-upgrade-all": "^0.7.2"
},
"packageManager": "yarn@1.22.19",
"peerDependencies": {
"@refinedev/antd": "^5.43.1",
"@refinedev/core": "^4.55.0",
"antd": "^5.23.1",
"antd-img-crop": "^4.23.0",
"axios": "^1.7.7",
"canvas-confetti": "^1.9.3",
"currency-symbol-map": "^5.1.0",
"jotai": "^2.11.0",
"lodash-es": "^4.17.21",
"nanoid": "^5.0.8",
"query-string": "^9.1.1",
"storybook": "^8.1.11"
},
"sideEffects": [
"**/*.css"
],
"yarn-upgrade-all": {
"ignore": [
"@types/node",
"@types/react",
"@types/react-dom",
"eslint"
]
},
"exports": {
".": {
"import": "./dist/main/index.js",
"types": "./dist/main/types/index.d.ts"
},
"./wp": {
"import": "./dist/wp/index.js",
"types": "./dist/wp/types/index.d.ts"
},
"./refine": {
"import": "./dist/refine/index.js",
"types": "./dist/refine/types/index.d.ts"
}
},
"resolutions": {
"prosemirror-model": "1.24.1"
}
}