mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02:00
move dependencies to devDependencies in translations package.json GitOrigin-RevId: 4c7b058d3dc9028e72eeec531b615bee9adc6ab7
10 lines
234 B
JSON
10 lines
234 B
JSON
{
|
|
"devDependencies": {
|
|
"@brainly/onesky-utils": "https://github.com/overleaf/nodejs-onesky-utils/archive/main.tar.gz",
|
|
"node-fetch": "^2.7.0",
|
|
"sanitize-html": "^2.12.1",
|
|
"yargs": "^17.7.2"
|
|
},
|
|
"type": "module"
|
|
}
|