This repository has been archived by the owner on Jan 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.15 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"private": true,
"sideEffects": false,
"version": "0.2.2",
"scripts": {
"build": "remix build",
"service": "remix dev",
"typecheck": "tsc -b",
"lint": "eslint --fix app --ext .ts,.js,.tsx",
"release": "standard-version"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fontsource/nunito": "^5.0.8",
"@mui/icons-material": "^5.14.3",
"@mui/material": "^5.14.4",
"@mui/system": "^5.14.4",
"@remix-run/node": "^1.19.3",
"@remix-run/react": "^1.19.3",
"@remix-run/vercel": "^1.19.3",
"@remix-validated-form/with-zod": "^2.0.6",
"@supabase/auth-helpers-remix": "^0.2.1",
"@types/leaflet": "^1.9.3",
"@vercel/node": "^2.15.9",
"chart.js": "^4.3.3",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"leaflet": "^1.9.4",
"nanoid": "^4.0.2",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "^4.2.1",
"react-recaptcha-x": "^1.1.16",
"remix-validated-form": "^5.0.2",
"socket.io-client": "^4.7.2",
"sweetalert2": "^11.7.22",
"sweetalert2-react-content": "^5.0.7",
"tiny-invariant": "^1.3.1",
"tss-react": "^4.8.8",
"zod": "^3.21.4",
"zustand": "^4.4.1"
},
"devDependencies": {
"@remix-run/dev": "^1.19.3",
"@remix-run/eslint-config": "^1.19.3",
"@remix-run/serve": "^1.19.3",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"eslint": "^8.46.0",
"prettier": "^3.0.1",
"standard-version": "^9.5.0",
"typescript": "^5.1.6"
},
"engines": {
"node": ">=14"
},
"name": "air-quality-back-office",
"description": "Air Quality Back Office",
"repository": {
"type": "git",
"url": "git+https://github.com/AnthonyLzq/Air-Quality-Back-Office.git"
},
"keywords": [
"mqtt"
],
"author": "AnthonyLzq <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AnthonyLzq/Air-Quality-Back-Office/issues"
},
"homepage": "https://github.com/AnthonyLzq/Air-Quality-Back-Office#readme"
}