-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
82 lines (82 loc) · 2.63 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
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "ddj-starter",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/wdr-data/ddj-starter",
"author": "Christine <christine.gotth@gmail.com>",
"license": "MIT",
"scripts": {
"build": "run-p -n --aggregate-output videos build-gatsby build-storybook",
"build-storybook": "build-storybook -c .storybook -o public/components --quiet",
"build-gatsby": "gatsby build --prefix-paths",
"build-prod": "yarn videos && GATSBY_ATI_ENV=production yarn build-gatsby",
"storybook": "start-storybook",
"start": "gatsby develop -H 0.0.0.0",
"serve": "serve -s public",
"videos": "babel-node m3uLoader.js"
},
"dependencies": {
"@babel/core": "^7.4.5",
"@mdx-js/mdx": "^1.1.0",
"@mdx-js/react": "^1.0.27",
"@mdx-js/tag": "^0.20.3",
"@react-hook/window-size": "^1.0.13",
"@storybook/addon-actions": "^5.1.9",
"@storybook/addon-knobs": "^5.1.9",
"@storybook/addon-storysource": "^5.1.9",
"@storybook/addon-viewport": "^5.1.9",
"@storybook/react": "^5.1.9",
"@vx/axis": "^0.0.196",
"@vx/gradient": "^0.0.196",
"@vx/grid": "^0.0.196",
"@vx/group": "^0.0.196",
"@vx/pattern": "^0.0.196",
"@vx/scale": "^0.0.196",
"@vx/shape": "^0.0.196",
"babel-loader": "^8.0.6",
"babel-plugin-styled-components": "^1.10.6",
"class-names": "^1.0.0",
"csv-loader": "^3.0.2",
"d3-array": "^2.4.0",
"gatsby": "^2.10.4",
"gatsby-cli": "^2.7.3",
"gatsby-image": "^2.2.3",
"gatsby-plugin-mdx": "^1.0.16",
"gatsby-plugin-react-helmet": "^3.1.0",
"gatsby-plugin-sharp": "^2.2.1",
"gatsby-plugin-styled-components": "^3.1.1",
"gatsby-remark-images": "^3.1.2",
"gatsby-source-filesystem": "^2.1.6",
"hls.js": "^0.13.2",
"json-loader": "^0.5.7",
"papaparse": "^5.0.1",
"piano-analytics-js": "^6.8.3",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-accessible-accordion": "^3.0.0",
"react-datawrapper-chart": "^1.0.2",
"react-device-detect": "^1.11.14",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-inlinesvg": "^0.8.4",
"react-markdown": "^4.3.1",
"react-social-sharing": "^3.0.1",
"react-tabs": "^3.1.0",
"remove-markdown": "^0.5.0",
"semiotic": "^1.19.11",
"styled-components": "^4.3.2",
"svg-inline-loader": "^0.8.0",
"to-style": "^1.3.3",
"video-react": "^0.14.1"
},
"devDependencies": {
"@babel/node": "^7.8.7",
"css-loader": "^3.0.0",
"file-loader": "^4.0.0",
"npm-run-all": "^4.1.5",
"request": "^2.88.2",
"request-promise-native": "^1.0.8",
"serve": "^11.3.0",
"url-loader": "^2.0.1"
}
}