forked from asgardeo/thunder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
116 lines (116 loc) · 3.64 KB
/
package.json
File metadata and controls
116 lines (116 loc) · 3.64 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"private": true,
"name": "@thunder/console",
"version": "0.0.0",
"description": "⚡️ Thunder Console Application - The main control center to configure Thunder system.",
"keywords": [
"thunder",
"console",
"app",
"wso2"
],
"homepage": "https://github.com/asgardeo/thunder/tree/main/frontend/apps/console#readme",
"bugs": {
"url": "https://github.com/asgardeo/thunder/issues"
},
"author": "WSO2",
"license": "Apache-2.0",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/asgardeo/thunder",
"directory": "frontend/apps/console"
},
"scripts": {
"build": "tsc -b && vite build",
"dev": "vite",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "vite preview",
"test": "vitest run --passWithNoTests",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@asgardeo/react": "catalog:",
"@asgardeo/react-router": "catalog:",
"@dnd-kit/abstract": "0.4.0",
"@dnd-kit/collision": "0.4.0",
"@dnd-kit/dom": "0.4.0",
"@dnd-kit/helpers": "0.4.0",
"@dnd-kit/react": "0.4.0",
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@hookform/resolvers": "catalog:",
"@lexical/html": "0.38.2",
"@lexical/link": "0.38.2",
"@lexical/react": "0.38.2",
"@lexical/rich-text": "0.38.2",
"@lexical/selection": "0.38.2",
"@lexical/utils": "0.38.2",
"@monaco-editor/react": "catalog:",
"@tanstack/react-query": "catalog:",
"@tanstack/react-query-devtools": "catalog:",
"@thunder/components": "workspace:^",
"@thunder/i18n": "workspace:^",
"@thunder/logger": "workspace:^",
"@thunder/contexts": "workspace:^",
"@thunder/design": "workspace:^",
"@thunder/hooks": "workspace:^",
"@thunder/configure-users": "workspace:^",
"@thunder/configure-organization-units": "workspace:^",
"@thunder/configure-translations": "workspace:^",
"@thunder/utils": "workspace:^",
"@wso2/oxygen-ui": "catalog:",
"@wso2/oxygen-ui-icons-react": "catalog:",
"@xyflow/react": "12.9.2",
"@xyflow/system": "^0.0.72",
"classnames": "2.5.1",
"clsx": "catalog:",
"dayjs": "catalog:",
"dompurify": "catalog:",
"elkjs": "^0.11.0",
"framer-motion": "^12.35.2",
"html-react-parser": "5.2.10",
"i18next": "catalog:",
"lexical": "0.38.2",
"lodash-es": "catalog:",
"prismjs": "^1.30.0",
"react": "catalog:",
"react-dom": "catalog:",
"react-hook-form": "catalog:",
"react-i18next": "catalog:",
"react-router": "catalog:",
"react-syntax-highlighter": "^16.1.0",
"yaml": "2.8.3",
"zod": "catalog:"
},
"devDependencies": {
"@testing-library/jest-dom": "catalog:",
"@testing-library/react": "catalog:",
"@testing-library/user-event": "catalog:",
"@thunder/eslint-plugin-thunder": "workspace:^",
"@thunder/prettier-config": "workspace:^",
"@thunder/test-utils": "workspace:^",
"@thunder/types": "workspace:^",
"@types/lodash-es": "catalog:",
"@types/node": "catalog:",
"@types/prismjs": "^1.26.5",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-basic-ssl": "catalog:",
"@vitejs/plugin-react": "catalog:",
"@vitest/coverage-istanbul": "catalog:",
"babel-plugin-react-compiler": "catalog:",
"eslint": "catalog:",
"jsdom": "catalog:",
"monaco-editor": "^0.55.1",
"rollup-plugin-visualizer": "catalog:",
"sass-embedded": "1.98.0",
"typescript": "catalog:",
"vite": "catalog:",
"vite-plugin-svgr": "catalog:",
"vitest": "catalog:"
}
}