-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 937 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
{
"name": "2023f.pennapps",
"version": "1.0.0",
"private": true,
"description": "2023f.pennapps",
"author": "pennapps",
"keywords": [
"gatsby"
],
"homepage": "https://2023f.pennapps.com",
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@react-icons/all-files": "^4.1.0",
"autoprefixer": "^10.4.7",
"gatsby": "^4.15.0",
"gatsby-plugin-mdx": "^3.16.0",
"gatsby-source-filesystem": "^4.16.0",
"react": "^17.0.1",
"react-collapsible": "^2.9.0",
"react-dom": "^17.0.1",
"react-icons": "^4.8.0",
"react-markdown": "^8.0.3",
"tailwindcss": "^3.1.3"
},
"devDependencies": {
"gh-pages": "^4.0.0"
}
}