-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 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
{
"name": "aiddn_client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"push": "node ./src/services/notification/webpush/daemon.mjs",
"dev-with-push": "concurrently \"next dev\" \"node ./src/services/notification/webpush/daemon.mjs\"",
"build": "next build",
"start": "concurrently \"next start\" \"node ./src/services/notification/webpush/daemon.mjs\"",
"lint": "next lint"
},
"dependencies": {
"@ably-labs/react-hooks": "^2.1.1",
"@reduxjs/toolkit": "^1.9.5",
"ably": "^1.2.39",
"async-mutex": "^0.4.0",
"autoprefixer": "10.4.14",
"dotenv": "^16.0.3",
"eslint": "8.39.0",
"eslint-config-next": "13.3.4",
"flowbite": "^1.6.5",
"flowbite-react": "^0.4.4",
"framer-motion": "^10.12.8",
"jsonwebtoken": "^9.0.0",
"keen-slider": "^6.8.5",
"lodash": "^4.17.21",
"mongodb": "^5.5.0",
"mongoose": "^7.2.1",
"next": "13.3.4",
"next-pwa": "^5.6.0",
"next-redux-wrapper": "^8.1.0",
"postcss": "8.4.23",
"posthog-js": "^1.56.0",
"posthog-node": "^3.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"react-redux": "^8.0.5",
"recharts": "^2.6.2",
"socket.io": "^4.6.1",
"tailwindcss": "3.3.2",
"web-push": "^3.6.1",
"zustand": "^4.3.8"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/lodash": "^4.14.194",
"@types/node": "20.1.0",
"@types/react": "18.2.6",
"concurrently": "^8.0.1"
}
}