-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1002 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1002 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
30
31
32
33
34
35
36
37
38
39
{
"name": "casper",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.107.0",
"@make-software/casper-x402": "^1.0.0",
"@make-software/cspr-design": "^2.0.6",
"@make-software/csprclick-core-types": "^2.1.0",
"@make-software/csprclick-ui": "^2.1.0",
"@tanstack/react-query": "^5.101.2",
"axios": "^1.18.1",
"casper-js-sdk": "^5.0.12",
"clsx": "^2.1.1",
"lucide-react": "^1.22.0",
"next": "16.2.9",
"react": "19.2.4",
"react-dom": "19.2.4",
"tailwind-merge": "^3.6.0",
"zustand": "^5.0.14"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/styled-components": "^5.1.36",
"eslint": "^9",
"eslint-config-next": "16.2.9",
"tailwindcss": "^4",
"typescript": "^5"
}
}