-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.38 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
{
"name": "James Watt Portfolio Site - v1",
"version": "1.0.0",
"private": true,
"description": "James Portfolio Website",
"author": "James Watt",
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"format": "prettier --ignore-path .gitignore --write .",
"lint": "eslint src --fix"
},
"dependencies": {
"gatsby": "^4.24.4",
"gatsby-plugin-feed": "^4.13.0",
"gatsby-plugin-image": "^2.2.0",
"gatsby-plugin-netlify": "^4.3.1",
"gatsby-plugin-react-helmet": "^5.1.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-robots-txt": "^1.6.14",
"gatsby-plugin-sharp": "^4.2.0",
"gatsby-plugin-sitemap": "^5.1.1",
"gatsby-plugin-umami": "^0.1.3",
"gatsby-remark-copy-linked-files": "^5.2.0",
"gatsby-remark-images": "^6.2.0",
"gatsby-remark-prismjs": "^6.2.0",
"gatsby-remark-responsive-iframe": "^5.2.0",
"gatsby-remark-smartypants": "^5.2.0",
"gatsby-transformer-remark": "^5.2.0",
"gatsby-transformer-sharp": "^4.2.0",
"prismjs": "^1.28.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-import": "^2.25.2",
"prettier": "^2.4.1"
}
}