marketing/package.json
2026-08-24 06:45:21 +03:00

19 lines
468 B
JSON

{
"scripts": {
"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"
},
"dependencies": {
"http-server": "^14.1.1",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"styled-components": "^6.5.3"
},
"devDependencies": {
"@minify-html/node": "^0.18.1",
"easy-https": "^1.0.1",
"javascript-obfuscator": "^5.5.0",
"ws": "^8.20.1"
}
}