forked from ant-design/ant-design-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
165 lines (164 loc) · 4.71 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
157
158
159
160
161
162
163
164
{
"name": "antd-mobile-modern",
"version": "5.36.0",
"description": "Essential UI blocks for building mobile web apps. (for Chrome 86+)",
"homepage": "https://github.com/ant-design/ant-design-mobile#readme",
"bugs": {
"url": "https://github.com/ant-design/ant-design-mobile/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ant-design/ant-design-mobile.git",
"branch": "master",
"platform": "github"
},
"funding": "https://github.com/sponsors/guoyunhe",
"license": "MIT",
"sideEffects": [
"**/*.css",
"**/*.less",
"./dist/index.js",
"./src/index.ts",
"./dist/global/index.js",
"./src/global/index.ts"
],
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"scripts": {
"build": "rive build",
"build-doc": "dumi build && echo '!.*' > dist/.surgeignore",
"build:watch": "rive build --watch",
"postinstall": "husky install",
"lint": "rive lint",
"lint:fix": "rive lint --fix",
"package-diff": "antd-tools run package-diff --path=./lib",
"prepare": "husky install",
"pub": "npm run package-diff && npm publish ./lib",
"pub:alpha": "npm publish ./lib --tag alpha",
"pub:dev": "npm publish ./lib --tag dev",
"size-limit": "size-limit",
"size-limit:ci": "size-limit --json",
"start": "rive start",
"test": "rive test",
"test-with-coverage": "jest --coverage",
"test:ui": "rive test --ui",
"test:watch": "rive test --watch"
},
"prettier": "prettier-config-rive",
"eslintConfig": {
"extends": "eslint-config-rive/react"
},
"stylelint": {
"extends": "stylelint-config-rive"
},
"resolutions": {
"@types/react": "18",
"@types/react-dom": "18"
},
"dependencies": {
"@floating-ui/dom": "^1.4.2",
"@react-spring/web": "~9.6.1",
"@use-gesture/react": "10.3.0",
"ahooks": "^3.7.6",
"antd-mobile-icons": "^0.3.0",
"antd-mobile-v5-count": "^1.0.1",
"classnames": "^2.3.2",
"dayjs": "^1.11.7",
"deepmerge": "^4.3.1",
"nano-memoize": "^3.0.16",
"rc-field-form-modern": "^2.0.0",
"rc-mini-decimal-modern": "^1.1.0",
"rc-util-modern": "^5.38.1",
"react-fast-compare": "^3.2.2",
"react-is": "^18.2.0",
"runes2": "^1.1.2",
"staged-components": "^1.1.3",
"tslib": "^2.5.0",
"use-sync-external-store": "^1.2.0"
},
"devDependencies": {
"@ant-design/icons": "^4.8.0",
"@ant-design/tools": "^16.0.0-alpha.3",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^17.6.1",
"@docsearch/react": "^3.3.3",
"@mdx-js/react": "^3.0.1",
"@react-spring/core": "~9.6.1",
"@size-limit/preset-big-lib": "^11.1.0",
"@statoscope/webpack-plugin": "^5.26.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^15.0.0",
"@testing-library/user-event": "^14.0.0",
"@types/big.js": "^6.1.6",
"@types/jest-axe": "3.5.4",
"@types/lodash": "^4.14.194",
"@types/node": "^20.12.10",
"@types/react": "^18.3.1",
"@types/react-beautiful-dnd": "^13.1.4",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.6",
"@types/react-is": "^17.0.3",
"@types/react-virtualized": "^9.21.21",
"@types/resize-observer-browser": "^0.1.7",
"@types/testing-library__jest-dom": "^5.14.5",
"@types/use-sync-external-store": "^0.0.3",
"@use-gesture/core": "10.2.20",
"antd": "^4.24.9",
"csstype": "^3.1.2",
"del": "^6.1.1",
"husky": "^8.0.3",
"lint-staged": "^15.2.2",
"lodash": "^4.17.21",
"lorem-ipsum": "^2.0.8",
"lz-string": "^1.5.0",
"mockdate": "^3.0.5",
"prism-react-renderer": "^1.3.5",
"prismjs": "^1.29.0",
"qrcode.react": "^3.1.0",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-doc-ui": "^2.2.6",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-lottie": "^1.2.3",
"react-test-renderer": "^18.2.0",
"react-virtualized": "^9.22.5",
"rive": "^2.0.33",
"size-limit": "^11.1.0",
"style-loader": "^3.3.2",
"stylelint": "^16.3.1",
"stylelint-config-ali": "^2.1.0",
"stylelint-prettier": "^5.0.0",
"through2": "^4.0.2",
"ts-node": "^10.9.1",
"typescript": "^5.4.5",
"whatwg-fetch": "^3.0.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"GravityCDN": "./umd/antd-mobile.js",
"rive": {
"template": "react",
"doc": {
"disabled": true
}
},
"size-limit": [
{
"path": "./lib/bundle/antd-mobile.es.js",
"limit": "200 kB"
}
]
}