mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-11 22:18:54 +08:00
0c7b20dc18
#### PR Dependency Tree * **PR #15464** 👈 This tree was auto-generated by [Charcoal](https://github.com/danerwilliams/charcoal) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Replaced the project’s formatting and linting workflow with Oxfmt and Oxlint. * Added shared formatting and linting configuration, editor integration, and updated automated checks. * Updated generated files, scripts, and lint guidance to use the new tooling. * **Style** * Reformatted templates, source code, examples, and configuration files for consistent readability. * No user-facing functionality or rendering behavior changed. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
33 lines
788 B
JSON
33 lines
788 B
JSON
{
|
|
"name": "@affine/graphql",
|
|
"version": "0.27.0",
|
|
"description": "Autogenerated GraphQL client for affine.pro",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"module": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"sideEffects": false,
|
|
"devDependencies": {
|
|
"@graphql-codegen/cli": "^6.2.1",
|
|
"@graphql-codegen/typescript": "^5.0.9",
|
|
"@graphql-codegen/typescript-operations": "^5.0.9",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"oxfmt": "0.63.0",
|
|
"vitest": "^4.1.8"
|
|
},
|
|
"scripts": {
|
|
"build": "gql-gen --errors-only"
|
|
},
|
|
"dependencies": {
|
|
"@affine/debug": "workspace:*",
|
|
"@affine/error": "workspace:*",
|
|
"graphql": "^16.9.0",
|
|
"lodash": "^4.18.1",
|
|
"lodash-es": "^4.17.23"
|
|
}
|
|
}
|