-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.61 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
{
"name": "gatsby-starter-mate",
"version": "2.5.3",
"description": "Gatsby v2 starter to create a top notch portfolio!",
"main": "index.js",
"scripts": {
"pre-build": "node scripts/get-about",
"build": "yarn pre-build && gatsby build",
"develop": "yarn pre-build && gatsby develop",
"start": "yarn develop",
"clean": "gatsby clean",
"serve": "yarn build && gatsby serve -p 9000",
"lint": "eslint ./src",
"setup": "node ./bin/setup.js",
"test": "percy exec -t 350 -h cdn-images-1.medium.com -- cypress run",
"test:open": "percy exec -t 350 -h cdn-images-1.medium.com -- cypress open",
"test:ci": "DETERMINISTIC=true start-server-and-test 8000"
},
"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": {
"@babel/preset-env": "^7.10.4",
"@fortawesome/fontawesome-free": "^5.14.0",
"@rebass/preset": "^4.0.5",
"@tippy.js/react": "^3.1.1",
"contentful": "^7.14.3",
"gatsby": "^2.24.11",
"gatsby-plugin-google-analytics": "^2.3.13",
"gatsby-plugin-manifest": "^2.4.21",
"gatsby-plugin-offline": "^3.2.21",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-styled-components": "^3.3.10",
"gatsby-source-contentful": "^2.3.32",
"gatsby-source-medium": "^2.3.10",
"gatsby-transformer-remark": "^2.8.27",
"prop-types": "^15.6.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-fontawesome": "^1.6.1",
"react-headroom": "^3.0.0",
"react-helmet": "^6.1.0",
"react-markdown": "^4.3.1",
"react-reveal": "^1.2.2",
"react-scroll-section": "^2.1.0",
"react-text-loop": "^2.0.1",
"rebass": "^4.0.7",
"styled-components": "^5.1.1"
},
"devDependencies": {
"@percy/cypress": "^2.1.1",
"axe-core": "^3.5.5",
"babel-eslint": "^10.1.0",
"chalk": "^4.1.0",
"contentful-import": "^7.9.1",
"cypress": "^4.10.0",
"cypress-axe": "^0.8.1",
"dotenv": "^8.2.0",
"eslint": "^7.5.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-cypress": "^2.11.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.4",
"inquirer": "^7.3.2",
"prettier": "^2.0.5",
"start-server-and-test": "^1.11.2"
}
}