-
-
Notifications
You must be signed in to change notification settings - Fork 161
/
package.json
81 lines (81 loc) · 2.57 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
{
"name": "gatsby-starter-mate",
"version": "0.0.0",
"description": "An accessible and fast portfolio starter for Gatsby integrated with Contentful CMS",
"license": "0BSD",
"scripts": {
"build": "env-cmd --silent gatsby build",
"start": "env-cmd --silent gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"setup": "ts-node -O '{\"module\":\"commonjs\"}' ./bin/setup.ts",
"check-types": "tsc --noEmit",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EmaSuriano/gatsby-starter-mate.git"
},
"keywords": [
"gatsby",
"starter",
"contentful",
"PWA",
"portfolio"
],
"author": "Ema Suriano",
"bugs": {
"url": "https://github.com/EmaSuriano/gatsby-starter-mate/issues"
},
"homepage": "https://github.com/EmaSuriano/gatsby-starter-mate#readme",
"dependencies": {
"@emotion/react": "^11.14.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@rebass/preset": "^4.0.5",
"@tippy.js/react": "^3.1.1",
"babel-plugin-styled-components": "^2.1.4",
"gatsby": "^5.14.1",
"gatsby-omni-font-loader": "^2.0.2",
"gatsby-plugin-fontawesome-css": "^1.2.0",
"gatsby-plugin-google-analytics": "^5.14.0",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-react-helmet": "^6.14.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-plugin-styled-components": "^6.14.0",
"gatsby-plugin-typescript": "^5.14.0",
"gatsby-source-contentful": "^8.15.0",
"gatsby-source-medium": "^5.14.0",
"gatsby-transformer-remark": "^6.14.0",
"react": "^18.2.0",
"react-awesome-reveal": "^4.3.1",
"react-dom": "^18.2.0",
"react-headroom": "^3.2.1",
"react-helmet": "^6.1.0",
"react-markdown": "^8.0.1",
"react-text-loop": "^2.3.0",
"rebass": "^4.0.7",
"styled-components": "^6.1.13"
},
"devDependencies": {
"@types/node": "^20.14.9",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/react-headroom": "^3.2.3",
"@types/react-helmet": "^6.1.11",
"@types/rebass": "^4.0.15",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.21.0",
"chalk": "^4.1.2",
"contentful-import": "^9.4.77",
"enquirer": "^2.4.1",
"env-cmd": "^10.1.0",
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.37.3",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
}
}