-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.22 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
{
"name": "orbitdb-dashboard",
"version": "1.0.0",
"description": "<h1 align=\"center\">Dashboard for Smart Meter Data in Orbit-DB</h1>",
"main": "index.js",
"scripts": {
"start": "node server/index.js",
"dev": "NODE_ENV=development node server/index.js",
"build": "cd client && npm install && npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stallingerl/orbitdb-dashboard.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/stallingerl/orbitdb-dashboard/issues"
},
"homepage": "https://github.com/stallingerl/orbitdb-dashboard#readme",
"dependencies": {
"@table-library/react-table-library": "^3.1.5",
"axios": "^0.27.2",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"http-proxy-middleware": "^2.0.6",
"ipfs": "^0.62.3",
"orbit-db": "^0.28.6",
"react": "^18.1.0",
"react-table": "^7.8.0",
"reactstrap": "^9.0.3",
"serve-favicon": "^2.5.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"nodemon": "^2.0.16"
},
"engines": {
"node": "16.14.0"
}
}