-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.61 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "mazemosaic",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@datastax/astra-db-ts": "^2.0.1",
"@elevenlabs/react": "^0.1.7",
"@modelcontextprotocol/sdk": "^1.10.2",
"@tailwindcss/postcss": "^4.1.5",
"@tanstack/react-query": "^5.81.5",
"@types/dagre": "^0.7.52",
"@types/prismjs": "^1.26.5",
"@types/react": "^19.1.3",
"@types/react-dom": "^19.1.3",
"@typescript-eslint/eslint-plugin": "^8.32.0",
"@typescript-eslint/parser": "^8.32.0",
"ajv": "^8.17.1",
"autoprefixer": "^10.4.21",
"cors": "^2.8.5",
"dagre": "^0.8.5",
"eslint": "^9.26.0",
"eslint-config-next": "^15.3.2",
"everart": "^1.2.2",
"express": "^5.1.0",
"jest": "^29.7.0",
"next": "15.3.1",
"node-fetch": "^2.7.0",
"prismjs": "^1.30.0",
"react": "^18.2.0",
"react-confetti": "^6.4.0",
"react-dom": "^18.2.0",
"react-toastify": "^9.1.3",
"tailwindcss": "^4.1.5",
"typescript": "^5.8.3",
"uuid": "^11.1.0",
"winston": "^3.17.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.44",
"@types/node-fetch": "^2.6.12",
"@types/testing-library__jest-dom": "^5.14.9",
"@types/uuid": "^10.0.0",
"babel-jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.3.2",
"ts-node": "^10.9.2"
},
"type": "module"
}