reafctor: crypto.js
This commit is contained in:
parent
ed52174b25
commit
6684477f47
|
@ -29,7 +29,8 @@
|
||||||
"@alicloud/tea-util": "1.4.5",
|
"@alicloud/tea-util": "1.4.5",
|
||||||
"@alicloud/tea-typescript": "1.8.0",
|
"@alicloud/tea-typescript": "1.8.0",
|
||||||
"object-hash": "3.0.0",
|
"object-hash": "3.0.0",
|
||||||
"nanoid": "3.3.4"
|
"nanoid": "3.3.4",
|
||||||
|
"crypto-js": "4.1.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@midwayjs/cli": "^2.0.0",
|
"@midwayjs/cli": "^2.0.0",
|
||||||
|
@ -41,7 +42,8 @@
|
||||||
"@types/mongoose": "^5.11.97",
|
"@types/mongoose": "^5.11.97",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
||||||
"@typescript-eslint/parser": "^5.0.0",
|
"@typescript-eslint/parser": "^5.0.0",
|
||||||
"@types/jsonwebtoken": "9.0.1"
|
"@types/jsonwebtoken": "9.0.1",
|
||||||
|
"@types/crypto-js": "4.1.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12.0.0"
|
"node": ">=12.0.0"
|
||||||
|
|
|
@ -20,7 +20,8 @@
|
||||||
"react-hot-toast": "2.4.0",
|
"react-hot-toast": "2.4.0",
|
||||||
"react-spinners": "0.13.8",
|
"react-spinners": "0.13.8",
|
||||||
"react-markdown": "8.0.6",
|
"react-markdown": "8.0.6",
|
||||||
"remark-gfm": "3.0.1"
|
"remark-gfm": "3.0.1",
|
||||||
|
"crypto-js": "4.1.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/react": "^18.0.27",
|
"@types/react": "^18.0.27",
|
||||||
|
@ -33,6 +34,7 @@
|
||||||
"@types/dplayer": "1.25.2",
|
"@types/dplayer": "1.25.2",
|
||||||
"@types/identicon.js": "2.3.1",
|
"@types/identicon.js": "2.3.1",
|
||||||
"rollup-plugin-visualizer": "5.9.0",
|
"rollup-plugin-visualizer": "5.9.0",
|
||||||
"vite-plugin-compression": "0.5.1"
|
"vite-plugin-compression": "0.5.1",
|
||||||
|
"@types/crypto-js": "4.1.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -52,14 +52,12 @@
|
||||||
"rollup-plugin-dts": "5.2.0",
|
"rollup-plugin-dts": "5.2.0",
|
||||||
"axios": "1.3.4",
|
"axios": "1.3.4",
|
||||||
"dayjs": "1.11.7",
|
"dayjs": "1.11.7",
|
||||||
"@types/js-cookie": "3.0.3",
|
"@types/js-cookie": "3.0.3"
|
||||||
"@types/crypto-js": "4.1.1"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"object-hash": "^3.0.0",
|
"object-hash": "^3.0.0",
|
||||||
"vditor": "3.9.0",
|
"vditor": "3.9.0",
|
||||||
"zustand": "4.3.6",
|
"zustand": "4.3.6",
|
||||||
"js-cookie": "3.0.1",
|
"js-cookie": "3.0.1"
|
||||||
"crypto-js": "4.1.1"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user