-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.23 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
{
"name": "caroline-ntp-website",
"description": "Official website for Willow Grace Wellness",
"version": "2.0.0",
"author": "Trina Castillo",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"serve": "gatsby serve",
"build-and-serve": "npm run build && npm run serve",
"clean": "gatsby clean",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1",
"cy:open": "CYPRESS_LOCAL_MODE=1 cypress open",
"cy:run": "CYPRESS_LOCAL_MODE=1 cypress run"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"bloomer": "^0.6.5",
"bulma": "^0.9.4",
"classnames": "^2.3.1",
"font-awesome": "^4.7.0",
"gatsby": "^4.4.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-emotion": "^7.4.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-google-gtag": "^4.4.0",
"gatsby-plugin-netlify": "^3.14.0",
"gatsby-plugin-postcss": "^5.4.0",
"gatsby-plugin-react-helmet": "^5.4.0",
"gatsby-plugin-sass": "^5.4.0",
"gatsby-plugin-sharp": "^4.25.1",
"gatsby-remark-images": "^6.25.0",
"gatsby-source-filesystem": "^4.4.0",
"gatsby-transformer-remark": "^5.25.1",
"gatsby-transformer-sharp": "^4.23.0",
"node-sass": "^4.14.1",
"postcss": "^8.4.31",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-dotdotdot": "^1.1.0",
"react-google-maps": "^9.4.2",
"react-helmet": "^5.2.1",
"react-load-script": "0.0.6",
"react-parallax": "^2.2.4"
},
"keywords": [
"gatsby"
],
"main": "n/a",
"devDependencies": {
"@testing-library/cypress": "^8.0.2",
"babel-eslint": "^10.1.0",
"cypress": "^12.12.0",
"dotenv": "^10.0.0",
"eslint": "^8.5.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"gatsby-plugin-image": "^3.9.0",
"netlify-plugin-cypress": "^2.2.0",
"postcss-browser-reporter": "^0.6.0",
"postcss-cssnext": "^3.1.1",
"postcss-import": "^14.0.2",
"postcss-reporter": "^7.0.5",
"prettier": "^2.5.1"
}
}