-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 901 Bytes
/
package.json
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
{
"name": "key-change",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/nextjs-registry": "1.0.1",
"@mparticle/aquarium": "1.26.0",
"@vercel/postgres": "0.9.0",
"camelot-wheel": "0.2.3",
"next": "14.2.5",
"next-auth": "5.0.0-beta.20",
"openai": "4.55.4",
"react": "18.3.1",
"react-circle-of-fifths": "1.0.2",
"react-dom": "18.3.1",
"react-markdown": "9.0.1",
"tonal": "6.2.0",
"zod": "3.23.8",
"zustand": "4.5.4"
},
"devDependencies": {
"@mparticle/eslint-config-react": "^0.0.1",
"@types/node": "22.2.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"antd": "5.20.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.5",
"typescript": "5.5.4"
}
}