-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.27 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
41
42
43
44
45
46
{
"name": "arthur-wilton-portfolio",
"version": "1.0.0",
"private": true,
"description": "arthur-wilton-portfolio",
"author": "Arthur",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"dev-m": "gatsby develop -H 0.0.0.0 -p 8000"
},
"dependencies": {
"@mdx-js/react": "^2.2.1",
"bootstrap": "^5.2.3",
"gatsby": "^5.7.0",
"gatsby-omni-font-loader": "^2.0.2",
"gatsby-plugin-image": "^3.7.0",
"gatsby-plugin-manifest": "^5.7.0",
"gatsby-plugin-mdx": "^5.7.0",
"gatsby-plugin-purgecss": "^6.2.1",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-sass": "^6.7.0",
"gatsby-plugin-sharp": "^5.7.0",
"gatsby-remark-images": "^7.7.0",
"gatsby-source-filesystem": "^5.7.0",
"gatsby-transformer-json": "^5.8.0",
"gatsby-transformer-remark": "^6.7.0",
"gatsby-transformer-sharp": "^5.7.0",
"prism-react-renderer": "^1.3.5",
"react": "^18.2.0",
"react-bootstrap": "^2.7.2",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"rfs": "^9.0.6",
"sass": "^1.58.3",
"use-debounce": "^9.0.3",
"video.js": "^8.0.4",
"wrangler": "^2.12.0"
}
}