-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.56 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
{
"name": "statusdashboard",
"version": "1.0.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.58.3",
"@telekom/scale-components": "3.0.0-beta.155",
"@telekom/scale-components-react": "3.0.0-beta.155",
"ahooks": "^3.8.4",
"dayjs": "^1.11.13",
"idb": "^8.0.2",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"oidc-client-ts": "^3.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-helmet": "^6.1.0",
"react-oidc-context": "^3.2.0",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@farmfe/cli": "^1.0.4",
"@farmfe/core": "^1.6.6",
"@farmfe/js-plugin-postcss": "^1.11.1",
"@farmfe/plugin-react": "^1.2.6",
"@tailwindcss/postcss": "^4.0.6",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/lodash": "^4.17.15",
"@types/node": "^22.13.1",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/react-helmet": "^6.1.11",
"autoprefixer": "^10.4.20",
"core-js": "^3.40.0",
"eslint": "^9.20.0",
"fake-indexeddb": "^6.0.0",
"globals": "^15.14.0",
"jsdom": "^26.0.0",
"postcss": "^8.5.2",
"react-refresh": "^0.16.0",
"tailwindcss": "3.4.17",
"tailwindcss-scoped-preflight": "^3.4.10",
"typescript-eslint": "^8.24.0",
"vite": "^6.1.0",
"vitest": "^3.0.5"
},
"packageManager": "[email protected]"
}