-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "gatsby-starter-default",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"@supercharge/request-ip": "^1.1.2",
"axios": "^0.21.1",
"bootstrap": "^5.0.2",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"gatsby": "^3.12.0",
"gatsby-link": "^3.12.0",
"gatsby-plugin-config": "^1.0.7",
"gatsby-plugin-gatsby-cloud": "^1.0.2",
"gatsby-plugin-image": "^0.7.2",
"gatsby-plugin-manifest": "^2.12.1",
"gatsby-plugin-netlify": "^3.14.0",
"gatsby-plugin-offline": "^3.10.2",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-react-i18next": "^3.0.1",
"gatsby-plugin-sharp": "^2.14.4",
"gatsby-react-router-scroll": "^4.12.0",
"gatsby-source-filesystem": "^2.11.1",
"gatsby-transformer-sharp": "^2.12.1",
"i18next": "^22.1.4",
"prop-types": "^15.7.2",
"public-ip": "^4.0.4",
"query-string": "^7.0.1",
"react": "^17.0.1",
"react-before-after-slider-component": "^0.7.4",
"react-bootstrap": "^2.0.0-beta.4",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.17.0",
"react-i18next": "^12.1.1",
"react-router-dom": "^5.2.0",
"react-slick": "^0.28.1",
"react-tabs": "^3.2.2",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"css-minimizer-webpack-plugin": "^3.0.2",
"prettier": "2.3.2"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,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/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}