代码拉取完成,页面将自动刷新
{
"private": true,
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.tsx --fix . && stylelint --fix ./**/*.css",
"fmt": "prettier -l --write '**/*.{js,jsx,yml,yaml,json,css,ts,tsx,html,graphql,graphqls}'",
"check": "tsc -p web/src/app/tsconfig.json && tsc -p web/src/cypress/tsconfig.json",
"esbuild": "./web/src/esbuild.config.js",
"esbuild-cy": "./web/src/esbuild.cypress.js",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"jest": {
"transform": {
"^.+\\.(j|t)sx?$": "esbuild-jest"
},
"rootDir": "web/src"
},
"standard": {
"parser": "babel-eslint",
"env": [
"mocha"
],
"ignore": [
"web/src/cypress/example_tests/"
],
"globals": [
"Cypress",
"cy",
"expect",
"beforeAll",
"afterAll"
]
},
"devDependencies": {
"@apollo/client": "3.13.4",
"@babel/core": "7.28.4",
"@babel/plugin-transform-modules-commonjs": "7.27.1",
"@codemirror/commands": "6.8.1",
"@codemirror/language": "6.11.3",
"@codemirror/lint": "6.8.5",
"@codemirror/state": "6.5.2",
"@codemirror/view": "6.38.3",
"@dnd-kit/core": "6.3.1",
"@dnd-kit/sortable": "10.0.0",
"@dnd-kit/utilities": "3.2.2",
"@emotion/cache": "11.14.0",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.1",
"@eslint/compat": "1.4.0",
"@graphiql/react": "0.37.1",
"@lezer/generator": "1.8.0",
"@lezer/highlight": "1.2.1",
"@lezer/lr": "1.4.2",
"@material/material-color-utilities": "0.3.0",
"@mui/icons-material": "5.16.7",
"@mui/lab": "5.0.0-alpha.170",
"@mui/material": "5.16.7",
"@mui/styles": "5.16.7",
"@mui/system": "5.16.7",
"@mui/x-data-grid": "6.20.4",
"@playwright/test": "1.55.1",
"@storybook/addon-links": "9.1.8",
"@storybook/react-vite": "9.1.8",
"@storybook/test-runner": "0.23.0",
"@types/chance": "1.1.7",
"@types/diff": "7.0.1",
"@types/glob": "9.0.0",
"@types/jest": "30.0.0",
"@types/k6": "1.3.0",
"@types/lodash": "4.17.20",
"@types/luxon": "3.7.1",
"@types/node": "24.5.2",
"@types/prop-types": "15.7.15",
"@types/react": "18.3.1",
"@types/react-big-calendar": "1.16.3",
"@types/react-dom": "18.3.1",
"@types/react-transition-group": "4.4.12",
"@types/react-virtualized-auto-sizer": "1.0.8",
"@typescript-eslint/eslint-plugin": "8.44.1",
"@typescript-eslint/parser": "8.44.1",
"@uiw/codemirror-theme-vscode": "4.25.2",
"@uiw/react-codemirror": "4.25.2",
"@urql/exchange-retry": "1.3.1",
"bowser": "2.12.1",
"chance": "1.1.13",
"classnames": "2.5.1",
"cm6-graphql": "0.2.1",
"concurrently": "9.2.1",
"cypress": "14.2.0",
"cypress-real-events": "1.15.0",
"detect-package-manager": "3.0.2",
"diff": "7.0.0",
"esbuild": "0.25.10",
"esbuild-jest": "0.5.0",
"eslint": "9.36.0",
"eslint-config-prettier": "10.1.8",
"eslint-config-standard": "17.1.0",
"eslint-config-standard-jsx": "11.0.0",
"eslint-plugin-cypress": "4.2.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-n": "17.23.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-storybook": "9.1.8",
"fuse.js": "7.1.0",
"glob": "11.1.0",
"graphiql": "3.8.3",
"graphql": "16.11.0",
"jest": "30.1.3",
"lodash": "4.17.21",
"luxon": "3.7.2",
"mdast-util-find-and-replace": "3.0.2",
"mdi-material-ui": "7.9.4",
"monaco-editor": "0.53.0",
"monaco-graphql": "1.7.2",
"msw": "2.11.3",
"msw-storybook-addon": "2.0.5",
"prettier": "3.6.2",
"prettier-plugin-go-template": "0.0.15",
"prop-types": "15.8.1",
"punycode": "2.3.1",
"react": "18.3.1",
"react-big-calendar": "1.19.4",
"react-colorful": "5.6.1",
"react-countdown": "2.3.6",
"react-dom": "18.3.1",
"react-error-boundary": "5.0.0",
"react-ga4": "2.1.0",
"react-infinite-scroll-component": "6.1.0",
"react-markdown": "10.1.0",
"react-redux": "9.2.0",
"react-transition-group": "4.4.5",
"react-virtualized-auto-sizer": "1.0.26",
"recharts": "2.15.1",
"redux": "5.0.1",
"redux-devtools-extension": "2.13.9",
"redux-thunk": "3.1.0",
"remark-breaks": "4.0.0",
"remark-gfm": "4.0.1",
"semver": "7.7.2",
"serve": "14.2.5",
"storybook": "9.1.8",
"storybook-addon-mock": "6.0.1",
"stylelint": "16.24.0",
"stylelint-config-standard": "39.0.0",
"typescript": "5.9.2",
"urql": "4.2.2",
"vite": "6.4.1",
"wonka": "6.3.5",
"wouter": "3.7.1"
},
"msw": {
"workerDirectory": ".storybook/static"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。