-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.28 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
{
"name": "topfix",
"version": "1.0.0",
"private": true,
"description": "topfix",
"author": "Daniel Couzens",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "env-cmd -f .env gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^15.0.0",
"acorn-import-assertions": "^1.7.2",
"aos": "^2.3.4",
"dotenv": "^8.2.0",
"env-cmd": "^10.1.0",
"formik": "^2.2.9",
"gatsby": "^3.9.0",
"gatsby-image": "^3.3.0",
"gatsby-plugin-gatsby-cloud": "^2.1.0",
"gatsby-plugin-image": "^1.1.2",
"gatsby-plugin-manifest": "^3.1.0",
"gatsby-plugin-preconnect": "^1.2.0",
"gatsby-plugin-react-helmet": "^4.1.0",
"gatsby-plugin-sass": "^4.1.0",
"gatsby-plugin-sharp": "^3.3.0",
"gatsby-plugin-sitemap": "^3.1.0",
"gatsby-plugin-webfonts": "^2.0.0",
"gatsby-source-contentful": "^5.9.0",
"gatsby-source-filesystem": "^3.1.0",
"gatsby-transformer-sharp": "^3.3.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-slick": "^0.28.1",
"sass": "^1.32.8",
"save": "^2.4.0",
"slick-carousel": "^1.8.1",
"yup": "^0.32.9"
}
}