๐Ÿ“ฆ hshoff / viewsource

๐Ÿ“„ package.json ยท 34 lines
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{
  "name": "@hshoff/funcodetime",
  "version": "1.0.0",
  "description": "FunTimeCode episodes ",
  "main": "index.js",
  "scripts": {
    "dev": "next",
    "build": "next build",
    "start": "next start"
  },
  "author": "@hshoff",
  "license": "MIT",
  "dependencies": {
    "@vx/axis": "0.0.134",
    "@vx/event": "0.0.127",
    "@vx/gradient": "0.0.129",
    "@vx/grid": "0.0.131",
    "@vx/group": "0.0.127",
    "@vx/mock-data": "0.0.127",
    "@vx/pattern": "0.0.127",
    "@vx/responsive": "0.0.127",
    "@vx/scale": "0.0.127",
    "@vx/shape": "0.0.131",
    "@vx/tooltip": "0.0.134",
    "d3-array": "^1.2.0",
    "d3-format": "^1.2.0",
    "d3-time-format": "^2.0.5",
    "isomorphic-fetch": "^2.2.1",
    "next": "^3.0.1-beta.20",
    "react": "^15.6.1",
    "react-dom": "^15.6.1"
  }
}