mirror of
https://github.com/profullstack/logicsrc.git
synced 2026-08-13 22:37:29 +00:00
32 lines
880 B
JSON
32 lines
880 B
JSON
{
|
|
"name": "@logicsrc/web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "LogicSRC standards and open specification PWA (Next.js).",
|
|
"scripts": {
|
|
"dev": "next dev -p 5174",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"test": "vitest run contract",
|
|
"test:contract": "vitest run contract",
|
|
"test:e2e": "playwright test"
|
|
},
|
|
"dependencies": {
|
|
"@profullstack/autoblog": "github:profullstack/autoblog#75e54af",
|
|
"@supabase/supabase-js": "^2.105.4",
|
|
"marked": "^18.0.5",
|
|
"next": "16.2.6",
|
|
"react": "19.2.0",
|
|
"react-dom": "19.2.0",
|
|
"sanitize-html": "^2.17.5"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.57.0",
|
|
"@types/node": "^24.10.1",
|
|
"@types/react": "^19.2.0",
|
|
"@types/react-dom": "^19.2.0",
|
|
"@types/sanitize-html": "^2.16.1",
|
|
"typescript": "^5.9.3",
|
|
"vitest": "^4.0.8"
|
|
}
|
|
}
|