1 | {
|
2 | "name": "antd-mobile",
|
3 | "version": "5.37.1",
|
4 | "homepage": "https://github.com/ant-design/ant-design-mobile#readme",
|
5 | "bugs": {
|
6 | "url": "https://github.com/ant-design/ant-design-mobile/issues"
|
7 | },
|
8 | "repository": {
|
9 | "type": "git",
|
10 | "url": "git+https://github.com/ant-design/ant-design-mobile.git",
|
11 | "branch": "master",
|
12 | "platform": "github"
|
13 | },
|
14 | "license": "MIT",
|
15 | "sideEffects": [
|
16 | "**/*.css",
|
17 | "**/*.less",
|
18 | "./es/index.js",
|
19 | "./src/index.ts",
|
20 | "./es/global/index.js",
|
21 | "./src/global/index.ts"
|
22 | ],
|
23 | "main": "./cjs/index.js",
|
24 | "unpkg": "./umd/antd-mobile.js",
|
25 | "module": "./es/index.js",
|
26 | "types": "./es/index.d.ts",
|
27 | "typings": "./es/index.d.ts",
|
28 | "lint-staged": {
|
29 | "*.{cjs,cts,js,jsx,mjs,mts,ts,tsx,vue}": "eslint --fix",
|
30 | "*.{cjs,css,cts,html,js,json,jsx,less,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}": "prettier --write",
|
31 | "*.{css,less,scss}": "stylelint --fix"
|
32 | },
|
33 | "dependencies": {
|
34 | "@floating-ui/dom": "^1.4.2",
|
35 | "@rc-component/mini-decimal": "^1.1.0",
|
36 | "@react-spring/web": "~9.6.1",
|
37 | "@use-gesture/react": "10.3.0",
|
38 | "ahooks": "^3.7.6",
|
39 | "antd-mobile-icons": "^0.3.0",
|
40 | "antd-mobile-v5-count": "^1.0.1",
|
41 | "classnames": "^2.3.2",
|
42 | "dayjs": "^1.11.7",
|
43 | "deepmerge": "^4.3.1",
|
44 | "nano-memoize": "^3.0.16",
|
45 | "rc-field-form": "~1.27.4",
|
46 | "rc-util": "^5.38.1",
|
47 | "react-fast-compare": "^3.2.2",
|
48 | "react-is": "^18.2.0",
|
49 | "runes2": "^1.1.2",
|
50 | "staged-components": "^1.1.3",
|
51 | "tslib": "^2.5.0",
|
52 | "use-sync-external-store": "^1.2.0"
|
53 | },
|
54 | "peerDependencies": {
|
55 | "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
56 | "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
57 | },
|
58 | "GravityCDN": "./umd/antd-mobile.js",
|
59 | "size-limit": [
|
60 | {
|
61 | "path": "./lib/bundle/antd-mobile.es.js",
|
62 | "limit": "200 kB"
|
63 | }
|
64 | ]
|
65 | } |
\ | No newline at end of file |