mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 12:51:55 +00:00
* reapply "switch from jest to vitest for faster, simpler tests (https://github.com/sourcegraph/sourcegraph/pull/57886)" This was reverted in https://github.com/sourcegraph/sourcegraph/pull/58116 due to an issue with the browser tests. * include fetch-mock * fix flakiness * rm mock that did not work in experimentalVmThreads * fix * timeout * fixup --------- Co-authored-by: William Bezuidenhout <william.bezuidenhout@sourcegraph.com>
30 lines
726 B
JSON
30 lines
726 B
JSON
{
|
|
"private": true,
|
|
"name": "@sourcegraph/build-config",
|
|
"version": "0.0.1",
|
|
"description": "Sourcegraph Build configuration",
|
|
"main": "./src/index.ts",
|
|
"sideEffects": false,
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"lint:js": "eslint --cache 'src/**/*.[jt]s?(x)'",
|
|
"test": "echo no tests"
|
|
},
|
|
"devDependencies": {
|
|
"@types/sass": "1.16.1"
|
|
},
|
|
"dependencies": {
|
|
"buffer": "^6.0.3",
|
|
"enhanced-resolve": "^5.9.3",
|
|
"esbuild": "^0.17.7",
|
|
"monaco-editor-webpack-plugin": "^3.1.0",
|
|
"postcss": "^8.4.19",
|
|
"postcss-cli": "^10.1.0",
|
|
"postcss-modules": "^6.0.0",
|
|
"process": "^0.11.10",
|
|
"sass": "^1.32.4",
|
|
"signale": "^1.4.0",
|
|
"typed-scss-modules": "^4.1.1"
|
|
}
|
|
}
|