forked from platformplatform/PlatformPlatform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.17 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.17 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "application",
"version": "1.0.0",
"description": "Application",
"private": true,
"packageManager": "npm@10.9.0",
"workspaces": [
"account-management/WebApp",
"back-office/WebApp",
"shared-webapp/*"
],
"scripts": {
"start": "npm install && turbo dev",
"dev": "turbo dev",
"build": "turbo build",
"test": "turbo test",
"check": "turbo check",
"lint": "turbo lint"
},
"dependencies": {
"@fontsource/inter": "5.1.0",
"@lingui/core": "5.1.0",
"@lingui/macro": "5.1.0",
"@lingui/react": "5.1.0",
"@microsoft/applicationinsights-react-js": "17.3.4",
"@microsoft/applicationinsights-web": "3.3.4",
"@react-aria/accordion": "3.0.0-alpha.36",
"@react-aria/toast": "3.0.0-beta.18",
"@react-stately/toast": "3.0.0-beta.7",
"@spectrum-icons/illustrations": "3.6.17",
"@tanstack/react-query": "5.66.0",
"@tanstack/react-router": "1.90.0",
"lucide-react": "0.468.0",
"openapi-fetch": "0.13.4",
"openapi-react-query": "0.3.0",
"react": "19.0.0",
"react-aria-components": "1.5.0",
"react-dom": "19.0.0",
"tailwind-merge": "2.5.5",
"tailwind-variants": "0.3.0",
"zod": "3.24.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@lingui/cli": "5.1.0",
"@lingui/format-po": "5.1.0",
"@lingui/swc-plugin": "5.0.1",
"@rsbuild/core": "1.1.10",
"@rsbuild/plugin-react": "1.1.0",
"@rsbuild/plugin-svgr": "1.0.6",
"@rsbuild/plugin-type-check": "1.1.0",
"@rspack/binding": "1.1.6",
"@tailwindcss/container-queries": "0.1.1",
"@tanstack/router-devtools": "1.90.0",
"@tanstack/router-plugin": "1.87.13",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"openapi-typescript": "7.4.4",
"openapi-typescript-helpers": "0.0.15",
"rimraf": "6.0.1",
"tailwindcss": "3.4.16",
"tailwindcss-animate": "1.0.7",
"tailwindcss-react-aria-components": "1.2.0",
"turbo": "2.3.3",
"typescript": "5.7.2"
},
"overrides": {
"@lingui/babel-plugin-lingui-macro": "5.0.0"
},
"postcss": {
"plugins": {
"tailwindcss": {}
}
},
"browserslist": [
"last 1 version",
"> 1%",
"not dead"
]
}