-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 814 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 814 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": "floating-window-demo-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev | pino-pretty",
"build": "next build",
"start": "next start | pino-pretty",
"lint": "next lint"
},
"dependencies": {
"@pipedrive/app-extensions-sdk": "^0.10.3",
"@prisma/client": "^4.6.1",
"bootstrap": "^5.2.3",
"cookies-next": "^2.1.1",
"eslint-config-next": "13.0.5",
"form-data": "^4.0.5",
"next": "^13.5.11",
"pino": "^8.7.0",
"pino-pretty": "^9.1.1",
"pipedrive": "^17.5.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"socket.io": "^4.6.2",
"socket.io-client": "^4.5.4"
},
"devDependencies": {
"eslint": "^8.29.0",
"eslint-plugin-prefer-arrow-functions": "^3.1.4",
"eslint-plugin-react": "^7.31.11"
}
}