-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
69 lines (69 loc) · 1.96 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
{
"name": "dat-workshop",
"version": "1.0.0",
"description": "A hands-on introduction to creating decentralized apps using Dat. By GEUT",
"main": "index.js",
"browserslist": [
"> 5%"
],
"dependencies": {
"@geut/discovery-swarm-webrtc": "^1.0.1",
"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": "^9.0.0",
"flush-write-stream": "^1.0.3",
"hypercore": "^6.19.1",
"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",
"signalhub": "^4.9.0",
"signalhubws": "^1.0.4",
"tachyons": "^4.11.1",
"tinydate": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"docsify-cli": "^4.2.1",
"eslint": "^5.6.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-babel": "^5.2.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"jest": "^23.6.0",
"parcel-bundler": "^1.12.3",
"parcel-plugin-sw-precache": "^1.0.1"
},
"scripts": {
"test": "jest",
"start": "docsify serve --port 5000",
"lint": "eslint problems",
"olaf": "parcel problems/10/olaf/index.html -p 3000",
"signal": "signalhubws listen -p 4000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geut/dat-workshop.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/geut/dat-workshop/issues"
},
"homepage": "https://github.com/geut/dat-workshop#readme"
}