-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 775 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "motion",
"private": true,
"scripts": {
"dev": "turbo dev",
"build": "turbo build",
"lint": "turbo lint",
"lint:fix": "eslint . --fix",
"typecheck": "turbo typecheck",
"dev:web": "turbo dev --filter=@motion/web",
"dev:party": "turbo dev --filter=@motion/party",
"dev:agent": "turbo dev --filter=@motion/agent-runtime",
"dev:mcp": "turbo dev --filter=@motion/mcp-server"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"eslint": "^9.39.4",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"tsx": "^4.21.0",
"turbo": "^2",
"typescript": "^5.7",
"typescript-eslint": "^8.57.2"
},
"packageManager": "pnpm@10.14.0",
"engines": {
"node": ">=18"
}
}