-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
36 lines (36 loc) · 1.04 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
{
"name": "flash-demo",
"version": "0.0.2",
"private": false,
"license": "MIT",
"authors": [
"Paul Handy <paul@iota.org>",
"Lewis Freiberg <lewis.freiberg@iota.org>",
"Peter Willemsen <>",
"Chris Dukakis <chris.dukakis@iota.org>"
],
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"curl.lib.js": "^1.0.22",
"date-fns": "^1.29.0",
"eventemitter3": "^3.0.0",
"iota.flash.js": "github:iotaledger/iota.flash.js",
"iota.lib.js": "l3wi/iota.lib.js",
"isomorphic-fetch": "^2.2.1",
"next": "^3.2.2",
"next-routes": "^1.2.0",
"peer": "^0.2.8",
"peerjs": "^0.3.14",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"styled-components": "^2.4.0",
"webrtc-adapter": "^6.1.0"
}
}