This commit is contained in:
2026-08-11 13:47:48 +08:00
parent f9ee6d1e04
commit 993909cef7
36 changed files with 1916 additions and 21 deletions
+11 -3
View File
@@ -1,13 +1,19 @@
{
"name": "ff",
"private": true,
"version": "0.7.2",
"version": "0.7.3",
"author": "www.fsdpf.com",
"type": "module",
"main": "./dist/index.js",
"exports": {
".": "./dist/index.js",
"./*": "./dist/*"
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./*": {
"types": "./dist/*.d.ts",
"default": "./dist/*.js"
}
},
"scripts": {
"start": "vite",
@@ -63,7 +69,9 @@
"react-router-dom": "6.21.2",
"react-use": "^17.6.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-dts": "^6.5.1",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^5.5.4",
"vite": "^5.2.0",
"vite-plugin-mock": "^3.0.2"
},