mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 17:46:18 +08:00
5870a6097a
* Chore/unit test (#538) * chore: add unit test * chore: add github action for unit test * feat: init firebase * chore: add development secrets * fix: rename auth -> data-services * feat: update blocksuite 0.3.0-alpha.4 (#543) * feat: add requests * feat: optimize swr cache * feat: add Authorization * feat: add confirm-invitation page * feat: add account sdk api and proxy * docs: update contributing (#550) * docs: update contributing * Update CONTRIBUTING.md * Update CONTRIBUTING.md Co-authored-by: ShortCipher5 <me@shortcipher.me> * feat: update api * feat: remove babelrc setting * feat: add create workspace ui * feat: choose workspaces * feat: login modal * feat: authorization api * feat: login status * fix: remove unused variables * feat: login button * fix: lint * fix: workspace id * fix: i18n type error Co-authored-by: MingLiang Wang <mingliangwang0o0@gmail.com> Co-authored-by: ShortCipher5 <me@shortcipher.me>
28 lines
788 B
JSON
28 lines
788 B
JSON
{
|
|
"name": "pathfinder",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "pnpm --filter=!@pathfinder/app build && pnpm --filter @pathfinder/app dev",
|
|
"build": "pnpm -r build",
|
|
"export": "pnpm --filter @pathfinder/app export",
|
|
"start": "pnpm --filter @pathfinder/app start",
|
|
"lint": "pnpm --filter @pathfinder/app lint",
|
|
"test:e2e": "playwright test",
|
|
"test:unit": "jest"
|
|
},
|
|
"devDependencies": {
|
|
"@jest/globals": "^29.3.1",
|
|
"@playwright/test": "^1.28.1",
|
|
"@types/node": "18.7.18",
|
|
"eslint": "8.22.0",
|
|
"eslint-config-next": "12.3.1",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"jest": "^29.3.1",
|
|
"prettier": "^2.7.1",
|
|
"ts-jest": "^29.0.3",
|
|
"typescript": "^4.9.3"
|
|
}
|
|
}
|