3 Star 16 Fork 3

Gitee 极速下载/graphql-editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/graphql-editor/graphql-editor
克隆/下载
package.json 2.86 KB
一键复制 编辑 原始数据 按行查看 历史
aexol 提交于 2024-08-15 21:53 +08:00 . file browser WIP
{
"name": "graphql-editor-monorepo",
"version": "5.5.10",
"private": false,
"license": "MIT",
"description": "Visual node editor for GraphQL",
"homepage": "https://graphqleditor.com",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"lint": "eslint \"./src/**/*.{ts,js}\" --quiet --fix && prettier --write \"./src/**/*.{ts,js}\" ",
"run-all": "npm run build --ws --if-present && concurrently \"npm run start -w graphql-editor-worker\" \"npm run start -w graphql-editor\" \"npm run start -w sandbox\" ",
"run-all-debug": "npm run build --ws --if-present && concurrently \"npm run start -w graphql-editor-worker\" \"npm run start -w graphql-editor\" \"npm run start -w sandbox\" \"firefox -start-debugger-server\" ",
"regenerate-icons": "npm run run -w svg-ts-sync -- ./svg ./packages/editor/src/icons",
"update-deps": "npm i graphql-js-tree@latest -w graphql-editor && npm i graphql-js-tree@latest -w graphql-editor-worker",
"patchVersion": "npm version patch --ws --save",
"socket": "npm run start -w socket-live-test"
},
"resolutions": {
"@types/react": "^16.9.11"
},
"repository": {
"type": "git",
"url": "https://github.com/graphql-editor/graphql-editor.git"
},
"bugs": {
"url": "https://github.com/graphql-editor/graphql-editor.git"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@monaco-editor/react": "^4.5.2",
"@types/classnames": "^2.3.0",
"@types/faker": "^5.5.8",
"@types/file-saver": "^2.0.5",
"@types/graphql": "^14.5.0",
"@types/history": "4.7.9",
"@types/jest": "^27.0.1",
"@types/node": "^16.9.2",
"@types/query-string": "^6.2.0",
"@types/react": "^18.0.38",
"@types/react-dom": "^18.0.11",
"@types/remarkable": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"bddx": "^0.1.6",
"concurrently": "^7.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.22.0",
"husky": "^7.0.2",
"jest": "^27.2.0",
"monaco-editor": "^0.43.0",
"prettier": "^2.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-jest": "^27.0.5",
"ttypescript": "^1.5.12",
"typescript": "^4.8.4",
"typescript-transform-paths": "^3.3.1"
},
"dependencies": {
"@aexol-studio/styling-system": "^0.2.26",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@qix/elkjs-patched": "^0.8.0-patch3",
"unstated-next": "^1.1.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"workspaces": {
"packages": [
"./packages/editor-worker",
"./packages/editor",
"./packages/svg-ts-sync",
"./packages/sandbox",
"./packages/socket-live-test"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/mirrors/graphql-editor.git
git@gitee.com:mirrors/graphql-editor.git
mirrors
graphql-editor
graphql-editor
master

搜索帮助