-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 824 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 824 Bytes
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
{
"name": "portal-template",
"private": true,
"version": "0.0.1",
"description": "Redocly portal template repository",
"license": "MIT",
"scripts": {
"start": "realm develop -p 4000",
"build": "realm build --ignore-openapi-errors=true"
},
"dependencies": {
"@redocly/realm": "^0.130.2",
"polished": "^4.3.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"styled-components": "^5",
"styled-system": "^5"
},
"devDependencies": {
"@types/ejs": "^3.1.5",
"@types/node": "^20.14.8",
"ejs": "^3.1.10",
"markdown-include": "^0.4.3",
"ts-node": "^10.9.2",
"typescript": "^5.9.2"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}