2026-05-21 10:49:45 +00:00
|
|
|
{
|
2026-06-02 19:42:03 +00:00
|
|
|
"scripts": {
|
2026-08-21 14:52:45 +00:00
|
|
|
"start": "./node_modules/http-server/bin/http-server -p 9876 -S -C local.hvatilo.ru.pem -K local.hvatilo.ru-key.pem -o .",
|
|
|
|
|
"build": "./build.js"
|
2026-06-02 19:42:03 +00:00
|
|
|
},
|
2026-05-21 10:49:45 +00:00
|
|
|
"dependencies": {
|
2026-08-24 03:45:21 +00:00
|
|
|
"http-server": "^14.1.1",
|
|
|
|
|
"react": "^19.2.8",
|
|
|
|
|
"react-dom": "^19.2.8",
|
|
|
|
|
"styled-components": "^6.5.3"
|
2026-05-21 10:49:45 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-06-21 10:23:36 +00:00
|
|
|
"@minify-html/node": "^0.18.1",
|
2026-08-21 14:52:45 +00:00
|
|
|
"easy-https": "^1.0.1",
|
|
|
|
|
"javascript-obfuscator": "^5.5.0",
|
2026-05-21 10:49:45 +00:00
|
|
|
"ws": "^8.20.1"
|
|
|
|
|
}
|
|
|
|
|
}
|