-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.2 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
{
"name": "tannguyenle-portfolio",
"private": true,
"description": "A portfolio site for Tan Nguyen LE",
"version": "1.0.0",
"author": "Tan Nguyen LE <[email protected]>",
"dependencies": {
"@babel/helper-define-map": "^7.18.6",
"@pauliescanlon/gatsby-theme-terminal": "^2.0.0",
"@theme-ui/prism": "^0.14.7",
"gatsby-plugin-canonical-urls": "^4.19.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-robots-txt": "^1.7.1",
"gatsby-plugin-sitemap": "^5.19.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-components": "^5.3.5",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"date-fns": "^2.23.0",
"gatsby": "^4.19.2",
"gatsby-plugin-google-analytics": "^4.0.0",
"gatsby-plugin-mdx": "^3.0.0",
"gatsby-source-filesystem": "^4.0.0"
},
"devDependencies": {
"prettier": "^2.3.2"
},
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md,mdx}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
}
}