-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
60 lines (60 loc) · 1.62 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
50
51
52
53
54
55
56
57
58
59
60
{
"name": "next-whatsapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"cypress:open": "npx cypress open"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.1.1",
"@typescript-eslint/parser": "^6.18.0",
"axios": "^1.6.2",
"date-fns": "^3.2.0",
"firebase": "^9.15.0",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"next": "13.0.0",
"polished": "^4.2.2",
"rc-calendar": "^9.15.11",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-color": "^2.19.3",
"react-datepicker": "^4.25.0",
"react-dom": "18.2.0",
"react-icons": "^4.12.0",
"react-outside-click-handler": "^1.3.0",
"react-router-dom": "^6.21.1",
"react-toastify": "^9.1.3",
"react-tooltip": "^5.25.0",
"react-trello": "^2.2.11",
"react-widgets": "^5.8.4",
"socket.io-client": "^4.7.2",
"styled-components": "^6.1.3"
},
"devDependencies": {
"@4tw/cypress-drag-drop": "^2.2.5",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@types/node": "18.11.7",
"@types/react": "18.0.24",
"autoprefixer": "^10.4.13",
"babel-jest": "^29.7.0",
"cypress": "^13.6.2",
"eslint": "8.26.0",
"eslint-config-next": "13.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.18",
"start-server-and-test": "^2.0.3",
"tailwindcss": "^3.2.1",
"typescript": "5.3.3"
}
}