-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.99 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
{
"name": "pamela-rae-schuller",
"description": "Pamela Rae Schuller, Comedian. Speaker. Advocate.",
"version": "1.0.0",
"author": "Leslie Cohn-Wein <leslie@cohnwein.com>",
"dependencies": {
"@contentful/gatsby-transformer-contentful-richtext": "^13.1.0",
"classnames": "^2.2.6",
"dotenv": "^8.2.0",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.15.0",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-flowtype": "^4.7.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.21.4",
"focus-visible": "^4.1.5",
"gatsby": "^2.24.67",
"gatsby-image": "^2.4.21",
"gatsby-plugin-google-analytics": "^2.3.19",
"gatsby-plugin-hubspot": "^1.2.1",
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sass": "^2.3.16",
"gatsby-plugin-sharp": "^3.0.0",
"gatsby-source-contentful": "^2.3.51",
"gatsby-source-filesystem": "^2.3.34",
"gatsby-transformer-sharp": "^3.0.0",
"moment": "^2.24.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0",
"react-slick": "^0.24.0",
"sass": "^1.49.0",
"sass-rem": "^3.0.0",
"stylelint": "^9.10.1",
"stylelint-config-standard": "^18.2.0",
"stylelint-declaration-strict-value": "^1.1.2",
"stylelint-order": "^2.0.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\"",
"lint": "yarn lint:js --quiet && yarn lint:css --quiet",
"lint:css": "stylelint src/stylesheets/*.scss src/stylesheets/**/*.scss",
"lint:js": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.14.2"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
}
}