mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 04:29:29 +08:00
12 lines
No EOL
233 B
Text
12 lines
No EOL
233 B
Text
{
|
|
"type": "module",
|
|
"main": "index.cjs",
|
|
"module": "index.js",
|
|
"react-native": {
|
|
"./index.js": "./index.native.js"
|
|
},
|
|
"browser": {
|
|
"./index.js": "./index.browser.js",
|
|
"./index.cjs": "./index.browser.cjs"
|
|
}
|
|
} |