-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.99 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.99 KB
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
{
"name": "identity-frontend",
"private": true,
"version": "8.7.0-SNAPSHOT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"format": "prettier --write ./src",
"test:format": "prettier --check ./src",
"test:lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"test:licenses": "license-checker --excludePrivatePackages --excludePackages 'wicg-inert@3.1.2' --onlyAllow 'Apache-2.0;MIT;0BSD;BSD-2-Clause;BSD-3-Clause;ISC;CC0-1.0;WTFPL;OFL-1.1;CC-BY-4.0;' --production",
"test:unit": "",
"test": "yarn test:unit & yarn test:format && yarn test:licenses && yarn test:lint",
"preview": "vite preview",
"extract-sbom": "vite build --mode sbom"
},
"dependencies": {
"@camunda/camunda-composite-components": "0.15.0",
"@carbon/elements": "^11.57.0",
"@carbon/react": "1.74.0",
"i18next": "24.2.0",
"react": "18.3.1",
"react-debounced": "1.1.2",
"react-dom": "18.3.1",
"react-i18next": "15.4.0",
"react-router": "7.1.1",
"react-router-dom": "7.1.1",
"react-transition-group": "4.4.5",
"styled-components": "6.1.13"
},
"devDependencies": {
"@types/carbon-components-react": "^7.55.13",
"@types/carbon__elements": "^11.10.3",
"@types/event-source-polyfill": "1.0.5",
"@types/node": "22.10.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-transition-group": "4.4.11",
"@typescript-eslint/eslint-plugin": "8.19.0",
"@typescript-eslint/parser": "8.19.0",
"@vitejs/plugin-react": "^4.3.4",
"@vzeta/rollup-plugin-sbom": "^2.0.0",
"eslint": "8.57.1",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.14",
"event-source-polyfill": "1.0.31",
"license-checker": "25.0.1",
"prettier": "3.3.3",
"rollup": "4.29.1",
"rollup-plugin-license": "^3.5.3",
"sass": "1.83.0",
"typescript": "5.7.3",
"vite": "6.0.6"
},
"stableVersion": "8.7.0-SNAPSHOT"
}