This repository was archived by the owner on Apr 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.59 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.59 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
56
57
58
{
"name": "olaf",
"version": "1.0.0",
"private": true,
"browserslist": [
"> 5%"
],
"scripts": {
"test": "echo \"Error: no test specified\"",
"posttest": "npm run lint",
"start": "parcel index.html -p 3000",
"build": "npm run clean && parcel build index.html --public-url ./",
"clean": "del-cli dist",
"lint": "eslint src",
"signal": "signalhubws listen -p 4000"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-eslint": "^10.0.1",
"del-cli": "^1.1.0",
"eslint": "^5.6.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-babel": "^5.2.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"parcel-bundler": "^1.9.7",
"parcel-plugin-sw-precache": "^1.0.1"
},
"dependencies": {
"@geut/discovery-swarm-webrtc": "^2.2.4",
"anchorme": "^1.1.2",
"balloon-css": "^0.5.0",
"choo": "^6.13.0",
"choo-devtools": "^2.5.1",
"choo-service-worker": "^2.4.0",
"color-contrast": "0.0.1",
"copy-to-clipboard": "^3.0.8",
"file-type": "^10.1.0",
"flush-write-stream": "^1.0.3",
"hyperdb": "^3.5.0",
"hyperid": "^1.4.1",
"pump": "^3.0.0",
"qrcode": "^1.3.0",
"random-access-idb": "^1.2.0",
"random-access-memory": "^3.0.0",
"random-color": "^1.0.1",
"signalhubws": "^1.0.4",
"tachyons": "^4.11.1",
"tinydate": "^1.0.0"
}
}