-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.58 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.58 KB
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
{
"name": "frontend-shared",
"private": true,
"sideEffects": false,
"scripts": {
"dist": "./bin/dist.sh",
"sw": "./bin/sw.sh",
"start": "./bin/start.sh",
"dev": "./bin/dev.sh"
},
"devDependencies": {},
"dependencies": {
"@lls/react-light-calendar": "^2.2.0",
"@nivo/bar": "^0.62.0",
"@nivo/geo": "github:techbyorg/nivo-geo",
"@nivo/line": "^0.62.0",
"@nivo/pie": "^0.62.0",
"assert-none-missing": "github:claydotio/assert-none-missing#es",
"bluebird": "^3.4.6",
"body-parser": "^1.14.1",
"compression": "^1.6.0",
"cookie": "^0.2.4",
"cookie-parser": "^1.4.5",
"exoid": "github:claydotio/exoid#es",
"express": "^4.13.3",
"fingerprintjs": "^0.5.3",
"helmet": "^3.22.0",
"http-hash": "^2.0.0",
"is-hotkey": "^0.1.6",
"iscroll": "git://github.com/claydotio/iscroll.git",
"isuuid": "^0.1.0",
"location-router": "github:claydotio/location-router#es",
"lodash-es": "^4.17.15",
"normalize-styl": "^4.1.1",
"portal-gun": "github:claydotio/portal-gun#es",
"promiz": "^1.0.4",
"qs-lite": "0.0.1",
"react-metatags-hook": "^1.3.0",
"remark-parse": "^6.0.3",
"rxjs": "^7.0.0-beta.0",
"semver-compare": "^1.0.0",
"socket.io-client": "^2.0.4",
"style-loader": "^0.23.1",
"supports-webp": "^1.0.3",
"transition-event": "^1.0.0",
"unified": "^7.0.2",
"uuid-by-string": "^0.5.2",
"vdom-parser": "^1.4.1",
"whatwg-fetch": "^0.10.1",
"xhr-request": "^1.1.0",
"zorium": "github:austinhallock/zorium#preact"
},
"author": "",
"version": "0.0.1"
}