28 lines
681 B
JSON
28 lines
681 B
JSON
{
|
|
"name": "@aidoit/msp",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --port 3001",
|
|
"build": "next build",
|
|
"start": "next start --port 3001",
|
|
"lint": "next lint",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "echo \"No MSP tests yet\""
|
|
},
|
|
"dependencies": {
|
|
"@aidoit/contracts": "workspace:*",
|
|
"@aidoit/sdk": "workspace:*",
|
|
"@aidoit/ui": "workspace:*",
|
|
"next": "^15.2.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@aidoit/config": "workspace:*",
|
|
"@types/node": "^22.0.0",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"typescript": "^5.8.0"
|
|
}
|
|
} |