mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-02 10:32:53 +03:00
28 lines
538 B
JSON
28 lines
538 B
JSON
{
|
|
"name": "@toeverything/theme",
|
|
"version": "0.5.4-canary.19",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build"
|
|
},
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"main": "dist/index.umd.cjs",
|
|
"module": "dist/index.js",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.umd.cjs"
|
|
}
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^4.3.3",
|
|
"vite-plugin-dts": "^2.3.0"
|
|
}
|
|
}
|