mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-07 08:56:32 +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": "yarn workspace @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-20230323085636-3110abb",
|
|
"@blocksuite/editor": "0.5.0-20230323085636-3110abb",
|
|
"@blocksuite/icons": "2.0.23",
|
|
"@blocksuite/store": "0.5.0-20230323085636-3110abb",
|
|
"@emotion/react": "^11.10.6",
|
|
"@emotion/styled": "^11.10.6",
|
|
"@tauri-apps/api": "^1.2.0",
|
|
"json-schema-to-typescript": "^12.0.0",
|
|
"lib0": "^0.2.69",
|
|
"next": "=13.2.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"y-protocols": "^1.0.5",
|
|
"yjs": "^13.5.50"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^1.2.3",
|
|
"@types/node": "^18.15.3",
|
|
"@types/react": "^18.0.28",
|
|
"@types/react-dom": "^18.0.11",
|
|
"esbuild": "^0.17.12",
|
|
"lit": "^2.6.1",
|
|
"prettier": "2.8.5",
|
|
"rimraf": "^4.4.0",
|
|
"typescript": "^5.0.2",
|
|
"typesync": "^0.10.0",
|
|
"vite": "^4.2.0",
|
|
"zx": "^7.2.1"
|
|
}
|
|
}
|