-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.12 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
{
"name": "personal-website",
"private": true,
"description": "My personal website",
"version": "1.0.0",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@babel/core": "^7.15.8",
"e": "^0.2.1",
"express": "^4.18.2",
"gatsby": "^4.24.4",
"gatsby-plugin-image": "^2.24.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-source-filesystem": "^4.24.0",
"gatsby-source-mongodb": "^4.24.0",
"gatsby-transformer-json": "^4.24.0",
"gatsby-transformer-remark": "^5.24.0",
"gatsby-transformer-sharp": "^4.24.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.3.1"
},
"repository": {
"type": "git",
"url": "https://github.com/namethatfollows/personal-website"
},
"devDependencies": {
"gatsby-cli": "^4.0.0",
"gh-pages": "^4.0.0",
"prettier": "^2.4.1"
}
}