-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.18 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
{
"name": "statusdashboard",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "farm start",
"start": "farm preview",
"build": "farm build",
"clean": "farm clean"
},
"dependencies": {
"@fluentui/react-components": "^9.55.1",
"@telekom/scale-components": "3.0.0-beta.152",
"@telekom/scale-components-react": "3.0.0-beta.152",
"ahooks": "^3.8.1",
"dayjs": "^1.11.13",
"idb": "^8.0.0",
"lodash": "^4.17.21",
"oidc-client-ts": "^3.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-oidc-context": "^3.2.0",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@farmfe/cli": "^1.0.4",
"@farmfe/core": "1.3.27",
"@farmfe/js-plugin-postcss": "^1.8.1",
"@farmfe/plugin-react": "^1.2.4",
"@types/lodash": "^4.17.12",
"@types/node": "^22.8.4",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-helmet": "^6.1.11",
"autoprefixer": "^10.4.20",
"core-js": "^3.38.1",
"postcss": "^8.4.47",
"react-refresh": "^0.14.2",
"tailwindcss": "^3.4.14",
"tailwindcss-scoped-preflight": "^3.4.5"
},
"packageManager": "[email protected]"
}