-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.7 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
53
54
55
56
57
58
59
60
61
{
"name": "CherishCakes",
"private": true,
"description": "Custom cake designs for every occasion",
"version": "1.0.0",
"author": "OpenArchitex",
"dependencies": {
"@browniebroke/gatsby-image-gallery": "8.2.0",
"@fortawesome/fontawesome-svg-core": "6.6.0",
"@fortawesome/free-brands-svg-icons": "6.6.0",
"@fortawesome/free-regular-svg-icons": "6.6.0",
"@fortawesome/free-solid-svg-icons": "6.6.0",
"@fortawesome/react-fontawesome": "0.2.2",
"bootstrap": "5.3.3",
"gatsby": "5.13.7",
"gatsby-plugin-image": "3.13.1",
"gatsby-plugin-manifest": "5.13.1",
"gatsby-plugin-offline": "6.13.3",
"gatsby-plugin-react-helmet": "6.13.1",
"gatsby-plugin-sharp": "5.13.1",
"gatsby-source-filesystem": "5.13.1",
"gatsby-transformer-sharp": "5.13.1",
"prop-types": "15.8.1",
"react": "18.3.1",
"react-bootstrap": "2.10.4",
"react-dom": "18.3.1",
"react-helmet": "6.1.0",
"typeface-dancing-script": "1.1.13",
"typeface-roboto": "1.1.13"
},
"engines": {
"node": "20.x",
"npm": "10.x"
},
"devDependencies": {
"prettier": "3.3.3"
},
"keywords": [
"CherishCakes",
"Cakes",
"Cup Cakes",
"Custom Cakes"
],
"license": "AGPL",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/OpenArchitex/CherishCakes"
},
"bugs": {
"url": "https://github.com/OpenArchitex/CherishCakes/issues"
}
}