1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 02:12:30 +01:00

move deps to devDeps

reduces size of final app
This commit is contained in:
Mikael Finstad 2022-01-14 14:04:56 +07:00
parent 2adf6bdf5a
commit 58fea3b0ee
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

View File

@ -40,6 +40,7 @@
"license": "GPL-2.0-only",
"devDependencies": {
"@types/jest": "^26.0.20",
"array-move": "^3.0.1",
"axios": "^0.21.2",
"color": "^3.1.0",
"concurrently": "^6.0.0",
@ -62,9 +63,12 @@
"framer-motion": "1",
"hammerjs": "^2.0.8",
"i18next-scanner": "^3.0.0",
"icon-gen": "^3.0.0",
"json5": "^2.1.3",
"lodash": "^4.17.19",
"mkdirp": "^1.0.3",
"moment": "^2.18.1",
"mousetrap": "^1.6.5",
"p-map": "^4.0.0",
"patch-package": "^6.2.1",
"pify": "^5.0.0",
@ -93,7 +97,6 @@
"wait-on": "^5.3.0"
},
"dependencies": {
"array-move": "^3.0.1",
"cue-parser": "^0.3.0",
"electron-is-dev": "1",
"electron-store": "5.1.1",
@ -105,10 +108,7 @@
"i18next": "^19.8.5",
"i18next-electron-language-detector": "^0.0.10",
"i18next-fs-backend": "^1.0.1",
"icon-gen": "^3.0.0",
"json5": "^2.1.3",
"mime-types": "^2.1.14",
"mousetrap": "^1.6.5",
"open": "^7.0.3",
"read-chunk": "^2.0.0",
"semver": "^7.1.3",