generated from livechat/next-app
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 886 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
{
"name": "@livechat/developer-app-template-nextjs",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@livechat/agent-app-sdk": "^1.8.0",
"@livechat/design-system-react-components": "^1.12.0",
"@livechat/developer-sdk": "^2.0.36",
"@livechat/developer-ui-react": "^0.0.45",
"@livechat/helpdesk-sdk": "^1.0.3",
"@livechat/moments-sdk": "^1.8.2",
"camelcase": "^6.3.0",
"next": "14.2.2",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "8",
"eslint-config-next": "14.2.2",
"typescript": "^5"
}
}