aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/design-system/package.json
blob: 9292d9e0bd60aeeb045a5cff7918acffbd6ab029 (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
{
  "name": "design-system",
  "version": "1.0.0",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "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",
    "ts-check": "tsc --noEmit",
    "validate-ci": "yarn install --immutable && yarn ts-check && yarn test --coverage --ci"
  },
  "devDependencies": {
    "@babel/core": "7.22.5",
    "@babel/plugin-transform-react-jsx": "7.22.5",
    "@babel/preset-env": "7.22.5",
    "@babel/preset-typescript": "7.22.5",
    "@emotion/babel-plugin": "11.10.6",
    "@emotion/babel-plugin-jsx-pragmatic": "0.2.0",
    "@testing-library/dom": "8.20.0",
    "@testing-library/jest-dom": "5.16.5",
    "@testing-library/react": "12.1.5",
    "@testing-library/user-event": "14.4.3",
    "@types/react": "17.0.39",
    "@types/react-highlight-words": "0.16.4",
    "@typescript-eslint/parser": "5.57.0",
    "@vitejs/plugin-react": "3.1.0",
    "autoprefixer": "10.4.14",
    "eslint": "8.37.0",
    "eslint-plugin-header": "3.1.1",
    "eslint-plugin-import": "2.27.5",
    "eslint-plugin-local-rules": "1.3.2",
    "eslint-plugin-typescript-sort-keys": "2.3.0",
    "highlight.js": "11.7.0",
    "highlightjs-apex": "1.2.0",
    "highlightjs-sap-abap": "0.2.0",
    "history": "5.3.0",
    "jest": "29.5.0",
    "postcss": "8.4.21",
    "postcss-calc": "8.2.4",
    "postcss-custom-properties": "12.1.11",
    "twin.macro": "3.3.0",
    "typescript": "5.0.3",
    "vite": "4.2.1",
    "vite-plugin-dts": "2.2.0",
    "whatwg-fetch": "3.6.2"
  },
  "peerDependencies": {
    "@emotion/react": "11.10.6",
    "@emotion/styled": "11.10.6",
    "@primer/octicons-react": "18.3.0",
    "classnames": "2.3.2",
    "clipboard": "2.0.11",
    "d3-array": "3.2.3",
    "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": "2.29.3",
    "lodash": "4.17.21",
    "react": "17.0.2",
    "react-day-picker": "8.7.1",
    "react-dom": "17.0.2",
    "react-helmet-async": "1.3.0",
    "react-highlight-words": "0.20.0",
    "react-intl": "6.2.5",
    "react-modal": "3.16.1",
    "react-router-dom": "6.10.0",
    "react-select": "5.7.2",
    "react-virtualized": "9.22.3",
    "tailwindcss": "3.3.1"
  },
  "babelMacros": {
    "twin": {
      "config": "../tailwind.config.js",
      "preset": "emotion"
    }
  }
}