mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-15 17:51:03 +00:00
28 lines
699 B
JSON
28 lines
699 B
JSON
{
|
|
"name": "dashboard",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"emotion": "^9.2.12",
|
|
"lodash": "^4.17.11",
|
|
"react": "^16.6.0",
|
|
"react-copy-to-clipboard": "^5.0.1",
|
|
"react-dom": "^16.6.0",
|
|
"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.0.0"
|
|
},
|
|
"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"
|
|
}
|
|
}
|