-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.24 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.24 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
{
"name": "meshjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dexhunterio/swaps": "^0.0.96",
"@emurgo/cardano-message-signing-browser": "^1.0.1",
"@emurgo/cardano-serialization-lib-browser": "^11.5.0",
"@meshsdk/core": "^1.5.25",
"@meshsdk/react": "^1.1.10-beta.3",
"axios": "^1.6.7",
"deep-chat-react": "^2.0.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"flowbite-react": "^0.10.1",
"framer": "^2.4.1",
"next": "^14.2.5",
"node-fetch": "^3.3.2",
"openai": "^4.28.0",
"postcss-nesting": "^12.0.2",
"react": "^18",
"react-dom": "^18",
"react-share": "^5.1.0",
"replicate": "^0.31.1",
"twitter-api-v2": "^1.17.2"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7",
"typescript": "^5",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
}
}