-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.66 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
{
"name": "ld-starter-gatsby-storyblok",
"private": true,
"description": "A handy-dandy starter kit for creating a Gatsby site powered by Storyblok.",
"version": "0.1.0",
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"babel-plugin-styled-components": "^1.12.0",
"date-fns": "^2.21.3",
"dotenv": "^9.0.1",
"framer-motion": "^4.1.13",
"gatsby": "^3.4.1",
"gatsby-image": "^3.4.0",
"gatsby-link": "^3.4.0",
"gatsby-plugin-catch-links": "^3.4.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-manifest": "^3.4.0",
"gatsby-plugin-react-helmet": "^4.4.0",
"gatsby-plugin-react-svg": "^3.0.1",
"gatsby-plugin-sass": "^4.4.0",
"gatsby-plugin-sharp": "^3.4.2",
"gatsby-plugin-sitemap": "^4.0.0",
"gatsby-plugin-styled-components": "^4.4.0",
"gatsby-source-filesystem": "^3.4.0",
"gatsby-source-storyblok": "^3.0.1",
"gatsby-transformer-sharp": "^3.4.0",
"react": "^17.0.1",
"react-cool-inview": "^2.0.5",
"react-cool-onclickoutside": "^1.6.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-swiper": "^0.1.5",
"storyblok-js-client": "^4.0.9",
"storyblok-react": "^0.1.2",
"storyblok-rich-text-react-renderer": "^2.3.1",
"styled-components": "^5.3.0",
"styled-system": "^5.1.5",
"swiper": "^6.5.9",
"url-loader": "^4.1.1"
},
"devDependencies": {
"prettier": "2.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/lucky-duck/ld-starter-gatsby-storyblok"
}
}