mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-22 18:42:48 +03:00
94 lines
3.1 KiB
JSON
94 lines
3.1 KiB
JSON
{
|
|
"name": "AFFiNE",
|
|
"version": "0.5.4-canary.11",
|
|
"private": true,
|
|
"author": "toeverything",
|
|
"license": "MPL-2.0",
|
|
"workspaces": [
|
|
"apps/*",
|
|
"packages/*",
|
|
"tests/fixtures",
|
|
"tests/kit"
|
|
],
|
|
"scripts": {
|
|
"dev": "dev-web",
|
|
"dev:ac": "API_SERVER_PROFILE=ac yarn workspace @affine/web dev",
|
|
"dev:local": "API_SERVER_PROFILE=local yarn workspace @affine/web dev",
|
|
"dev:app": "yarn workspace @affine/electron dev:app",
|
|
"build": "yarn workspace @affine/web build",
|
|
"build:client": "yarn workspace @affine/client-app build:app",
|
|
"build:storybook": "yarn workspace @affine/component build-storybook",
|
|
"bump:nightly": "./scripts/bump-blocksuite.sh",
|
|
"export": "yarn workspace @affine/web export",
|
|
"start": "yarn workspace @affine/web start",
|
|
"start:storybook": "yarn exec serve packages/component/storybook-static -l 6006",
|
|
"start:e2e": "yar dlx run-p start start:storybook",
|
|
"lint": "eslint . --ext .js,mjs,.ts,.tsx --cache",
|
|
"lint:fix": "yarn lint --fix",
|
|
"test": "playwright test",
|
|
"test:coverage": "COVERAGE=true yarn test --forbid-only",
|
|
"test:unit": "vitest --run",
|
|
"test:unit:ui": "vitest --ui",
|
|
"test:unit:coverage": "vitest run --coverage",
|
|
"postinstall": "husky install",
|
|
"notify": "node scripts/notify.mjs"
|
|
},
|
|
"lint-staged": {
|
|
"*": "prettier --write --ignore-unknown --cache",
|
|
"*.{ts,tsx,mjs,js,jsx}": "eslint --cache --fix"
|
|
},
|
|
"devDependencies": {
|
|
"@affine-test/kit": "workspace:*",
|
|
"@affine/cli": "workspace:*",
|
|
"@commitlint/cli": "^17.6.1",
|
|
"@commitlint/config-conventional": "^17.6.1",
|
|
"@faker-js/faker": "^7.6.0",
|
|
"@istanbuljs/schema": "^0.1.3",
|
|
"@perfsee/sdk": "^1.6.0",
|
|
"@playwright/test": "^1.32.3",
|
|
"@testing-library/react": "^14.0.0",
|
|
"@types/eslint": "^8.37.0",
|
|
"@types/node": "^18.16.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.59.1",
|
|
"@typescript-eslint/parser": "^5.59.1",
|
|
"@vanilla-extract/vite-plugin": "^3.8.0",
|
|
"@vitejs/plugin-react": "^4.0.0",
|
|
"@vitest/coverage-istanbul": "^0.30.1",
|
|
"@vitest/ui": "^0.30.1",
|
|
"eslint": "^8.39.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
"eslint-plugin-unused-imports": "^2.0.0",
|
|
"fake-indexeddb": "4.0.1",
|
|
"got": "^12.6.0",
|
|
"happy-dom": "^9.9.2",
|
|
"husky": "^8.0.3",
|
|
"lint-staged": "^13.2.1",
|
|
"msw": "^1.2.1",
|
|
"nanoid": "^4.0.2",
|
|
"nyc": "^15.1.0",
|
|
"prettier": "^2.8.8",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"serve": "^14.2.0",
|
|
"typescript": "^5.0.4",
|
|
"vite": "^4.3.1",
|
|
"vite-plugin-istanbul": "^4.0.1",
|
|
"vite-tsconfig-paths": "^4.2.0",
|
|
"vitest": "^0.30.1",
|
|
"vitest-fetch-mock": "^0.2.2",
|
|
"vitest-mock-extended": "^1.1.3"
|
|
},
|
|
"resolutions": {
|
|
"lit": "^2.7.2",
|
|
"idb": "^7.1.1",
|
|
"@emotion/cache": "^11.10.7"
|
|
},
|
|
"packageManager": "yarn@3.5.0",
|
|
"stableVersion": "0.5.4"
|
|
}
|