-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 987 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 987 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
29
30
31
32
33
34
35
36
37
38
{
"name": "portal-template",
"private": true,
"version": "0.0.1",
"description": "Redocly portal template repository",
"license": "MIT",
"scripts": {
"start": "redocly-portal develop -p 3000",
"build": "redocly-portal build",
"clean": "redocly-portal clean"
},
"dependencies": {
"@redocly/developer-portal": "1.1.0-beta.106",
"bootstrap": "^5.2.0",
"classnames": "^2.3.1",
"date-fns": "^2.29.2",
"feather-icons-react": "^0.5.0",
"form-data": "^4.0.0",
"framer-motion": "^7.2.1",
"http-proxy": "^1.18.1",
"jwt-decode": "^3.1.2",
"next": "^12.2.5",
"nookies": "^2.5.2",
"react": "^18.2.0",
"react-bootstrap": "^2.5.0",
"react-dom": "^18.2.0",
"react-select": "^5.4.0",
"react-table": "^7.8.0",
"sass": "^1.54.5",
"types": "^0.1.1"
},
"devDependencies": {
"@types/node": "^18.7.13",
"typescript": "^4.8.2",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0"
}
}