Skip to content

Commit

Permalink
{} issue in rapidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Oct 20, 2024
1 parent d93af49 commit e37d2ed
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion rapidoc/openapisnippet.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rapidoc/openapisnippet.min.js.map

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions webconsole/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,45 +4,45 @@
"version": "1.1.99-47",
"type": "module",
"scripts": {
"devserver": "npx nodemon -V -w ./src -e js,vue,ts,css,html --exec 'npm run build && node devserver.js'",
"create-cert": "openssl req -x509 -newkey rsa:4096 -keyout localhost.key -out localhost.pem -sha256 -nodes -days 365",
"preview": "vite preview",
"dev": "vite",
"build": "vite build && gulp licenses"
"create-cert": "openssl req -x509 -newkey rsa:4096 -keyout localhost.key -out localhost.pem -sha256 -nodes -days 365",
"build": "vite build && gulp licenses",
"devserver": "npx nodemon -V -w ./src -e js,vue,ts,css,html --exec 'npm run build && node devserver.js'",
"dev": "vite"
},
"dependencies": {
"flowbite": "^2.5.2",
"clipboard": "^2.0.11",
"pinia": "^2.2.4",
"vue-router": "^4.4.5",
"axios": "^1.7.7",
"flowbite": "^2.5.2",
"@heroicons/vue": "^2.1.5",
"jdenticon": "^3.3.0",
"@pqina/flip": "^1.8.3",
"clipboard": "^2.0.11",
"chart.js": "^4.4.5",
"axios": "^1.7.7",
"jdenticon": "^3.3.0",
"@headlessui/vue": "^1.7.23",
"vue": "^3.5.12",
"pinia": "^2.2.4",
"@headlessui/vue": "^1.7.23"
"@pqina/flip": "^1.8.3"
},
"devDependencies": {
"vite-plugin-static-copy": "^2.0.0",
"vite": "^5.4.9",
"@tailwindcss/typography": "^0.5.15",
"@types/glob": "^8.1.0",
"autoprefixer": "^10.4.20",
"@tailwindcss/forms": "^0.5.9",
"express": "^5.0.0",
"postcss": "^8.4.47",
"gulp-append-prepend": "^1.0.9",
"vite-plugin-static-copy": "^2.0.0",
"gulp": "^5.0.0",
"autoprefixer": "^10.4.20",
"ts-node": "^10.9.2",
"@fullhuman/postcss-purgecss": "^6.0.0",
"nodemon": "^3.1.7",
"gulp-append-prepend": "^1.0.9",
"vite": "^5.4.9",
"@types/glob": "^8.1.0",
"typescript": "^5.6.3",
"@vitejs/plugin-vue": "^5.1.4",
"tailwindcss": "^3.4.14",
"@fullhuman/postcss-purgecss": "^6.0.0",
"postcss": "^8.4.47",
"glob": "11.0.0",
"gulp-if": "^3.0.0",
"typescript": "^5.6.3",
"@vitejs/plugin-vue": "^5.1.4",
"sass": "^1.80.3",
"@tailwindcss/forms": "^0.5.9",
"express": "^5.0.0",
"postcss-purgefonts": "^1.0.2"
"postcss-purgefonts": "^1.0.2",
"sass": "^1.80.3"
}
}

0 comments on commit e37d2ed

Please sign in to comment.