-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.34 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.34 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
{
"name": "statusdashboard",
"version": "1.4.0",
"type": "module",
"scripts": {
"dev": "farm start",
"start": "farm preview",
"build": "farm build",
"clean": "farm clean",
"lint": "eslint .",
"test": "vitest"
},
"dependencies": {
"@fluentui/react-components": "^9.73.2",
"@telekom/scale-components": "3.0.0-beta.156",
"@telekom/scale-components-react": "3.0.0-beta.156",
"ahooks": "^3.9.6",
"dayjs": "^1.11.19",
"idb": "^8.0.3",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.23",
"oidc-client-ts": "^3.4.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-helmet": "^6.1.0",
"react-oidc-context": "^3.3.0",
"rxjs": "^7.8.2"
},
"devDependencies": {
"@farmfe/cli": "^1.0.5",
"@farmfe/core": "^1.7.11",
"@farmfe/js-plugin-postcss": "^1.12.0",
"@farmfe/plugin-react": "^1.2.6",
"@tailwindcss/postcss": "^4.2.1",
"@types/lodash": "^4.17.24",
"@types/node": "^25.3.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/react-helmet": "^6.1.11",
"core-js": "^3.48.0",
"eslint": "^10.0.2",
"globals": "^17.4.0",
"postcss": "^8.5.8",
"react-refresh": "^0.18.0",
"tailwindcss": "4.2.1",
"tailwindcss-scoped-preflight": "^3.5.7",
"typescript-eslint": "^8.57.0"
},
"packageManager": "pnpm@10.30.3"
}