Skip to main content

apps/web/package.json

Metadata

Indexed Symbols

No indexed functions/methods detected in this file.

Markdown Headings (if applicable)

No markdown headings detected.

Source Preview

{
"name": "@anchor/web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start -p 3000",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"test": "node --test test/*.test.js"
},
"dependencies": {
"@anchor/contracts": "workspace:*",
"@anchor/ui": "workspace:*",
"@tanstack/react-query": "^5.62.9",
"@tanstack/react-table": "^8.20.5",
"next": "^15.1.3",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.20",