|
6 | 6 | "license": "AGPL-3.0-only",
|
7 | 7 | "private": true,
|
8 | 8 | "scripts": {
|
9 |
| - "test": "jest", |
10 | 9 | "type-check": "tsc -p tsconfig.json --noEmit",
|
11 | 10 | "build": "NODE_ENV=production webpack --progress --config scripts/webpack/webpack.prod.js",
|
12 | 11 | "backend:dev": "make build run 'PARAMS=--config.file ./cmd/pyroscope/pyroscope.yaml'",
|
13 |
| - "cy": "cypress", |
14 | 12 | "lint": "eslint . --ext .js,.tsx,.ts --cache",
|
15 | 13 | "lint:fix": "yarn lint --fix",
|
16 | 14 | "format": "prettier --check .",
|
|
36 | 34 | "@types/lodash.debounce": "^4.0.6",
|
37 | 35 | "@types/lodash.groupby": "^4.6.7",
|
38 | 36 | "@types/lodash.map": "^4.6.13",
|
39 |
| - "@types/mocha": "^10.0.1", |
40 | 37 | "@types/prismjs": "^1.26.0",
|
41 | 38 | "@types/react": "^18.0.0",
|
42 | 39 | "@types/react-copy-to-clipboard": "^5.0.2",
|
|
51 | 48 | "clean-webpack-plugin": "^3.0.0",
|
52 | 49 | "conventional-changelog-cli": "^2.1.1",
|
53 | 50 | "copy-webpack-plugin": "^11.0.0",
|
54 |
| - "cypress": "14.5.3", |
55 | 51 | "esbuild-loader": "^3.0.1",
|
56 | 52 | "eslint": "^8.40.0",
|
57 | 53 | "eslint-config-airbnb": "18.2.1",
|
|
60 | 56 | "eslint-import-resolver-lerna": "^2.0.0",
|
61 | 57 | "eslint-import-resolver-typescript": "^3.5.5",
|
62 | 58 | "eslint-plugin-css-modules": "^2.11.0",
|
63 |
| - "eslint-plugin-cypress": "^2.12.1", |
64 | 59 | "eslint-plugin-import": "^2.27.5",
|
65 |
| - "eslint-plugin-jest": "^25.3.4", |
66 | 60 | "eslint-plugin-jsdoc": "^44.2.2",
|
67 | 61 | "eslint-plugin-jsx-a11y": "^6.4.1",
|
68 | 62 | "eslint-plugin-prettier": "^3.3.1",
|
|
0 commit comments