-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.53 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.53 KB
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
73
74
75
76
{
"name": "lars-gatsby",
"version": "1.1.0",
"private": false,
"license": "AGPL-3.0",
"description": "This is a portfolio application build for and by Lars van der Niet, using GatsbyJS and DatoCMS. There are some cool features in this app like an XML feed and dynamic project creation.",
"author": "Lars van der Niet",
"scripts": {
"dev": "gatsby telemetry --disable && gatsby develop",
"start": "gatsby build && gatsby telemetry --disable && gatsby serve",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"color-convert": "^2.0.1",
"debounce": "^1.2.1",
"framer-motion": "^4.1.17",
"gatsby": "^3.0.0-next.0",
"gatsby-background-image": "^1.5.3",
"gatsby-image": "^3.9.0",
"gatsby-plugin-gatsby-cloud": "^2.9.0",
"gatsby-plugin-google-gtag": "^4.14.0",
"gatsby-plugin-image": "^1.9.0",
"gatsby-plugin-layout": "^2.9.0",
"gatsby-plugin-manifest": "^3.9.0",
"gatsby-plugin-mdx": "^2.9.0",
"gatsby-plugin-netlify": "^3.14.0",
"gatsby-plugin-offline": "^4.9.0",
"gatsby-plugin-react-helmet": "^4.9.0",
"gatsby-plugin-react-redux": "^1.1.0",
"gatsby-plugin-robots-txt": "^1.6.8",
"gatsby-plugin-sharp": "^3.9.0",
"gatsby-plugin-sitemap": "^4.5.0",
"gatsby-plugin-styled-components": "^4.14.0",
"gatsby-plugin-transition-link": "^1.20.5",
"gatsby-plugin-webfonts": "^2.1.0",
"gatsby-source-filesystem": "^3.9.0",
"gatsby-transformer-remark": "^4.6.0",
"gatsby-transformer-sharp": "^3.9.0",
"graphql": "^14.7.0",
"gsap": "^3.7.0",
"joi": "^17.4.1",
"node-fetch": "^2.6.6",
"react": "^17.0.2",
"react-detect-click-outside": "^1.1.1",
"react-dom": "^17.0.2",
"react-grid-system": "^7.2.0",
"react-helmet": "^6.1.0",
"react-is": "^17.0.2",
"react-linkify": "^1.0.0-alpha",
"react-pose": "^4.0.10",
"react-redux": "^7.2.4",
"react-wavify": "^1.5.3",
"redux": "^4.1.0",
"rollup": "^2.53.2",
"styled-components": "^5.3.1"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@react-icons/all-files": "^4.1.0",
"@types/react": "^17.0.30",
"@types/styled-components": "^5.1.11",
"babel-eslint": "^10.1.0",
"babel-plugin-styled-components": "^1.13.2",
"eslint": "^7.30.0",
"gatsby-plugin-feed": "^3.4.0",
"gatsby-source-datocms": "^2.6.16",
"react-lottie": "^1.2.3",
"typescript": "^4.3.5",
"webpack": "^5.44.0",
"yarn": "^1.22.10"
}
}