|
1 | 1 | { |
2 | 2 | "name": "@terminusdb-live/tdb-dashboard", |
3 | | - "version": "5.0.3", |
| 3 | + "version": "6.0.3", |
4 | 4 | "description": "react", |
5 | 5 | "homepage": "./", |
6 | 6 | "main": "src/index", |
|
29 | 29 | "test": "exit 0", |
30 | 30 | "lint": "eslint src", |
31 | 31 | "autofix": "eslint src --fix", |
32 | | - "cypress": "npx cypress open" |
| 32 | + "cypress": "npx cypress open", |
| 33 | + "cypress-local": "npx cypress open --config cypress.config_local.js" |
33 | 34 | }, |
34 | 35 | "pre-commit": [], |
35 | 36 | "pre-push": [ |
|
38 | 39 | ], |
39 | 40 | "repository": {}, |
40 | 41 | "author": "terminusdb group", |
41 | | - "peerDependencies": { |
42 | | - "react": "^16.10.3", |
43 | | - "react-dom": "^16.10.3" |
44 | | - }, |
45 | 42 | "dependencies": { |
| 43 | + "@apollo/client": "^3.7.1", |
46 | 44 | "@auth0/auth0-spa-js": "^1.19.3", |
47 | | - "@terminusdb/terminusdb-client": "^10.0.23", |
| 45 | + "@emotion/styled": "^11.10.5", |
| 46 | + "@graphiql/toolkit": "^0.8.0", |
| 47 | + "@material-ui/core": "^4.12.4", |
| 48 | + "@material-ui/icons": "^4.11.3", |
| 49 | + "@material-ui/lab": "^4.0.0-alpha.61", |
| 50 | + "@material-ui/pickers": "^3.3.10", |
| 51 | + "@mui/material": "^5.11.1", |
| 52 | + "@stripe/react-stripe-js": "^1.16.4", |
| 53 | + "@stripe/stripe-js": "^1.46.0", |
| 54 | + "@terminusdb/terminusdb-client": "^10.0.25", |
48 | 55 | "axios": "^0.21.1", |
| 56 | + "babel-jest": "^29.3.1", |
49 | 57 | "classnames": "^2.2.5", |
50 | 58 | "codemirror": "^5.64.0", |
| 59 | + "codemirror-graphql": "^2.0.2", |
| 60 | + "console-browserify": "^1.2.0", |
51 | 61 | "date-fns": "^2.27.0", |
52 | 62 | "dotenv": "^9.0.2", |
53 | 63 | "dotenv-webpack": "^7.0.2", |
54 | 64 | "file-loader": "^6.2.0", |
| 65 | + "graphiql": "^2.2.0", |
| 66 | + "graphql": "^15.8.0", |
| 67 | + "graphql-formatter": "^1.0.3", |
| 68 | + "graphql-react": "^20.0.0", |
| 69 | + "graphql-ws": "^5.11.2", |
55 | 70 | "history": "^5.3.0", |
| 71 | + "jshint": "^2.13.6", |
| 72 | + "jsoneditor": "^9.9.2", |
| 73 | + "material-ui-confirm": "^3.0.7", |
56 | 74 | "moment": "^2.29.1", |
57 | 75 | "papaparse": "^5.3.0", |
58 | 76 | "postcss-loader": "^5.3.0", |
59 | 77 | "prop-types": "^15.6.0", |
60 | 78 | "re-resizable": "^6.9.9", |
61 | | - "react": "^16.10.3", |
| 79 | + "react": "^18.2.0", |
62 | 80 | "react-accessible-accordion": "^3.3.4", |
63 | 81 | "react-anchor-link-smooth-scroll": "^1.0.12", |
64 | | - "react-bootstrap": "^1.5.2", |
| 82 | + "react-awesome-query-builder": "^5.4.0", |
| 83 | + "react-bootstrap": "^2.7.0", |
65 | 84 | "react-codemirror2": "^7.2.1", |
66 | 85 | "react-collapsed": "^3.6.0", |
67 | 86 | "react-collapsible-component": "^1.3.4", |
68 | 87 | "react-color": "^2.19.3", |
69 | 88 | "react-dates": "^21.8.0", |
70 | | - "react-dom": "^16.10.3", |
| 89 | + "react-dom": "^18.2.0", |
71 | 90 | "react-icons": "^4.2.0", |
72 | 91 | "react-json-editor-ajrm": "^2.5.13", |
73 | 92 | "react-json-view": "^1.21.3", |
|
79 | 98 | "react-sizeme": "^3.0.1", |
80 | 99 | "react-split-pane": "^0.1.92", |
81 | 100 | "react-use-dimensions": "^1.2.1", |
| 101 | + "react-uuid": "^2.0.0", |
82 | 102 | "react-vertical-timeline-component": "^3.3.3", |
83 | 103 | "recharts": "^2.1.8", |
84 | 104 | "sass-loader": "^11.1.1", |
| 105 | + "ts-jest": "^29.0.5", |
85 | 106 | "uuid": "^8.3.2", |
86 | 107 | "yup": "^0.32.11" |
87 | 108 | }, |
|
0 commit comments