-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
143 lines (143 loc) · 5.22 KB
/
package.json
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "@sonarsource/echoes-react",
"version": "0.12.0-rc1",
"type": "module",
"exports": "./dist/index.js",
"files": [
"dist",
"config/patches/**"
],
"types": "./dist/index.d.ts",
"description": "React implementation of Echoes, SONAR's Design System",
"license": "LGPL-3.0",
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=20.11"
},
"packageManager": "[email protected]",
"scripts": {
"dev": "vite build --watch & yarn storybook",
"jest": "jest",
"test": "yarn validate-ci && yarn test-ci",
"test-ci": "jest --collectCoverage --coverageDirectory=build-reports/coverage --workerIdleMemoryLimit=1G --maxWorkers=4",
"build": "vite build",
"build-fonts": "node ./config/scripts/build-fonts.js",
"build-intl-keys": "formatjs extract src/components/**/*.ts* --out-file i18n/keys.json",
"build-tokens": "node design-tokens/build.js",
"build-storybook": "vite build & storybook build",
"dep-check": "node --no-warnings ./config/scripts/validate-package-json.js",
"format": "prettier --write --list-different .",
"format-check": "prettier --check .",
"fonts-check": "./config/scripts/validate-fonts.sh",
"intl-keys-check": "./config/scripts/validate-intl-keys.sh",
"lint": "eslint --ext js,ts,tsx,snap --quiet .",
"lint-report": "eslint --ext js,ts,tsx,snap -f json -o build-reports/eslint-report/eslint-report.json .",
"storybook": "storybook dev -p 6006",
"tokens-check": "./config/scripts/validate-tokens.sh",
"ts-check": "yarn ts-check-files && yarn ts-check-declarations",
"ts-check-files": "tsc --noEmit",
"ts-check-declarations": "tsc --noEmit false --emitDeclarationOnly --isolatedModules false --outFile ./build-reports/ts-declarations/all-declarations",
"validate": "yarn lint && yarn ts-check && yarn format-check",
"validate-ci": "yarn dep-check && yarn intl-keys-check && yarn tokens-check && yarn fonts-check && yarn lint-report && yarn ts-check && yarn format-check"
},
"peerDependencies": {
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-intl": "^6.0.0",
"react-router-dom": "^6.0.0"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.4",
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@emotion/babel-plugin": "11.12.0",
"@emotion/cache": "11.13.1",
"@emotion/jest": "11.13.0",
"@emotion/react": "11.13.3",
"@emotion/serialize": "1.3.2",
"@emotion/sheet": "1.4.0",
"@emotion/styled": "11.13.0",
"@emotion/utils": "1.4.1",
"@formatjs/cli": "6.2.12",
"@storybook/addon-a11y": "8.3.2",
"@storybook/addon-essentials": "8.3.2",
"@storybook/addon-interactions": "8.3.2",
"@storybook/addon-links": "8.3.2",
"@storybook/addon-themes": "8.3.2",
"@storybook/blocks": "8.3.2",
"@storybook/manager-api": "8.3.2",
"@storybook/react": "8.3.2",
"@storybook/react-vite": "8.3.2",
"@storybook/test": "8.3.2",
"@storybook/theming": "8.3.2",
"@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",
"@tokens-studio/sd-transforms": "0.14.4",
"@types/aria-query": "5.0.4",
"@types/eslint": "8.56.12",
"@types/jest": "29.5.13",
"@types/jest-axe": "3.5.9",
"@types/node": "20.16.5",
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
"@vitejs/plugin-react": "4.3.1",
"@yarnpkg/fslib": "3.1.0",
"@yarnpkg/libzip": "3.1.0",
"aria-query": "5.3.2",
"babel-jest": "29.7.0",
"eslint": "8.57.1",
"eslint-config-sonarqube": "2.1.3",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-jest": "28.8.3",
"eslint-plugin-jest-dom": "5.4.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-react": "7.36.1",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-testing-library": "6.3.0",
"jest": "29.7.0",
"jest-axe": "9.0.0",
"jest-environment-jsdom": "29.7.0",
"prettier": "3.3.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-intl": "6.7.0",
"react-router-dom": "6.26.2",
"rollup": "4.22.4",
"rollup-plugin-license": "3.5.3",
"storybook": "8.3.2",
"style-dictionary": "3.9.2",
"subset-font": "2.3.0",
"typescript": "5.5.4",
"vite": "5.4.7",
"vite-plugin-dts": "4.2.1"
},
"dependencies": {
"@mantine/core": "patch:@mantine/[email protected]#./config/patches/@mantine-core-npm-7.12.2-7aad505c0f.patch",
"@mantine/hooks": "7.12.2",
"@material-symbols/font-400": "0.23.0",
"@radix-ui/react-alert-dialog": "1.1.1",
"@radix-ui/react-checkbox": "1.1.1",
"@radix-ui/react-dialog": "1.1.1",
"@radix-ui/react-dropdown-menu": "2.1.1",
"@radix-ui/react-popover": "1.1.1",
"@radix-ui/react-radio-group": "1.2.0",
"@radix-ui/react-slot": "1.1.0",
"@radix-ui/react-tooltip": "1.1.2",
"@radix-ui/react-visually-hidden": "1.1.0",
"classnames": "2.5.1"
},
"resolutions": {
"express": "4.21.0"
}
}