-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.3 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
77
78
79
80
81
82
83
{
"name": "renegade-lims",
"version": "0.0.2",
"scripts": {
"build-js": "bin/build.js",
"watch-js": "bin/build.js -d",
"build-css": "gulp build:css",
"watch-css": "gulp watch:css",
"build": "gulp build",
"watch": "gulp watch",
"dev": "bin/dev.js",
"start": "bin/server.js",
"flush": "scripts/flush.sh"
},
"dependencies": {
"async": "^3.2.0",
"backoff": "^2.5.0",
"buffer-equal-constant-time": "^1.0.1",
"date-and-time": "^0.13.1",
"ecstatic": "^4.1.2",
"fs-extra": "^9.0.0",
"hypercore": "^8.11.1",
"jsdom": "^16.2.2",
"level": "^6.0.1",
"level-livefeed": "^0.2.0",
"level-ws": "^2.0.0",
"minimist": "^1.2.5",
"monotonic-timestamp": "0.0.9",
"multiplex": "^6.7.0",
"ntp-client": "^0.5.3",
"os-timesync": "^1.0.9",
"ping": "^0.2.2",
"qr-scanner": "^1.2.0",
"routes": "^2.1.0",
"rpc-multiauth": "0.0.6",
"rpc-multistream": "^1.0.0",
"sane-email-validation": "^3.0.1",
"subleveldown": "^4.1.4",
"through2": "^3.0.1",
"uuid": "^7.0.2",
"websocket-stream": "^5.5.2"
},
"author": {
"name": "Marc Juul",
"email": "[email protected]",
"url": "https://github.com/juul"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@babel/preset-env": "^7.8.6",
"@material-ui/core": "^4.9.9",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.48",
"FontLoader": "0.0.2",
"akima-interpolator": "^1.0.0",
"aliasify": "^2.1.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babelify": "^10.0.0",
"browserify": "^16.5.0",
"bwip-js": "^2.0.6",
"byline": "^5.0.0",
"colors": "^1.4.0",
"eds-handler": "git+https://github.com/renegadebio/eds-handler.git",
"file-saver": "^2.0.2",
"getusermedia": "^2.0.1",
"gulp": "^4.0.2",
"gulp-cssimport": "^7.0.0",
"gulp-inline-source": "^4.0.0",
"gulp-sass": "^4.1.0",
"linkstate": "^1.1.1",
"moment": "^2.27.0",
"preact": "^10.4.0",
"preact-async-route": "^2.2.1",
"preact-router": "^3.2.1",
"qrcode-generator": "^1.4.4",
"qrcode-reader": "^1.0.4",
"renegade-lims-core": "git+https://github.com/renegadebio/renegade-lims-core.git",
"watchify": "^3.11.1",
"xlsx": "^0.16.1",
"z-preact-easy-state": "^6.0.12"
},
"license": "AGPL-3.0"
}