-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.09 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.09 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
{
"name": "cryptalk",
"version": "0.8.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@1inch/fusion-sdk": "^0.1.1",
"@google-cloud/dialogflow": "^5.7.1",
"@metamask/sdk": "^0.2.2",
"@tanstack/query-sync-storage-persister": "^4.29.1",
"@tanstack/react-query": "^4.29.1",
"@tanstack/react-query-persist-client": "^4.29.1",
"axios": "^1.3.5",
"dialogflow": "^1.2.0",
"ethers": "^5.7.2",
"next": "13.2.3",
"next-transpile-modules": "^10.0.0",
"openai": "^3.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"styled-components": "^5.3.6",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/dialogflow": "^4.0.4",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.9",
"@types/styled-components": "^5.1.26",
"@types/uuid": "^9.0.1",
"eslint": "^8.35.0",
"eslint-config-next": "^13.0.6",
"prettier": "2.8.4",
"typescript": "4.9.3"
}
}