Files
marketing/package.json
T

29 lines
675 B
JSON
Raw Normal View History

2026-05-21 12:49:45 +02:00
{
2026-06-02 22:42:03 +03:00
"scripts": {
2026-08-24 13:07:16 +03:00
"start": "vite",
"build": "vite build"
2026-06-02 22:42:03 +03:00
},
2026-05-21 12:49:45 +02:00
"dependencies": {
2026-09-02 09:41:12 +03:00
"@reduxjs/toolkit": "^2.12.0",
2026-08-24 06:45:21 +03:00
"http-server": "^14.1.1",
"react": "^19.2.8",
"react-dom": "^19.2.8",
2026-09-02 09:41:12 +03:00
"react-redux": "^9.3.0",
2026-09-03 13:50:12 +03:00
"react-yandex-metrika": "^2.6.0",
2026-08-30 14:47:34 +03:00
"styled-components": "^6.5.3",
"zustand": "^5.0.15"
2026-05-21 12:49:45 +02:00
},
"devDependencies": {
2026-06-21 13:23:36 +03:00
"@minify-html/node": "^0.18.1",
2026-08-24 13:07:16 +03:00
"@types/node": "^26.2.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.5",
"@vitejs/plugin-react": "^6.1.0",
2026-08-21 17:52:45 +03:00
"easy-https": "^1.0.1",
"javascript-obfuscator": "^5.5.0",
2026-08-24 13:07:16 +03:00
"typescript": "^7.0.2",
"vite": "^8.2.2",
2026-05-21 12:49:45 +02:00
"ws": "^8.20.1"
}
}