1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00
kube-arangodb/dashboard/package.json
dependabot[bot] f474a3b5f7
Bump handlebars from 4.4.5 to 4.5.3 in /dashboard (#626)
* Bump handlebars from 4.4.5 to 4.5.3 in /dashboard

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.5 to 4.5.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.5...v4.5.3)

Signed-off-by: dependabot[bot] <support@github.com>

* Add license

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adam Janikowski <12255597+ajanikow@users.noreply.github.com>
2020-09-07 15:32:12 +02:00

31 lines
780 B
JSON

{
"name": "dashboard",
"version": "0.1.0",
"private": true,
"dependencies": {
"emotion": "^9.2.12",
"eslint": "^6.5.0",
"handlebars": "^4.5.3",
"js-yaml": ">=3.13.1",
"lodash": "^4.17.19",
"react": "^16.10.1",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.10.1",
"react-emotion": "^9.2.12",
"react-router-dom": "^4.3.1",
"react-timeout": "^1.1.2",
"semantic-ui-less": "^2.4.1",
"semantic-ui-react": "^0.81.3"
},
"devDependencies": {
"react-scripts": "^3.1.2"
},
"browserslist": "",
"proxy": "https://192.168.140.212:8528",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}