|
5 | 5 | "main": "desktop/main.js", |
6 | 6 | "homepage": "https://universaldatatool.com/app/", |
7 | 7 | "proxy": "http://localhost:3000", |
| 8 | + "type": "module", |
8 | 9 | "scripts": { |
9 | 10 | "start": "cross-env PORT=6001 react-scripts start", |
10 | 11 | "start:desktop": "cross-env BROWSER=none USE_DEV_SERVER=yes concurrently 'start' 'electron ./desktop'", |
|
59 | 60 | "@storybook/addon-links": "^5.3.19", |
60 | 61 | "@storybook/addons": "^5.3.19", |
61 | 62 | "@storybook/react": "^5.3.19", |
62 | | - "@testing-library/react-hooks": "^3.2.1", |
63 | | - "ava": "^3.7.0", |
| 63 | + "ava": "^3.15.0", |
64 | 64 | "babel-eslint": "^10.1.0", |
65 | | - "chroma-js": "^2.0.4", |
66 | 65 | "concurrently": "^5.3.0", |
67 | 66 | "cypress": "^6.7.0", |
68 | 67 | "cypress-file-upload": "^4.0.6", |
|
88 | 87 | "@sentry/browser": "^5.15.4", |
89 | 88 | "any-shell-escape": "^0.1.1", |
90 | 89 | "aws-amplify": "^3.3.18", |
91 | | - "aws-sign": "^1.0.0", |
92 | 90 | "aws4fetch": "^1.0.12", |
93 | 91 | "axios": "^0.21.1", |
94 | 92 | "bent": "^7.1.0", |
|
98 | 96 | "dotenv-cli": "^4.0.0", |
99 | 97 | "download-file": "^0.1.5", |
100 | 98 | "duration": "^0.2.2", |
101 | | - "fast-json-patch": "^3.0.0-1", |
102 | 99 | "fast-xml-parser": "^3.17.4", |
103 | 100 | "ffmpeg-static": "^4.2.4", |
104 | | - "form-data": "^3.0.0", |
105 | | - "i18next": "^19.4.4", |
| 101 | + "i18next": "^19.9.2", |
106 | 102 | "i18next-browser-languagedetector": "^4.2.0", |
107 | 103 | "in-browser-download": "^2.0.0", |
108 | 104 | "jac-format": "^1.1.3", |
109 | 105 | "js-md5": "^0.7.3", |
110 | | - "mime-types": "^2.1.28", |
111 | 106 | "material-survey": "^1.0.41", |
| 107 | + "mime-types": "^2.1.28", |
112 | 108 | "moment": "^2.24.0", |
113 | 109 | "nan": "^2.14.1", |
114 | | - "posthog-js": "^1.0.4", |
115 | 110 | "qs": "^6.9.4", |
116 | 111 | "react-ace": "^7.0.4", |
117 | 112 | "react-data-table-component": "^6.2.2", |
118 | 113 | "react-dropzone": "^11.0.3", |
119 | | - "react-github-btn": "^1.2.0", |
120 | 114 | "react-hotkeys": "^2.0.0", |
121 | 115 | "react-i18next": "^11.4.0", |
122 | 116 | "react-icons": "^3.9.0", |
|
130 | 124 | "seamless-immutable": "^7.1.4", |
131 | 125 | "seamless-immutable-patch": "^1.0.4", |
132 | 126 | "seed-random": "^2.2.0", |
133 | | - "seedrandom": "^3.0.5", |
134 | 127 | "serve": "^11.3.2", |
135 | 128 | "styled-components": "^5.0.0", |
136 | 129 | "udt-collaboration-server": "^1.0.8", |
|
166 | 159 | "publish": { |
167 | 160 | "provider": "github", |
168 | 161 | "releaseType": "release" |
| 162 | + }, |
| 163 | + "ava": { |
| 164 | + "nodeArguments": [ |
| 165 | + "--experimental-modules" |
| 166 | + ] |
169 | 167 | } |
170 | | - }, |
171 | | - "ava": { |
172 | | - "nodeArguments": [ |
173 | | - "--experimental-modules" |
174 | | - ] |
175 | 168 | } |
176 | 169 | } |
0 commit comments