mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-17 02:32:09 +03:00
332cd3b380
This pr is trying to split `web` and `electron` entries from `core`. It allows more platform-related optimization to be addressed in each entry. We should remove all browser/electron only codes from `core` eventually, this is the very first step for that.
19 lines
404 B
JSON
19 lines
404 B
JSON
{
|
|
"name": "@affine/templates",
|
|
"private": true,
|
|
"sideEffect": false,
|
|
"version": "0.14.0",
|
|
"scripts": {
|
|
"postinstall": "node ./build.mjs && node ./build-edgeless.mjs"
|
|
},
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./templates.gen.ts",
|
|
"./edgeless": "./edgeless-templates.gen.ts",
|
|
"./build-edgeless": "./build-edgeless.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"jszip": "^3.10.1"
|
|
}
|
|
}
|