-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 2.01 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
{
"name": "ddj-starter",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/wdr-data/ddj-starter",
"author": "Christine <[email protected]>",
"license": "MIT",
"scripts": {
"build": "yarn build-gatsby",
"build-gatsby": "gatsby build --prefix-paths",
"build-prod": "yarn videos && GATSBY_WEBTREKK_ENV=production GATSBY_ATI_ENV=production yarn build-gatsby",
"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",
"babel-loader": "^8.0.6",
"babel-plugin-styled-components": "^1.10.6",
"class-names": "^1.0.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",
"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"
}
}