Skip to content

Commit 115eab9

Browse files
Clean up unused dependecies
1 parent 17c8a93 commit 115eab9

File tree

2 files changed

+895
-734
lines changed

2 files changed

+895
-734
lines changed

package.json

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "desktop/main.js",
66
"homepage": "https://universaldatatool.com/app/",
77
"proxy": "http://localhost:3000",
8+
"type": "module",
89
"scripts": {
910
"start": "cross-env PORT=6001 react-scripts start",
1011
"start:desktop": "cross-env BROWSER=none USE_DEV_SERVER=yes concurrently 'start' 'electron ./desktop'",
@@ -59,10 +60,8 @@
5960
"@storybook/addon-links": "^5.3.19",
6061
"@storybook/addons": "^5.3.19",
6162
"@storybook/react": "^5.3.19",
62-
"@testing-library/react-hooks": "^3.2.1",
63-
"ava": "^3.7.0",
63+
"ava": "^3.15.0",
6464
"babel-eslint": "^10.1.0",
65-
"chroma-js": "^2.0.4",
6665
"concurrently": "^5.3.0",
6766
"cypress": "^6.7.0",
6867
"cypress-file-upload": "^4.0.6",
@@ -88,7 +87,6 @@
8887
"@sentry/browser": "^5.15.4",
8988
"any-shell-escape": "^0.1.1",
9089
"aws-amplify": "^3.3.18",
91-
"aws-sign": "^1.0.0",
9290
"aws4fetch": "^1.0.12",
9391
"axios": "^0.21.1",
9492
"bent": "^7.1.0",
@@ -98,25 +96,21 @@
9896
"dotenv-cli": "^4.0.0",
9997
"download-file": "^0.1.5",
10098
"duration": "^0.2.2",
101-
"fast-json-patch": "^3.0.0-1",
10299
"fast-xml-parser": "^3.17.4",
103100
"ffmpeg-static": "^4.2.4",
104-
"form-data": "^3.0.0",
105-
"i18next": "^19.4.4",
101+
"i18next": "^19.9.2",
106102
"i18next-browser-languagedetector": "^4.2.0",
107103
"in-browser-download": "^2.0.0",
108104
"jac-format": "^1.1.3",
109105
"js-md5": "^0.7.3",
110-
"mime-types": "^2.1.28",
111106
"material-survey": "^1.0.41",
107+
"mime-types": "^2.1.28",
112108
"moment": "^2.24.0",
113109
"nan": "^2.14.1",
114-
"posthog-js": "^1.0.4",
115110
"qs": "^6.9.4",
116111
"react-ace": "^7.0.4",
117112
"react-data-table-component": "^6.2.2",
118113
"react-dropzone": "^11.0.3",
119-
"react-github-btn": "^1.2.0",
120114
"react-hotkeys": "^2.0.0",
121115
"react-i18next": "^11.4.0",
122116
"react-icons": "^3.9.0",
@@ -130,7 +124,6 @@
130124
"seamless-immutable": "^7.1.4",
131125
"seamless-immutable-patch": "^1.0.4",
132126
"seed-random": "^2.2.0",
133-
"seedrandom": "^3.0.5",
134127
"serve": "^11.3.2",
135128
"styled-components": "^5.0.0",
136129
"udt-collaboration-server": "^1.0.8",
@@ -166,11 +159,11 @@
166159
"publish": {
167160
"provider": "github",
168161
"releaseType": "release"
162+
},
163+
"ava": {
164+
"nodeArguments": [
165+
"--experimental-modules"
166+
]
169167
}
170-
},
171-
"ava": {
172-
"nodeArguments": [
173-
"--experimental-modules"
174-
]
175168
}
176169
}

0 commit comments

Comments
 (0)