-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
148 lines (148 loc) · 4.57 KB
/
package.json
File metadata and controls
148 lines (148 loc) · 4.57 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "@pwa-tech-talk/source",
"description": "Live presentation about progressive web applications, including the most usable or interesting functionalities. Real-world use cases with popular examples, tips and tricks.",
"version": "1.0.0",
"license": "GNU General Public License v3.0",
"author": "Jakub Jóźwiak <kubencki@gmail.com>",
"homepage": "https://pwa-tech-talk.vercel.app/",
"repository": {
"type": "git",
"url": "https://github.com/Jozwiaczek/smart-gate.git"
},
"keywords": [
"PWA",
"Progressive web application",
"Web APIs",
"PWA Comparison"
],
"scripts": {
"api:ngrok": ". ./tools/scripts/api-ngrok-tunnel.sh",
"prisma:format": "prisma format",
"prisma:generate": "prisma generate",
"prisma:migrate": "prisma migrate dev",
"prisma:seed": "prisma db seed",
"prisma:studio": "prisma studio",
"prisma:validate": "prisma validate"
},
"private": true,
"devDependencies": {
"@nestjs/cli": "^10.2.1",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.0.2",
"@nx/esbuild": "17.0.2",
"@nx/eslint": "17.0.2",
"@nx/eslint-plugin": "17.0.2",
"@nx/jest": "17.0.2",
"@nx/js": "17.0.2",
"@nx/nest": "^17.0.2",
"@nx/next": "^17.0.2",
"@nx/node": "17.0.2",
"@nx/react": "17.0.2",
"@nx/webpack": "17.0.2",
"@nx/workspace": "17.0.2",
"@simplewebauthn/typescript-types": "^8.3.4",
"@swc-node/register": "~1.6.7",
"@swc/core": "~1.3.85",
"@testing-library/react": "14.0.0",
"@types/jest": "^29.4.0",
"@types/jsonwebtoken": "^9.0.5",
"@types/leaflet": "^1.9.8",
"@types/ms": "^0.7.34",
"@types/node": "18.14.2",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.9",
"@types/react-speech-recognition": "^3.9.4",
"@types/ua-parser-js": "^0.7.38",
"@types/uuid": "^9.0.7",
"@types/web-bluetooth": "^0.0.20",
"@types/web-push": "^3.6.3",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"autoprefixer": "10.4.13",
"babel-jest": "^29.4.1",
"esbuild": "^0.19.2",
"eslint": "~8.46.0",
"eslint-config-next": "13.4.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"nx": "17.0.2",
"postcss": "8.4.21",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"prisma": "^5.5.2",
"tailwindcss": "3.2.7",
"tailwindcss-debug-screens": "^2.2.1",
"tailwindcss-safe-area": "^0.4.1",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.1.3"
},
"dependencies": {
"@fastify/cookie": "^9.1.0",
"@fastify/csrf-protection": "^6.4.1",
"@fastify/helmet": "^11.1.1",
"@heroicons/react": "^2.0.18",
"@nestjs/common": "^10.0.2",
"@nestjs/core": "^10.0.2",
"@nestjs/platform-express": "^10.0.2",
"@nestjs/platform-fastify": "^10.2.8",
"@nestjs/platform-socket.io": "^10.2.8",
"@nestjs/websockets": "^10.2.8",
"@nextui-org/react": "^2.2.1",
"@prisma/client": "5.5.2",
"@simplewebauthn/browser": "^8.3.4",
"@simplewebauthn/server": "^8.3.5",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"@vercel/analytics": "^1.1.1",
"axios": "^1.0.0",
"babel-loader": "^9.1.3",
"base64url": "^3.0.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"framer-motion": "^10.16.4",
"isomorphic-dompurify": "^1.9.0",
"jsonwebtoken": "^9.0.2",
"ms": "^2.1.3",
"next": "13.4.1",
"next-pwa": "^5.6.0",
"next-sitemap": "^4.2.3",
"next-themes": "^0.2.1",
"puppeteer": "^21.5.2",
"qrcode.react": "^3.1.0",
"react": "18.2.0",
"react-code-blocks": "^0.1.5",
"react-dom": "18.2.0",
"react-gamepads": "^1.0.0",
"react-github-btn": "^1.4.0",
"react-leaflet": "^4.2.1",
"react-speech-recognition": "^3.10.0",
"react-toastify": "^9.1.3",
"react-use": "^17.4.0",
"recharts": "^2.9.3",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"sharp": "^0.32.6",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2",
"tailwind-merge": "^2.0.0",
"tslib": "^2.3.0",
"ua-parser-js": "^1.0.37",
"uuid": "^9.0.1",
"web-push": "^3.6.6",
"zod": "^3.22.4"
},
"prisma": {
"schema": "apps/api/prisma/schema.prisma"
},
"engines": {
"npm": "Please use pnpm",
"yarn": "Please use pnpm"
}
}