-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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": "guis-site",
"version": "1.0.0",
"private": true,
"description": "guis-site",
"author": "Jordan Lei",
"keywords": [
"gatsby"
],
"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": {
"@react-spring/parallax": "^9.4.5",
"bootstrap": "^5.1.3",
"gatsby": "^4.15.2",
"gatsby-plugin-excerpts": "^1.1.0",
"gatsby-plugin-image": "^2.15.1",
"gatsby-plugin-sharp": "^4.15.1",
"gatsby-remark-custom-blocks": "^4.15.0",
"gatsby-source-filesystem": "^4.15.0",
"gatsby-transformer-remark": "^3.2.0",
"gatsby-transformer-sharp": "^4.15.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-router-dom": "^6.3.0",
"react-scroll-parallax": "^3.2.0",
"react-spring": "^9.4.5",
"reactstrap": "^9.0.2"
},
"devDependencies": {
"gh-pages": "^4.0.0"
}
}