mod: minor (переименование каталога)

This commit is contained in:
2026-01-09 20:51:35 +03:00
parent 785cdeae9c
commit b17a2e1333
4 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
"name": "tmp-frontend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@codemirror/commands": "^6.10.1",
"@codemirror/lang-html": "^6.4.11",
"@codemirror/language": "^6.12.1",
"@codemirror/theme-one-dark": "^6.1.3",
"codemirror": "^6.0.2"
},
"devDependencies": {
"esbuild": "^0.27.2"
}
}