mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 20:11:43 +03:00
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "@affine/client-app",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"license": "MPL-2.0",
|
|
"module": "true",
|
|
"scripts": {
|
|
"dev:app": "NODE_ENV=development tauri dev",
|
|
"dev:web": "pnpm --filter @affine/app dev",
|
|
"build:rs-types": "zx scripts/generateTsTypingsFromJsonSchema.mjs",
|
|
"build:affine": "zx scripts/buildAffine.mjs",
|
|
"build:preload": "esbuild src/preload/index.ts --outdir=public/preload",
|
|
"build:app": "tauri build"
|
|
},
|
|
"dependencies": {
|
|
"@blocksuite/blocks": "0.5.0-20230310095333-5202fb9",
|
|
"@blocksuite/editor": "0.5.0-20230310095333-5202fb9",
|
|
"@blocksuite/icons": "2.0.17",
|
|
"@blocksuite/store": "0.5.0-20230310095333-5202fb9",
|
|
"@emotion/react": "^11.10.6",
|
|
"@emotion/styled": "^11.10.6",
|
|
"@tauri-apps/api": "^1.2.0",
|
|
"json-schema-to-typescript": "^11.0.5",
|
|
"lib0": "^0.2.63",
|
|
"next": "13.1.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"y-protocols": "^1.0.5",
|
|
"yjs": "^13.5.48"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^1.2.3",
|
|
"@types/node": "^18.14.4",
|
|
"@types/react": "^18.0.28",
|
|
"@types/react-dom": "^18.0.11",
|
|
"esbuild": "^0.17.8",
|
|
"lit": "^2.6.1",
|
|
"prettier": "2.8.4",
|
|
"rimraf": "^4.1.3",
|
|
"typescript": "^4.9.5",
|
|
"typesync": "^0.10.0",
|
|
"vite": "^4.1.4",
|
|
"zx": "^7.2.0"
|
|
}
|
|
}
|