mirror of
https://github.com/remnawave/frontend.git
synced 2026-05-13 12:16:40 +00:00
chore: remove crypto-js dependency from package.json and package-lock.json
This commit is contained in:
parent
8f7865897b
commit
bbd51b9447
3 changed files with 1 additions and 18 deletions
15
package-lock.json
generated
15
package-lock.json
generated
|
|
@ -52,7 +52,6 @@
|
|||
"color-hash": "^2.0.2",
|
||||
"consola": "^3.4.2",
|
||||
"country-flag-emoji-polyfill": "^0.1.8",
|
||||
"crypto-js": "^4.2.0",
|
||||
"dayjs": "^1.11.19",
|
||||
"dotenv": "^17.3.1",
|
||||
"generate-password-ts": "^1.6.5",
|
||||
|
|
@ -106,7 +105,6 @@
|
|||
"@types/byte-size": "^8.1.2",
|
||||
"@types/bytes": "^3.1.5",
|
||||
"@types/color-hash": "^2.0.0",
|
||||
"@types/crypto-js": "^4.2.2",
|
||||
"@types/lodash": "^4.17.23",
|
||||
"@types/mdx": "^2.0.13",
|
||||
"@types/node": "^22.15.30",
|
||||
|
|
@ -4138,13 +4136,6 @@
|
|||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/crypto-js": {
|
||||
"version": "4.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@types/crypto-js/-/crypto-js-4.2.2.tgz",
|
||||
"integrity": "sha512-sDOLlVbHhXpAUAL0YHDUUwDZf3iN4Bwi4W6a0W0b+QcAezUbRtH4FVb+9J4h+XFPW7l/gQ9F8qC7P+Ec4k8QVQ==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/d3-array": {
|
||||
"version": "3.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@types/d3-array/-/d3-array-3.2.2.tgz",
|
||||
|
|
@ -6330,12 +6321,6 @@
|
|||
"node": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/crypto-js": {
|
||||
"version": "4.2.0",
|
||||
"resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz",
|
||||
"integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/css-functions-list": {
|
||||
"version": "3.3.3",
|
||||
"resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.3.3.tgz",
|
||||
|
|
|
|||
|
|
@ -76,7 +76,6 @@
|
|||
"color-hash": "^2.0.2",
|
||||
"consola": "^3.4.2",
|
||||
"country-flag-emoji-polyfill": "^0.1.8",
|
||||
"crypto-js": "^4.2.0",
|
||||
"dayjs": "^1.11.19",
|
||||
"dotenv": "^17.3.1",
|
||||
"generate-password-ts": "^1.6.5",
|
||||
|
|
@ -130,7 +129,6 @@
|
|||
"@types/byte-size": "^8.1.2",
|
||||
"@types/bytes": "^3.1.5",
|
||||
"@types/color-hash": "^2.0.0",
|
||||
"@types/crypto-js": "^4.2.2",
|
||||
"@types/lodash": "^4.17.23",
|
||||
"@types/mdx": "^2.0.13",
|
||||
"@types/node": "^22.15.30",
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ export default defineConfig({
|
|||
],
|
||||
i18n: ['i18next', 'i18next-http-backend', 'i18next-browser-languagedetector'],
|
||||
motion: ['framer-motion', 'motion-dom', 'motion-utils', 'motion'],
|
||||
crypto: ['crypto-js', '@stablelib/base64', '@stablelib/x25519'],
|
||||
crypto: ['@stablelib/base64', '@stablelib/x25519'],
|
||||
charts: ['recharts', 'highcharts', '@highcharts/react'],
|
||||
dnd: ['@dnd-kit/core', '@dnd-kit/sortable', '@dnd-kit/utilities'],
|
||||
mantinetable: ['mantine-react-table', 'mantine-datatable'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue