mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-03 05:58:50 +03:00
88c8a408b5
feat: module resolve fix: logger repository fix: module resolve chore: add workflow for module resolve chore: update workflow env chore: update workflow install chore: update workflow env for npm token chore: test docker chore: update workflow env
21 lines
536 B
JSON
21 lines
536 B
JSON
{
|
|
"name": "pathfinder",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "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"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"prettier": "^2.7.1",
|
|
"eslint": "8.22.0",
|
|
"eslint-config-next": "12.3.1",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-prettier": "^4.2.1"
|
|
}
|
|
}
|