-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.44 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
47
48
49
50
51
52
{
"name": "uamuzi",
"private": true,
"description": "Uamuzi Foundation website",
"version": "0.1.0",
"author": "Antony Gakuru <antony123muriithi@gmail.com>",
"dependencies": {
"bootstrap": "^5.2.3",
"boxicons": "^2.1.4",
"gatsby": "^5.8.1",
"gatsby-cli": "^5.8.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-image": "^3.8.0",
"gatsby-plugin-manifest": "^5.8.0",
"gatsby-plugin-netlify": "^5.1.1",
"gatsby-plugin-sharp": "^5.13.0",
"gatsby-source-filesystem": "^5.13.0",
"gatsby-transformer-sharp": "^5.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-scroll": "^1.9.0",
"react-toastify": "^9.1.3",
"reactstrap": "^9.2.0"
},
"devDependencies": {
"gh-pages": "^5.0.0",
"prettier": "^2.8.7",
"webpack-cli": "^5.1.4"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,css}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}