-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 861 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
{
"name": "rootportfoliogwebsite",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@gatsby-contrib/gatsby-plugin-elasticlunr-search": "^3.0.2",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"dotenv": "^16.0.1",
"gatsby": "^4.10.1",
"gatsby-plugin-image": "^2.16.1",
"gatsby-plugin-mdx": "^3.16.1",
"gatsby-plugin-postcss": "^5.10.0",
"gatsby-source-filesystem": "^4.16.0",
"gatsby-source-graphcms": "^2.8.0",
"lodash": "^4.17.21",
"postcss": "^8.4.12",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"tailwindcss": "^3.0.23"
}
}