aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/design-system/package.json
blob: cf7cb0ad226b51d5858685ba275e9c6d994d1061 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
  "name": "design-system",
  "version": "1.0.0",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "format": "prettier --write --list-different \"src/**/*.{ts,tsx}\"",
    "format-check": "prettier --check \"src/**/*.{ts,tsx}\"",
    "build": "yarn lint && yarn ts-check && vite build",
    "build:no-checks": "vite build",
    "build-release": "yarn install --immutable && yarn build",
    "lint": "eslint --ext js,ts,tsx,snap src",
    "lint-report-ci": "yarn install --immutable && eslint --ext js,ts,tsx -f json -o eslint-report/eslint-report.json src  || yarn lint",
    "test": "jest --workerIdleMemoryLimit=1G",
    "test-ci": "NODE_OPTIONS=\"-r dd-trace/ci/init\" jest --coverage --maxWorkers=5 --workerIdleMemoryLimit=2G --ci",
    "ts-check": "tsc --noEmit",
    "validate-ci": "yarn install --immutable && yarn ts-check && yarn format-check && yarn test-ci"
  },
  "devDependencies": {
    "@babel/core": "7.25.2",
    "@babel/plugin-transform-react-jsx": "7.25.2",
    "@babel/preset-env": "7.25.4",
    "@babel/preset-typescript": "7.24.7",
    "@emotion/babel-plugin": "11.12.0",
    "@emotion/babel-plugin-jsx-pragmatic": "0.3.0",
    "@sonarsource/echoes-react": "0.9.0",
    "@testing-library/dom": "10.4.0",
    "@testing-library/jest-dom": "6.5.0",
    "@testing-library/react": "16.0.1",
    "@testing-library/user-event": "14.5.2",
    "@types/d3-array": "3.2.1",
    "@types/d3-hierarchy": "3.1.7",
    "@types/d3-shape": "3.1.6",
    "@types/d3-zoom": "3.0.8",
    "@types/lodash": "4.17.9",
    "@types/react": "18.3.11",
    "@types/react-highlight-words": "0.20.0",
    "@types/react-modal": "3.16.3",
    "@types/react-virtualized": "9.21.30",
    "@typescript-eslint/parser": "7.18.0",
    "@vitejs/plugin-react": "4.3.2",
    "autoprefixer": "10.4.20",
    "dd-trace": "5.23.0",
    "eslint": "8.57.1",
    "eslint-plugin-header": "3.1.1",
    "eslint-plugin-import": "2.30.0",
    "eslint-plugin-local-rules": "3.0.2",
    "eslint-plugin-typescript-sort-keys": "3.2.0",
    "history": "5.3.0",
    "jest": "29.7.0",
    "postcss": "8.4.47",
    "postcss-calc": "10.0.2",
    "postcss-custom-properties": "12.1.11",
    "prettier": "3.3.3",
    "prettier-plugin-organize-imports": "4.1.0",
    "twin.macro": "3.4.1",
    "typescript": "5.6.2",
    "vite": "5.4.8",
    "vite-plugin-dts": "4.2.3",
    "whatwg-fetch": "3.6.20"
  },
  "peerDependencies": {
    "@emotion/react": "11.11.4",
    "@emotion/styled": "11.13.0",
    "@primer/octicons-react": "19.11.0",
    "@types/dompurify": "3.0.5",
    "classnames": "2.5.1",
    "clipboard": "2.0.11",
    "d3-array": "3.2.4",
    "d3-hierarchy": "3.1.2",
    "d3-scale": "4.0.2",
    "d3-selection": "3.0.0",
    "d3-shape": "3.2.0",
    "d3-zoom": "3.0.0",
    "date-fns": "4.1.0",
    "dompurify": "3.1.7",
    "lodash": "4.17.21",
    "react": "18.3.1",
    "react-day-picker": "8.10.0",
    "react-dom": "18.3.1",
    "react-helmet-async": "2.0.4",
    "react-highlight-words": "0.20.0",
    "react-intl": "6.6.8",
    "react-joyride": "2.8.2",
    "react-modal": "3.16.1",
    "react-router-dom": "6.26.1",
    "react-select": "5.7.7",
    "react-virtualized": "9.22.5",
    "tailwindcss": "3.4.10"
  },
  "babelMacros": {
    "twin": {
      "config": "../tailwind.config.js",
      "preset": "emotion"
    }
  },
  "dependencies": {
    "highlight.js": "11.10.0",
    "highlightjs-apex": "1.4.0",
    "highlightjs-cobol": "0.3.3",
    "highlightjs-sap-abap": "0.3.0",
    "react-toastify": "10.0.5"
  }
}