-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
76 lines (76 loc) · 1.96 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
{
"name": "@tago-io/tagocore",
"version": "0.7.0",
"author": "TagoIO Inc.",
"description": "TagoCore by TagoIO",
"license": "Apache-2.0",
"private": true,
"bin": "packages/tcore-cli/build/index.js",
"engines": {
"node": ">=20.0.0"
},
"type": "module",
"workspaces": ["packages/*", "plugins/*"],
"keywords": ["platform", "iot", "tagoio", "tcore"],
"bugs": {
"url": "https://github.com/tago-io/tcore/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tago-io/tcore.git"
},
"dependencies": {
"@tago-io/sdk": "11.3.6",
"async": "3.2.6",
"axios": "0.26.0",
"body-parser": "2.0.1",
"chalk": "5.3.0",
"cors": "2.8.5",
"express": "4.21.1",
"luxon": "3.5.0",
"nanoid": "5.0.9",
"md5": "2.3.0",
"polished": "4.3.1",
"ora": "8.1.0",
"qs": "6.10.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"semver": "7.6.3",
"socket.io": "4.4.1",
"socket.io-client": "4.4.1",
"styled-components": "6.1.13",
"systeminformation": "5.23.13",
"uuid": "10.0.0",
"zod": "3.23.8"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@swc-node/register": "1.10.9",
"@tago-io/tcore-sdk": "0.7.2",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/async": "3.2.24",
"@types/axios": "0.14.0",
"@types/express": "5.0.0",
"@types/luxon": "3.4.2",
"@types/ms": "0.7.34",
"@types/node": "22.10.2",
"@types/semver": "7.5.8",
"@types/cors": "2.8.17",
"@types/uuid": "10.0.0",
"@types/md5": "2.3.5",
"@types/react": "18.3.17",
"@types/react-dom": "18.3.5",
"@vitejs/plugin-react-swc": "3.7.2",
"concurrently": "9.1.0",
"esbuild": "0.24.0",
"jsdom": "25.0.1",
"ts-node": "10.9.2",
"typescript": "5.7.2",
"vitest": "2.1.8",
"vite": "6.0.3",
"vite-plugin-svgr": "4.3.0"
}
}