-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 935 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
{
"name": "inclusive-design-scenarios",
"version": "1.0.0",
"private": true,
"description": "inclusive-design-scenarios",
"author": "Jack Bush",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby clean && gatsby develop",
"start": "npm run develop",
"build": "gatsby clean && gatsby build",
"serve": "gatsby clean && gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby clean && gatsby build --prefix-paths && gh-pages -d public"
},
"dependencies": {
"@mdx-js/react": "^2.3.0",
"gatsby": "^5.7.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-image": "^3.7.0",
"gatsby-plugin-sass": "^3.2.0",
"gatsby-source-filesystem": "^5.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-use-query-param-string": "^2.0.10",
"sass": "^1.59.2"
},
"devDependencies": {
"gh-pages": "^5.0.0"
}
}