-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 3.36 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
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "elevated-trading-llc",
"description": "The digital experience for the elevated trading brand.",
"version": "1.0.0",
"author": "Richard Morales",
"dependencies": {
"@kennethormandy/react-fittext": "^0.6.0",
"@rebass/components": "^4.0.0-1",
"@rebass/grid": "^6.0.0",
"@stripe/stripe-js": "^1.3.1",
"babel-plugin-styled-components": "^1.10.0",
"babel-preset-gatsby": "^1.0.0",
"bowser": "^2.4.0",
"cross-env": "^7.0.3",
"eslint-config-standard": "^14.1.0",
"gatsby": "^3.2.1",
"gatsby-background-image": "^1.4.1",
"gatsby-cli": "^3.0.0",
"gatsby-image": "^3.0.0",
"gatsby-plugin-google-analytics": "^3.0.0",
"gatsby-plugin-netlify": "^3.0.0",
"gatsby-plugin-netlify-cms": "^5.0.0",
"gatsby-plugin-purgecss": "^3.1.0",
"gatsby-plugin-react-helmet": "^4.0.0",
"gatsby-plugin-react-helmet-async": "^1.1.1",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-robots-txt": "^1.5.5",
"gatsby-plugin-sass": "^2.0.7",
"gatsby-plugin-sharp": "^3.0.0",
"gatsby-plugin-sitemap": "^3.0.0",
"gatsby-plugin-styled-components": "^4.0.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-remark-copy-linked-files": "^3.0.0",
"gatsby-remark-images": "^4.0.0",
"gatsby-remark-images-grid": "^1.0.2",
"gatsby-remark-images-medium-zoom": "^1.7.0",
"gatsby-remark-relative-images": "0.3.0",
"gatsby-source-filesystem": "^3.0.0",
"gatsby-source-stripe": "^3.0.7",
"gatsby-transformer-remark": "^3.0.0",
"gatsby-transformer-sharp": "^3.0.0",
"global": "^4.4.0",
"gsap": "^3.5.1",
"lodash": "^4.17.5",
"lodash-webpack-plugin": "^0.11.4",
"netlify-cms-app": "^2.14.26",
"node-sass": "^4.11.0",
"parcel-bundler": "^1.9.4",
"prop-types": "^15.6.0",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-faq-component": "^1.0.5",
"react-flexbox-grid": "^2.1.2",
"react-helmet": "^5.2.0",
"react-helmet-async": "^1.0.6",
"react-masonry-css": "^1.0.14",
"react-pose": "^4.0.8",
"react-pose-text": "^3.1.0",
"react-responsive-modal": "^5.0.2",
"react-select": "^3.1.0",
"react-spring": "^8.0.20",
"rebass": "^4.0.7",
"reflexbox": "^4.0.6",
"styled-components": "^4.2.0",
"styled-system": "^4.1.0",
"uuid": "^3.2.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"clean": "rimraf .cache public",
"start:app": "npm run develop",
"start": "run-p start:**",
"build:app": "npm run clean && cross-env GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
"build": "run-p 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"
},
"devDependencies": {
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-node": "^9.2.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^2.0.1",
"eslint-plugin-standard": "^4.0.1",
"http-proxy-middleware": "^0.19.1",
"netlify-lambda": "^1.4.3",
"npm-run-all": "^4.1.5",
"prettier": "^1.15.3",
"rimraf": "^2.6.2"
}
}