apps/web/package.json
Metadata
- Purpose: Package manifest defining scripts and dependencies.
- Domain:
applications - Language:
json - Bytes: 804
- Lines: 33
- Content hash (short):
490ee1f3 - Source (start): apps/web/package.json:1
- Source (end): apps/web/package.json:33
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",