moving
Some checks failed
Installer Smoke / installer-smoke (push) Has been cancelled

This commit is contained in:
Oleg Maslov
2026-09-02 10:10:29 +02:00
commit 0c3e2ead3b
3841 changed files with 970576 additions and 0 deletions

34
apps/www/package.json Normal file
View File

@@ -0,0 +1,34 @@
{
"name": "waggle-www",
"private": true,
"version": "0.3.0",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "node --disable-warning=DEP0040 ../../node_modules/vitest/vitest.mjs run",
"test:watch": "vitest"
},
"dependencies": {
"@clerk/nextjs": "^7.3.0",
"@clerk/themes": "^2.4.57",
"lucide-react": "^0.577.0",
"next": "^15.1.0",
"next-intl": "^3.26.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-markdown": "^9.0.1",
"remark-gfm": "^4.0.0",
"stripe": "^21.0.1"
},
"devDependencies": {
"@types/node": "^22.10.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^6.0.1",
"eslint-config-next": "^15.1.0",
"typescript": "^5.9.3"
}
}