Files
netris-nestri/packages/www/package.json
Wanjohi 117503081b feat(www): Finish up on the onboarding (#202)
## Description
This is an attempt to finish up on the onboarding and creating a team

## Type of Change

- [ ] Bug fix (non-breaking change)
- [x] New feature (non-breaking change)
- [ ] Breaking change (fix or feature that changes existing
functionality)
- [ ] Documentation update
- [ ] Other (please describe):

## Checklist

- [ ] I have updated relevant documentation
- [x] My code follows the project's coding style
- [x] My changes generate no new warnings/errors
2025-03-05 22:44:00 +03:00

35 lines
898 B
JSON

{
"name": "@nestri/www",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"typecheck": "tsc --noEmit --incremental"
},
"devDependencies": {
"@macaron-css/vite": "^1.5.1",
"@types/bun": "latest",
"vite": "5.4.12",
"vite-plugin-solid": "^2.11.2"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@fontsource-variable/geist-mono": "^5.0.1",
"@fontsource-variable/mona-sans": "^5.0.1",
"@fontsource/geist-sans": "^5.1.0",
"@macaron-css/core": "^1.5.2",
"@macaron-css/solid": "^1.5.3",
"@modular-forms/solid": "^0.25.1",
"@nestri/core": "*",
"@solid-primitives/storage": "^4.3.1",
"@solidjs/router": "^0.15.3",
"modern-normalize": "^3.0.1",
"solid-js": "^1.9.5",
"valibot": "^1.0.0-rc.3",
"zod": "^3.24.2"
}
}