-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
28 lines (28 loc) · 952 Bytes
/
package.json
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": "redocly-portal develop -p 3000",
"build": "redocly-portal build --ignore-openapi-errors=true",
"clean": "redocly-portal clean",
"generate": "node --experimental-loader=ts-node/esm .templates/smart-contracts-renderer cns && node --experimental-loader=ts-node/esm .templates/smart-contracts-renderer uns"
},
"dependencies": {
"@redocly/developer-portal": "^1.1.0-beta.123",
"polished": "^4.2.2",
"react": "^17.0.0"
},
"devDependencies": {
"@types/ejs": "^3.1.0",
"@types/node": "^17.0.29",
"dot-crypto": "https://github.com/unstoppabledomains/dot-crypto.git",
"ejs": "^3.1.7",
"markdown-include": "^0.4.3",
"ts-node": "^10.7.0",
"typescript": "^4.6.3",
"uns": "https://github.com/unstoppabledomains/uns.git"
}
}