mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.1.0 to 26.1.1. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v26.1.0...v26.1.1) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
76 lines
2.5 KiB
JSON
76 lines
2.5 KiB
JSON
{
|
|
"name": "coder-v2",
|
|
"description": "Coder V2 (Workspaces V2)",
|
|
"repository": "https://github.com/coder/coder",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "NODE_ENV=production next build",
|
|
"build:dev": "next build",
|
|
"dev": "ts-node dev.ts",
|
|
"export": "next export",
|
|
"format:check": "prettier --check '**/*.{css,html,js,json,jsx,md,ts,tsx,yaml,yml}'",
|
|
"format:write": "prettier --write '**/*.{css,html,js,json,jsx,md,ts,tsx,yaml,yml}' && sql-formatter -l postgresql ./database/query.sql -o ./database/query.sql",
|
|
"lint": "jest --selectProjects lint",
|
|
"lint:fix": "FIX=true yarn lint",
|
|
"storybook": "start-storybook -p 6006 -s ./static",
|
|
"storybook:build": "build-storybook",
|
|
"test": "jest --selectProjects test",
|
|
"test:coverage": "jest --selectProjects test --collectCoverage"
|
|
},
|
|
"devDependencies": {
|
|
"@material-ui/core": "4.9.4",
|
|
"@material-ui/icons": "4.5.1",
|
|
"@material-ui/lab": "4.0.0-alpha.42",
|
|
"@react-theming/storybook-addon": "1.1.5",
|
|
"@storybook/addon-actions": "6.4.19",
|
|
"@storybook/addon-essentials": "6.4.19",
|
|
"@storybook/addon-links": "6.4.19",
|
|
"@storybook/react": "6.4.19",
|
|
"@testing-library/react": "12.1.3",
|
|
"@types/express": "4.17.13",
|
|
"@types/jest": "27.4.0",
|
|
"@types/node": "14.18.12",
|
|
"@types/react": "17.0.39",
|
|
"@types/react-dom": "17.0.11",
|
|
"@types/superagent": "4.1.15",
|
|
"@typescript-eslint/eslint-plugin": "4.33.0",
|
|
"@typescript-eslint/parser": "4.33.0",
|
|
"eslint": "7.32.0",
|
|
"eslint-config-prettier": "8.3.0",
|
|
"eslint-import-resolver-alias": "1.1.2",
|
|
"eslint-import-resolver-typescript": "2.5.0",
|
|
"eslint-plugin-compat": "4.0.2",
|
|
"eslint-plugin-import": "2.25.4",
|
|
"eslint-plugin-jest": "26.1.1",
|
|
"eslint-plugin-jsx-a11y": "6.5.1",
|
|
"eslint-plugin-no-storage": "1.0.2",
|
|
"eslint-plugin-react": "7.28.0",
|
|
"eslint-plugin-react-hooks": "4.3.0",
|
|
"express": "4.17.2",
|
|
"formik": "2.2.9",
|
|
"http-proxy-middleware": "2.0.3",
|
|
"jest": "27.5.1",
|
|
"jest-junit": "13.0.0",
|
|
"jest-runner-eslint": "1.0.0",
|
|
"next": "12.0.10",
|
|
"next-router-mock": "^0.6.5",
|
|
"prettier": "2.5.1",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"sql-formatter": "^4.0.2",
|
|
"swr": "1.2.1",
|
|
"ts-jest": "27.1.3",
|
|
"ts-loader": "9.2.6",
|
|
"ts-node": "10.5.0",
|
|
"typescript": "4.5.5",
|
|
"yup": "0.32.11"
|
|
},
|
|
"dependencies": {},
|
|
"browserslist": [
|
|
"chrome 66",
|
|
"firefox 63",
|
|
"edge 79",
|
|
"safari 13.1"
|
|
]
|
|
}
|