-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 838 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 838 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
{
"name": "brainwave",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.1.3",
"antd": "^5.5.1",
"nanoid": "^4.0.2",
"next": "^13.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"reactflow": "^11.7.0",
"zustand": "^4.3.8",
"i18next": "^22.5.0",
"i18next-browser-languagedetector": "^7.0.2",
"react-i18next": "^12.3.1"
},
"devDependencies": {
"@types/node": "18.11.17",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"eslint": "8.30.0",
"eslint-config-next": "13.0.7",
"typescript": "4.9.4"
}
}