-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 2.07 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 2.07 KB
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
{
"name": "aarney-arney",
"private": true,
"description": "The Gatsby site for aaronarney.dev/ocular-rhythm.io",
"version": "2.1.0",
"author": "Aaron Arney",
"dependencies": {
"ajv": "^6.12.2",
"gatsby": "^2.21.37",
"gatsby-image": "^2.4.4",
"gatsby-plugin-feed": "^2.5.11",
"gatsby-plugin-manifest": "^2.4.5",
"gatsby-plugin-netlify": "^2.3.3",
"gatsby-plugin-netlify-cms": "^4.3.7",
"gatsby-plugin-offline": "^3.2.7",
"gatsby-plugin-postcss": "^2.3.2",
"gatsby-plugin-react-helmet": "^3.3.1",
"gatsby-plugin-sharp": "^2.6.4",
"gatsby-plugin-sitemap": "^2.4.3",
"gatsby-remark-copy-linked-files": "^2.3.5",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^3.3.11",
"gatsby-remark-prismjs": "^3.5.2",
"gatsby-source-filesystem": "^2.3.8",
"gatsby-transformer-remark": "^2.8.13",
"gatsby-transformer-sharp": "^2.5.2",
"moment": "^2.26.0",
"netlify-cms-app": "^2.12.15",
"postcss-autoreset": "^2.0.2",
"postcss-custom-media": "^7.0.8",
"postcss-custom-selectors": "^5.1.2",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.2.1",
"postcss-preset-env": "^6.7.0",
"prismjs": "^1.20.0",
"react": "^16.12.0",
"react-burger-menu": "^2.6.13",
"react-dom": "^16.12.0",
"react-helmet": "^6.0.0",
"react-motion": "^0.5.2",
"sanitize-html": "^1.25.0",
"tailwindcss": "^1.4.6"
},
"devDependencies": {
"prettier": "2.0.5"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --tab-width 4 --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"repository": {
"type": "git",
"url": "https://github.com/ocularrhythm/ocular-rhythm-site"
}
}