-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.66 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.66 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
{
"name": "topaz-console",
"private": true,
"version": "0.1.3",
"type": "module",
"scripts": {
"build": "tsc -b && vite build",
"tsc": "tsc -b --noEmit --pretty",
"detect-unused-exports": "knip --include exports,types,nsExports,nsTypes,duplicates,unlisted,classMembers,enumMembers",
"dev": "vite",
"generate:rest": "./scripts/rest.sh",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest",
"test:watch": "vitest watch",
"test:coverage": "vitest run --coverage",
"test:ci": "CI=true vitest run --coverage"
},
"dependencies": {
"@monaco-editor/react": "^4.7.0",
"@popperjs/core": "^2.11.8",
"@tanstack/react-query": "^5.90.7",
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.12",
"allotment": "^1.20.4",
"bootstrap": "^5.3.8",
"copy-to-clipboard": "^3.3.3",
"csstype": "^3.2.3",
"monaco-editor": "^0.52.2",
"monaco-yaml": "^5.3.1",
"prism-themes": "^1.9.0",
"prismjs": "^1.30.0",
"rapidoc": "^9.3.8",
"react": "^19.2.1",
"react-bootstrap": "^2.10.10",
"react-dom": "^19.2.1",
"react-infinite-scroll-component": "^6.1.0",
"react-router": "^7.9.5",
"react-select": "^5.10.1",
"react-simple-code-editor": "^0.14.1",
"react-syntax-highlighter": "^15.6.1",
"reactflow": "^11.11.4",
"scheduler": "^0.27.0",
"styled-components": "^6.1.19",
"yaml": "^2.7.1",
"zod": "^4.1.12"
},
"devDependencies": {
"@codecov/vite-plugin": "^1.9.1",
"@eslint/js": "^9.21.0",
"@faker-js/faker": "^10.1.0",
"@tanstack/react-query-devtools": "^5.81.5",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/bootstrap": "^5",
"@types/node": "^24.0.13",
"@types/prismjs": "^1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/react-syntax-highlighter": "^15",
"@vitejs/plugin-react-swc": "^3.9.0",
"@vitest/coverage-v8": "^3.1.2",
"eslint": "^9.32.0",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-perfectionist": "^4.15.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.20",
"fishery": "^2.3.1",
"globals": "^16.3.0",
"jsdom": "^26.1.0",
"knip": "^5.50.5",
"msw": "^2.11.6",
"openapi-types": "^12.1.3",
"orval": "^7.10.0",
"prettier": "^3.6.2",
"typescript": "~5.9.3",
"typescript-eslint": "^8.35.1",
"vite": "^7.2.1",
"vite-bundle-analyzer": "^1.1.0",
"vitest": "^3.1.2"
},
"packageManager": "yarn@4.9.1"
}