refactor: setup files (#8201)

This commit is contained in:
forehalo
2024-09-13 07:27:07 +00:00
parent 3c7cf658c5
commit c76b4d70b0
47 changed files with 155 additions and 139 deletions
+4 -1
View File
@@ -4,7 +4,8 @@
"private": true,
"version": "0.16.0",
"exports": {
"./*": "./src/*"
"./*": "./src/*",
"./bootstrap": "./src/bootstrap/index.ts"
},
"dependencies": {
"@affine-test/fixtures": "workspace:*",
@@ -52,6 +53,7 @@
"bytes": "^3.1.2",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"core-js": "^3.36.1",
"css-spring": "^4.1.0",
"dayjs": "^1.11.10",
"file-type": "^19.1.0",
@@ -65,6 +67,7 @@
"idb": "^8.0.0",
"idb-keyval": "^6.2.1",
"image-blob-reduce": "^4.1.0",
"intl-segmenter-polyfill-rs": "^0.1.7",
"is-svg": "^5.0.0",
"jotai": "^2.8.0",
"jotai-devtools": "^0.10.0",