mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 07:04:04 -05:00
Port to vitest. Port everything to typescript. Remove chai, mocha and chai-as-promised. Adds some docs.
191 lines
6.2 KiB
JSON
191 lines
6.2 KiB
JSON
{
|
|
"name": "compiler-explorer",
|
|
"description": "Interactively investigate compiler output",
|
|
"type": "module",
|
|
"private": true,
|
|
"author": {
|
|
"name": "Matt Godbolt",
|
|
"email": "matt@godbolt.org",
|
|
"url": "https://xania.org"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "compiler-explorer/compiler-explorer"
|
|
},
|
|
"version": "0.0.3",
|
|
"engines": {
|
|
"node": ">=18.19.0"
|
|
},
|
|
"main": "./app.ts",
|
|
"dependencies": {
|
|
"@aws-sdk/client-dynamodb": "^3.525.0",
|
|
"@aws-sdk/client-ec2": "^3.525.1",
|
|
"@aws-sdk/client-s3": "^3.525.0",
|
|
"@aws-sdk/client-ssm": "^3.525.0",
|
|
"@aws-sdk/credential-providers": "^3.525.0",
|
|
"@flatten-js/interval-tree": "^1.1.2",
|
|
"@fortawesome/fontawesome-free": "^6.5.1",
|
|
"@orchidjs/sifter": "^1.0.3",
|
|
"@sentry/browser": "^7.104.0",
|
|
"@sentry/node": "^7.104.0",
|
|
"@types/morgan": "^1.9.9",
|
|
"big-integer": "^1.6.52",
|
|
"body-parser": "^1.20.2",
|
|
"bootstrap": "^4.6.2",
|
|
"buffer": "^6.0.3",
|
|
"chart.js": "^4.4.2",
|
|
"clipboard": "^2.0.11",
|
|
"compression": "^1.7.4",
|
|
"copy-webpack-plugin": "^12.0.2",
|
|
"cross-env": "^7.0.3",
|
|
"eslint-plugin-header": "^3.1.1",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"events": "^3.3.0",
|
|
"express": "^4.18.3",
|
|
"file-saver": "^2.0.5",
|
|
"fs-extra": "^11.2.0",
|
|
"golden-layout": "^1.5.9",
|
|
"http-proxy": "^1.18.1",
|
|
"husky": "^9.0.11",
|
|
"jquery": "^3.7.1",
|
|
"js-cookie": "^3.0.5",
|
|
"jszip": "^3.10.1",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"lru-cache": "^10.2.0",
|
|
"lz-string": "^1.5.0",
|
|
"monaco-editor": "^0.46.0",
|
|
"monaco-vim": "^0.4.1",
|
|
"morgan": "^1.10.0",
|
|
"node-targz": "^0.2.0",
|
|
"nopt": "^7.2.0",
|
|
"p-queue": "^8.0.1",
|
|
"path-browserify": "^1.0.1",
|
|
"popper.js": "^1.16.1",
|
|
"profanities": "^3.0.1",
|
|
"prom-client": "^15.1.0",
|
|
"pug": "^3.0.2",
|
|
"request": "^2.88.2",
|
|
"response-time": "^2.3.2",
|
|
"sanitize-filename": "^1.6.3",
|
|
"scroll-into-view-if-needed": "^3.1.0",
|
|
"semver": "^7.6.0",
|
|
"serve-favicon": "^2.5.0",
|
|
"shell-quote": "^1.8.1",
|
|
"systemd-socket": "0.0.0",
|
|
"tar-stream": "^3.1.7",
|
|
"temp": "^0.9.4",
|
|
"tom-select": "^2.3.1",
|
|
"tree-kill": "^1.2.2",
|
|
"triple-beam": "^1.4.1",
|
|
"ts-node": "^10.9.2",
|
|
"underscore": "^1.13.6",
|
|
"url-join": "^5.0.0",
|
|
"whatwg-fetch": "^3.6.20",
|
|
"which": "^4.0.0",
|
|
"winston": "^3.12.0",
|
|
"winston-loki": "^6.0.8",
|
|
"winston-papertrail": "^1.0.5",
|
|
"winston-transport": "^4.7.0",
|
|
"yaml": "^2.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@smithy/util-stream": "^2.1.3",
|
|
"@types/body-parser": "^1.19.5",
|
|
"@types/bootstrap": "^5.2.10",
|
|
"@types/express": "^4.17.21",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@types/http-proxy": "^1.17.14",
|
|
"@types/jquery": "^3.5.29",
|
|
"@types/js-cookie": "^3.0.6",
|
|
"@types/node-targz": "^0.2.4",
|
|
"@types/nopt": "^3.0.32",
|
|
"@types/request": "^2.48.12",
|
|
"@types/shell-quote": "^1.7.5",
|
|
"@types/temp": "^0.9.4",
|
|
"@types/underscore": "^1.11.15",
|
|
"@types/webpack-env": "^1.18.4",
|
|
"@typescript-eslint/eslint-plugin": "^7.1.1",
|
|
"@typescript-eslint/parser": "^7.1.1",
|
|
"@vitest/coverage-v8": "^1.3.1",
|
|
"approvals": "^6.2.4",
|
|
"aws-sdk-client-mock": "^3.0.1",
|
|
"c8": "^9.1.0",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"css-loader": "^6.10.0",
|
|
"css-minimizer-webpack-plugin": "^6.0.0",
|
|
"cypress": "^13.6.6",
|
|
"deep-equal-in-any-order": "^2.0.6",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-formatter-github": "^1.1.4",
|
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-jsdoc": "^48.2.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-requirejs": "^4.0.1",
|
|
"eslint-plugin-sonarjs": "^0.24.0",
|
|
"eslint-plugin-unicorn": "^51.0.1",
|
|
"eslint-plugin-unused-imports": "^3.1.0",
|
|
"file-loader": "^6.2.0",
|
|
"lint-staged": "^15.2.2",
|
|
"mini-css-extract-plugin": "^2.8.1",
|
|
"mock-fs": "^5.2.0",
|
|
"monaco-editor-webpack-plugin": "^7.1.0",
|
|
"nock": "^13.5.4",
|
|
"prettier": "^3.2.5",
|
|
"sass": "^1.71.1",
|
|
"sass-loader": "^14.1.1",
|
|
"sinon": "^17.0.1",
|
|
"source-map-loader": "^5.0.0",
|
|
"supertest": "^6.3.4",
|
|
"supervisor": "^0.12.0",
|
|
"terser-webpack-plugin": "^5.3.10",
|
|
"ts-loader": "^9.5.1",
|
|
"typescript": "^5.3.3",
|
|
"vitest": "^1.3.1",
|
|
"webpack": "^5.90.3",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-dev-middleware": "^7.0.0",
|
|
"webpack-manifest-plugin": "^5.0.0"
|
|
},
|
|
"mocha": {
|
|
"require": [
|
|
"test/_setup.js"
|
|
]
|
|
},
|
|
"c8": {
|
|
"reporter": [
|
|
"text",
|
|
"cobertura"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"ci-lint": "eslint --format github .",
|
|
"ci-test": "vitest run --coverage",
|
|
"cypress": "cypress run",
|
|
"lint": "eslint --max-warnings=0 . --fix",
|
|
"lint-check": "eslint --max-warnings=0 . && prettier --check .",
|
|
"lint-files": "eslint --max-warnings=0",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"test-min": "vitest run --exclude test/filter-tests.ts",
|
|
"fix": "npm run lint && npm run format && npm run ts-check",
|
|
"check": "npm run ts-check && npm run lint-check && npm run test-min -- --reporter min",
|
|
"dev": "cross-env NODE_ENV=DEV node --no-warnings=ExperimentalWarning --loader ts-node/esm app.ts",
|
|
"debugger": "cross-env NODE_ENV=DEV node --loader ts-node/esm --inspect-brk app.ts",
|
|
"debug": "cross-env NODE_ENV=DEV node --no-warnings=ExperimentalWarning --loader ts-node/esm app.ts --debug",
|
|
"start": "npm run webpack && cross-env NODE_ENV=LOCAL node --no-warnings=ExperimentalWarning --loader ts-node/esm app.ts",
|
|
"sentry": "npx -p @sentry/cli sentry-cli",
|
|
"update-browserslist": "npx browserslist@latest -- --update-db",
|
|
"prepare": "husky",
|
|
"format": "prettier --write .",
|
|
"format-files": "prettier --write --ignore-unknown",
|
|
"ts-compile": "tsc",
|
|
"ts-check": "tsc -p ./tsconfig.backend.json --noEmit && tsc -p ./tsconfig.frontend.json --noEmit && tsc -p ./tsconfig.tests.json --noEmit",
|
|
"webpack": "node --no-warnings=ExperimentalWarning --loader ts-node/esm ./node_modules/webpack-cli/bin/cli.js --node-env=production --config webpack.config.esm.ts"
|
|
},
|
|
"license": "BSD-2-Clause"
|
|
}
|