-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 976 Bytes
/
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
{
"name": "audrey-yang.github.io",
"version": "1.0.0",
"private": true,
"description": "audrey-yang.github.io",
"author": "audrey-yang",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby build && gh-pages -d public -b main"
},
"dependencies": {
"@mdx-js/react": "^2.2.1",
"autoprefixer": "^10.4.13",
"gatsby": "^5.3.3",
"gatsby-plugin-manifest": "^5.3.1",
"gatsby-plugin-mdx": "^5.3.1",
"gatsby-plugin-offline": "^6.3.1",
"gatsby-plugin-postcss": "^6.3.0",
"gatsby-source-filesystem": "^5.3.1",
"gatsby-transformer-json": "^5.3.0",
"postcss": "^8.4.20",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"react-tabs": "^6.0.0",
"tailwindcss": "^3.2.4"
},
"devDependencies": {
"gh-pages": "^4.0.0"
}
}