This repository has been archived by the owner on Sep 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.72 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
{
"name": "bigiot-driver-app",
"description": "",
"version": "6.6.6",
"repository": {
"type": "git",
"url": "git://github.com/flowhub/bigiot-driver-app.git"
},
"license": "MIT",
"scripts": {
"build": "webpack",
"lint": "eslint *.js components/*.js",
"lint-fix": "eslint --fix *.js components/*.js",
"postinstall": "noflo-cache-preheat",
"pretest": "npm run lint && npm run build",
"start": "webpack-dev-server",
"test": "fbp-spec --address ws://localhost:3569 --command \"noflo-runtime-headless -f dist/test.js\" spec/"
},
"dependencies": {
"@material-ui/core": "^3.3.2",
"@material-ui/icons": "^3.0.1",
"bigiot-js": "^0.6.3",
"get-function-params": "^2.0.6",
"leaflet": "^1.3.4",
"noflo": "^1.0.0",
"noflo-bigiot": "0.0.2",
"noflo-core": "^0.5.0",
"noflo-dom": "^0.3.0",
"noflo-interaction": "^0.3.0",
"noflo-runtime-postmessage": "^0.10.1",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-leaflet": "^2.1.1",
"where": "^0.3.1"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"babel-loader": "^8.0.4",
"chai": "^4.2.0",
"coffee-loader": "^0.9.0",
"coffeescript": "^2.3.2",
"copy-webpack-plugin": "^4.6.0",
"eslint": "^4.18.0",
"eslint-config-airbnb-base": "^12.0.0",
"eslint-plugin-import": "^2.7.0",
"fbp-loader": "^0.1.2",
"fbp-spec": "^0.6.6",
"mocha": "^5.0.0",
"noflo-component-loader": "^0.3.2",
"noflo-runtime-headless": "^0.1.0",
"sw-precache-webpack-plugin": "^0.11.5",
"webpack": "^4.24.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10",
"webpack-pwa-manifest": "^3.7.1"
},
"keywords": [
"noflo"
]
}