generated from NEARBuilders/project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.16 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "near-roast-agent",
"version": "0.0.1",
"homepage": "/",
"scripts": {
"dev": "concurrently \"next dev\" \"make-agent dev\"",
"build": "next build",
"start": "next start",
"lint": "next lint",
"fmt": "prettier --write '**/*.{js,jsx,ts,tsx,json}'",
"fmt:check": "prettier --check '**/*.{js,jsx,ts,tsx,json}'"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react": "^18",
"@types/react-dom": "^18",
"concurrently": "^9.1.0",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"prettier": "^3.3.3",
"raw-loader": "^4.0.2",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"dependencies": {
"@elysiajs/swagger": "1.1.1",
"@near-js/client": "^0.0.2",
"agent-twitter-client": "^0.0.16",
"elysia": "^1.1.26",
"make-agent": "^0.0.25",
"next": "14.2.16",
"openai": "^4.72.0",
"react": "^18",
"react-dom": "^18",
"vercel-url": "^0.2.1"
}
}