Files
waggle-os/apps/www/package.json
Oleg Maslov 0c3e2ead3b
Some checks failed
Installer Smoke / installer-smoke (push) Has been cancelled
moving
2026-09-02 10:10:29 +02:00

35 lines
858 B
JSON

{
"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"
}
}