-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.31 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
{
"name": "fog-computing-app",
"version": "0.0.1",
"description": "An example use case for fog computing using ZeroMQ as communication layer.",
"main": "app.js",
"scripts": {
"client": "NODE_ENV=client node app.js",
"server": "NODE_ENV=server node app.js",
"docs": "esdoc"
},
"author": "Langleu",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.18",
"@fortawesome/free-brands-svg-icons": "^5.8.2",
"@fortawesome/free-regular-svg-icons": "^5.8.2",
"@fortawesome/free-solid-svg-icons": "^5.8.2",
"@fortawesome/vue-fontawesome": "^0.1.6",
"@nuxtjs/axios": "^5.5.3",
"body-parser": "^1.19.0",
"bootstrap-vue": "^2.0.0-rc.20",
"chart.js": "^2.8.0",
"express": "^4.16.4",
"jquery": "^3.4.1",
"lodash": "^4.17.11",
"lokijs": "^1.5.6",
"nuxt-edge": "^2.7.2-25970410.dbb9f039",
"nuxt-fontawesome": "^0.4.0",
"tinkerforge": "^2.1.22",
"vue-chartjs": "^3.4.2",
"winston": "^3.2.1",
"zeromq": "^5.1.0"
},
"devDependencies": {
"docdash": "^1.1.1",
"esdoc": "^1.1.0",
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-external-ecmascript-plugin": "^1.0.0",
"esdoc-external-nodejs-plugin": "^1.0.0",
"esdoc-integrate-manual-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0"
}
}