-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
74 lines (74 loc) · 2.41 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
{
"name": "project-afa",
"description": "Adventures for Alopecia",
"version": "1.0.0",
"author": "Skylar Weaver",
"scripts": {
"start": "npm run develop -- --https",
"clean": "rimraf .cache public",
"build": "npm --node-flags --max-old-space-size=4096 run clean && gatsby build",
"develop": "npm run clean && gatsby develop",
"serve": "gatsby serve",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"{gatsby-*.js,src/**/*.js}\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@rebass/grid": "^6.1.0",
"axios": "^0.18.1",
"babel-plugin-styled-components": "^1.10.7",
"body-scroll-lock": "^2.7.1",
"countup.js": "^2.0.4",
"gatsby": "^2.20.25",
"gatsby-background-image": "^0.5.9",
"gatsby-image": "^2.3.4",
"gatsby-plugin-csp": "^1.1.3",
"gatsby-plugin-google-analytics": "^2.2.4",
"gatsby-plugin-google-tagmanager": "^2.2.3",
"gatsby-plugin-netlify": "^2.2.3",
"gatsby-plugin-netlify-cms": "^3.0.18",
"gatsby-plugin-purgecss": "^3.1.1",
"gatsby-plugin-react-helmet": "^3.2.4",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sass": "^2.2.3",
"gatsby-plugin-sharp": "^2.5.6",
"gatsby-plugin-sitemap": "^2.3.4",
"gatsby-plugin-stripe": "^1.2.4",
"gatsby-plugin-styled-components": "^3.2.3",
"gatsby-remark-copy-linked-files": "^2.2.3",
"gatsby-remark-images": "^3.2.4",
"gatsby-remark-relative-images": "^0.2.3",
"gatsby-source-filesystem": "^2.2.4",
"gatsby-transformer-remark": "^2.7.3",
"gatsby-transformer-sharp": "^2.4.6",
"intersection-observer": "^0.6.0",
"isomorphic-unfetch": "^3.0.0",
"lodash": "^4.17.15",
"lodash-webpack-plugin": "^0.11.4",
"loggly-jslogger": "^2.2.2",
"mapbox-gl": "^0.52.0",
"moment": "^2.24.0",
"netlify-cms": "^2.10.45",
"node-sass": "^4.13.1",
"parcel-bundler": "^1.12.4",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1",
"react-scroll-parallax": "^2.3.2",
"react-stripe-elements": "^2.0.3",
"react-transition-group": "^4.3.0",
"showdown": "^1.9.1",
"styled-components": "^4.4.1",
"uuid": "^3.4.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"devDependencies": {
"prettier": "^1.19.1",
"rimraf": "^3.0.2"
}
}