forked from TheTechCompany/HiveCommand
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 963 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 963 Bytes
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
{
"name": "@hivecomand-clients/root",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheTechCompany/HiveCommandClient.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TheTechCompany/HiveCommandClient/issues"
},
"homepage": "https://github.com/TheTechCompany/HiveCommandClient#readme",
"devDependencies": {
"@types/jest": "^27.0.3",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"jest": "^27.3.1",
"lerna": "^4.0.0",
"process": "^0.11.10",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
},
"dependencies": {
"@apollo/client": "^3.5.6",
"graphql": "15.x",
"loglevel": "^1.8.0",
"nanoid": "^3.1.30",
"node-opcua": "^2.50.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}