forked from SAP/architecture-center
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
120 lines (120 loc) · 3.93 KB
/
package.json
File metadata and controls
120 lines (120 loc) · 3.93 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
117
118
119
120
{
"name": "sap-architecture-center",
"version": "2.2545.3",
"private": true,
"scripts": {
"clean": "rm -rf build",
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
"serve": "docusaurus serve",
"setup": "cd generator-refArch && npm install --silent && npm install -g .",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids",
"gen-ref-arch": "cd generator-refArch && rm -rf node_modules package-lock.json && npm install --silent && cd .. && clear && node generator-refArch"
},
"resolutions": {
"path-to-regexp": "^8.1.0"
},
"overrides": {
"rimraf": "^4.0.0",
"glob": "^9.0.0",
"inflight": "lru-cache",
"mermaid": "^11.9.0"
},
"dependencies": {
"@docusaurus/core": "^3.9.2",
"@docusaurus/plugin-content-docs": "^3.9.2",
"@docusaurus/preset-classic": "^3.9.2",
"@docusaurus/theme-mermaid": "^3.9.2",
"@easyops-cn/docusaurus-search-local": "^0.44.5",
"@emotion/styled": "^11.14.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@github-docs/frontmatter": "^1.3.1",
"@lexical/code": "^0.34.0",
"@lexical/link": "^0.34.0",
"@lexical/list": "^0.34.0",
"@lexical/markdown": "^0.34.0",
"@lexical/react": "^0.34.0",
"@lexical/rich-text": "^0.34.0",
"@lexical/table": "^0.34.0",
"@mdx-js/react": "^3.0.0",
"@mui/icons-material": "^7.1.0",
"@mui/material": "^7.1.0",
"@tailwindcss/typography": "^0.5.14",
"@types/uuid": "^10.0.0",
"@ui5/webcomponents": "^2.7.0",
"@ui5/webcomponents-fiori": "^2.7.0",
"@ui5/webcomponents-icons": "^2.7.0",
"@ui5/webcomponents-react": "^2.7.0",
"axios": "^1.11.0",
"chalk": "^5.4.1",
"clsx": "^2.0.0",
"cookie": "^0.7.1",
"docusaurus-plugin-image-zoom": "^2.0.0",
"dotenv": "^17.2.1",
"ejs": "^3.1.10",
"front-matter": "^4.0.2",
"jwt-decode": "^4.0.0",
"lexical": "^0.34.0",
"lucide-react": "^0.542.0",
"mammoth": "^1.10.0",
"micromatch": "^4.0.8",
"pako": "^2.1.0",
"path-to-regexp": "^8.1.0",
"prism-react-renderer": "^2.3.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-icons": "^5.4.0",
"react-select": "^5.10.0",
"react-slick": "^0.30.3",
"react-tooltip": "^5.28.0",
"slick-carousel": "^1.8.1",
"unist-util-visit": "^5.0.0",
"uuid": "^13.0.0",
"zustand": "^5.0.8"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.9.2",
"@docusaurus/tsconfig": "^3.9.2",
"@docusaurus/types": "^3.9.2",
"@types/react": "^19.0.11",
"@types/react-slick": "^0.23.13",
"autoprefixer": "^10.4.20",
"npm-force-resolutions": "^0.0.10",
"postcss": "^8.4.41",
"qrcode": "^1.5.4",
"tailwindcss": "^3.4.10",
"typescript": "^5.8.2"
},
"prettier": {
"arrowParens": "always",
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 120,
"endOfLine": "lf"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 3 chrome version",
"last 3 firefox version",
"last 5 safari version"
]
},
"engines": {
"node": ">=20.0"
}
}