-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
83 lines (83 loc) · 2.56 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
{
"name": "gatsby-starter-mate",
"version": "2.5.1",
"description": "Gatsby v2 starter to create a top notch portfolio!",
"main": "index.js",
"scripts": {
"build": "gatsby clean && gatsby build",
"dev": "yarn develop",
"develop": "gatsby clean && GATSBY_GRAPHQL_IDE=playground gatsby develop",
"start": "npm run develop",
"serve": "npm run build && gatsby serve -p 9000",
"lint": "eslint ./src",
"setup": "node ./bin/setup.js",
"e2e:open": "cypress open",
"e2e:ci": "DETERMINISTIC=true start-server-and-test serve http://localhost:9000 'percy exec -- cypress run'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EmaSuriano/gatsby-starter-mate.git"
},
"keywords": [
"gatsby",
"starter",
"contentful",
"PWA",
"portfolio"
],
"author": "Ema Suriano",
"license": "MIT",
"bugs": {
"url": "https://github.com/EmaSuriano/gatsby-starter-mate/issues"
},
"homepage": "https://github.com/EmaSuriano/gatsby-starter-mate#readme",
"dependencies": {
"@tippy.js/react": "^2.2.3",
"contentful": "^7.0.3",
"dotenv": "^7.0.0",
"envfile": "^3.0.0",
"gatsby": "^2.3.27",
"gatsby-plugin-google-analytics": "^2.0.18",
"gatsby-plugin-manifest": "^2.0.29",
"gatsby-plugin-offline": "^2.0.25",
"gatsby-plugin-preload-link-crossorigin": "^1.0.2",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-styled-components": "^3.0.7",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-contentful": "^2.0.52",
"gatsby-transformer-remark": "^2.3.10",
"inquirer": "^6.2.0",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-fontawesome": "^1.6.1",
"react-headroom": "^2.2.4",
"react-helmet": "^5.2.0",
"react-markdown": "^4.0.3",
"react-reveal": "^1.2.2",
"react-scroll-section": "^1.3.0",
"react-text-loop": "^2.0.1",
"rebass": "^3.0.0",
"styled-components": "^4.0.2"
},
"devDependencies": {
"@percy/cypress": "^2.1.1",
"@testing-library/cypress": "^5.0.0",
"axe-core": "^3.3.2",
"chalk": "^2.4.1",
"contentful-import": "^7.4.0",
"cypress": "^3.4.1",
"cypress-axe": "^0.5.1",
"eslint": "^5.6.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-cypress": "^2.6.1",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.12.3",
"husky": "^1.3.1",
"lint-staged": "^8.1.0",
"prettier": "^1.18.2",
"start-server-and-test": "^1.10.0"
}
}