-
Notifications
You must be signed in to change notification settings - Fork 81
/
package.json
87 lines (87 loc) · 2.49 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
83
84
85
86
87
{
"name": "videojs.com",
"private": true,
"description": "A website to show off how awesome Video.js is.",
"version": "0.1.0",
"author": "Matthew McClure <mathews.kyle@gmail.com>",
"dependencies": {
"@babel/core": "^7.17.12",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@reach/router": "^1.3.4",
"@videojs/themes": "^1.0",
"acorn": "^8.7.1",
"babel-eslint": "^10.1.0",
"babel-plugin-styled-components": "^2.0.7",
"core-js": "^3.22.5",
"cosmiconfig": "^6.0.0",
"gatsby": "^4.14.1",
"gatsby-plugin-google-analytics": "^4.14.0",
"gatsby-plugin-image": "^2.14.1",
"gatsby-plugin-manifest": "^4.14.0",
"gatsby-plugin-mdx": "^3.14.0",
"gatsby-plugin-offline": "^5.14.1",
"gatsby-plugin-react-helmet": "^5.14.0",
"gatsby-plugin-sharp": "^4.14.1",
"gatsby-plugin-styled-components": "^5.14.0",
"gatsby-remark-prismjs": "^6.14.0",
"gatsby-source-filesystem": "^4.14.0",
"gatsby-transformer-json": "^4.14.0",
"gatsby-transformer-sharp": "^4.14.0",
"github-slugger": "^1.4.0",
"lodash": "^4.17.21",
"polished": "^3.4.1",
"postcss-preset-env": "^7.5.0",
"prismjs": "^1.28.0",
"prop-types": "^15.7.2",
"query-string": "^5.1.1",
"react": "^16.14.0",
"react-burger-menu": "^2.6.11",
"react-dom": "^16.14.0",
"react-helmet": "^5.2.1",
"react-input-slider": "^5.0.15",
"shortid": "^2.2.14",
"styled-components": "^5.3.5",
"typescript": "^2.9.2",
"video.js": "^8.16.1",
"videojs-mux": "^4.19.0",
"videojs-playlist": "^5.1.0",
"videojs-playlist-ui": "^4.2.1"
},
"devDependencies": {
"bluebird": "^3.7.2",
"deepmerge": "^4.2.2",
"prettier": "^1.17.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"dlplugins": "node ./download-plugins.js",
"dlversion": "node ./download-version.js",
"prebuild": "npm run dlplugins && npm run dlversion",
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"repository": {
"type": "git",
"url": "https://github.com/videojs/videojs.com"
},
"bugs": {
"url": "https://github.com/videojs/videojs.com/issues"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all",
"not safari < 10",
"not chrome < 51",
"not android < 5",
"not ie < 12"
]
}