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

22 lines
494 B
JSON
Raw Normal View History

2018-07-02 10:40:32 +00:00
{
"name": "dashboard",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^16.4.1",
2018-07-02 16:24:42 +00:00
"react-dom": "^16.4.1",
"semantic-ui-less": "^2.2.12",
"semantic-ui-react": "^0.78.2"
2018-07-02 10:40:32 +00:00
},
"devDependencies": {
"react-scripts": "1.1.4"
},
2018-07-05 06:30:52 +00:00
"proxy": "https://kube-arangodb-operator:8528",
2018-07-02 10:40:32 +00:00
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
2018-07-02 16:24:42 +00:00
}