marketing/package.json

26 lines
573 B
JSON
Raw Normal View History

2026-05-21 10:49:45 +00:00
{
2026-06-02 19:42:03 +00:00
"scripts": {
2026-08-24 10:07:16 +00:00
"start": "vite",
"build": "vite build"
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",
2026-08-30 11:47:34 +00:00
"styled-components": "^6.5.3",
"zustand": "^5.0.15"
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-24 10:07:16 +00: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 14:52:45 +00:00
"easy-https": "^1.0.1",
"javascript-obfuscator": "^5.5.0",
2026-08-24 10:07:16 +00:00
"typescript": "^7.0.2",
"vite": "^8.2.2",
2026-05-21 10:49:45 +00:00
"ws": "^8.20.1"
}
}