-
Notifications
You must be signed in to change notification settings - Fork 111
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.33 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 2.33 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
{
"name": "apic-devportal",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"eslint": "eslint .",
"stylelint": "stylelint \"./src/**/*.{css,scss}\"",
"lint": "npm run eslint && npm run stylelint"
},
"dependencies": {
"@azure/msal-browser": "3.13.0",
"@fluentui/react-components": "9.56.8",
"@tanstack/react-query": "5.85.5",
"@vitejs/plugin-basic-ssl": "1.2.0",
"api-docs-ui": "1.0.29",
"classnames": "2.5.1",
"client-oauth2": "4.3.3",
"eventsource": "3.0.6",
"graphql": "16.10.0",
"lodash": "4.17.21",
"memoizee": "0.4.17",
"openapi-types": "12.1.3",
"qs": "6.14.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-markdown": "9.0.1",
"react-router-dom": "6.22.3",
"react-timeago": "8.0.0",
"recoil": "0.7.7",
"recoil-nexus": "0.5.1",
"rehype-raw": "7.0.0",
"rehype-sanitize": "^6.0.0",
"rehype-truncate": "1.2.2",
"remark-gfm": "4.0.0",
"util": "0.12.5",
"uuid": "11.1.0",
"xml-formatter": "3.6.4",
"yaml": "2.7.0"
},
"devDependencies": {
"@eslint/compat": "1.2.4",
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.17.0",
"@stylistic/eslint-plugin": "2.12.1",
"@types/lodash": "4.17.14",
"@types/memoizee": "0.4.11",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.18.1",
"eslint": "9.17.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.2.2",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-storybook": "0.11.1",
"prettier": "3.4.2",
"sass-embedded": "1.83.0",
"stylelint": "16.13.2",
"stylelint-config-property-sort-order-smacss": "10.0.0",
"stylelint-config-standard-scss": "14.0.0",
"stylelint-order": "6.0.4",
"typescript": "5.7.2",
"vite": "6.0.5",
"vite-tsconfig-paths": "5.1.4"
},
"engines": {
"node": ">=18"
}
}