-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.67 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
{
"name": "blue-avenue-groove-nyc-wedding-band",
"description": "Blue Avenue Groove, the premier NYC wedding band",
"version": "2.0.0",
"author": "Will Kencel",
"dependencies": {
"@loadable/component": "^5.15.3",
"@material-ui/core": "^4.12.4",
"dotenv": "^16.3.1",
"emailjs-com": "^3.2.0",
"gatsby": "^5.12.11",
"gatsby-plugin-image": "^3.12.3",
"gatsby-plugin-manifest": "^5.12.3",
"gatsby-plugin-offline": "^6.12.3",
"gatsby-plugin-react-helmet": "^6.12.0",
"gatsby-plugin-s3": "^0.4.1",
"gatsby-plugin-sass": "^6.12.3",
"gatsby-plugin-sharp": "^5.12.3",
"gatsby-source-filesystem": "^5.12.1",
"gatsby-transformer-sharp": "^5.12.3",
"imagemin-cli": "^7.0.0",
"prop-types": "^15.8.1",
"react": "^18",
"react-dom": "^18",
"react-helmet": "^6.1.0",
"react-social-icons": "^6.7.0",
"sass": "^1.69.5",
"semantic-ui-react": "^2.1.4",
"styled-components": "^6.1.13",
"typescript": "^5.3.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1",
"depcheck": "depcheck",
"optimize-images": "npx imagemin src/assets/images/wwCouplesChoiceImages/* --out-dir=src/optimized-images"
},
"devDependencies": {
"depcheck": "^1.4.7",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.32",
"imagemin": "^8.0.1",
"imagemin-mozjpeg": "^10.0.0",
"imagemin-pngquant": "^9.0.2",
"prettier": "^3.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/wkencel/BlueAvenueReact"
}
}