This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
57 lines (57 loc) · 1.76 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
{
"name": "mozilla-mixed-reality",
"description": "Website for mixedreality.mozilla.org",
"version": "2.0.0",
"author": "Dan Brown <dbrown@mozilla.com>",
"dependencies": {
"aframe": "^0.8.2",
"aframe-react": "^4.4.0",
"gatsby": "^2.22.3",
"gatsby-plugin-google-analytics": "^2.3.2",
"gatsby-plugin-manifest": "^2.4.8",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.3.2",
"gatsby-plugin-sass": "^2.3.2",
"gh-pages": "^2.2.0",
"mappy-breakpoints": "^0.2.3",
"node-sass": "^4.14.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-ga": "^2.7.0",
"react-helmet": "^5.2.1",
"react-modal": "^3.11.2",
"react-no-ssr": "^1.1.0",
"react-scroll-parallax": "^1.3.5",
"react-syntax-highlighter": "^8.1.0",
"styled-components": "^4.4.1",
"susy": "^3.0.5"
},
"keywords": [
"Mozilla"
],
"license": "MIT",
"scripts": {
"build": "gatsby build && cp CNAME public",
"develop": "gatsby develop",
"dev": "gatsby develop",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "npm run build && touch public/.nojekyll && gh-pages -d public --dotfiles --repo git@github.com:mozillareality/mozillareality.github.io.git --branch master"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"prettier": "^1.19.1"
},
"repository": {
"type": "git",
"url": "https://github.com/mozvr/vr-mozilla-org"
}
}