-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.85 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
{
"name": "slytter-portfolio",
"description": "Slytters portfolio",
"version": "1.0.0",
"author": "Nikolaj Schlüter Nielsen",
"dependencies": {
"@mdx-js/mdx": "^2.2.1",
"@mdx-js/react": "^2.2.1",
"@rive-app/react-canvas": "^4.14.4",
"babel-plugin-styled-components": "^1.10.6",
"dayjs": "^1.11.13",
"dotenv": "^7.0.0",
"gatsby": "^5.3.3",
"gatsby-image": "^2.0.40",
"gatsby-plugin-manifest": "^5.11.0",
"gatsby-plugin-offline": "^6.11.0",
"gatsby-plugin-react-helmet": "^6.3.0",
"gatsby-plugin-react-svg": "^2.1.2",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sass": "^6.3.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-plugin-styled-components": "^6.3.0",
"gatsby-plugin-transition-link": "^1.20.5",
"gatsby-source-datocms": "^5.0.3",
"gatsby-source-filesystem": "^5.3.1",
"gatsby-transformer-remark": "^6.3.2",
"global": "^4.4.0",
"gsap": "^3.11.4",
"keen-slider": "^6.8.6",
"react": "^18.2.0",
"react-alice-carousel": "^2.7.1",
"react-bodymovin": "^2.0.0",
"react-cursor-position": "^3.0.3",
"react-dom": "^18.2.0",
"react-helmet": "^5.2.0",
"react-markdown": "^8.0.7",
"react-masonry-component": "^6.2.1",
"react-player": "^1.13.0",
"react-reveal": "^1.2.2",
"react-slick": "^0.23.2",
"sass": "^1.57.1",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.6",
"swiper": "^10.0.4",
"url-loader": "^2.1.0",
"video-react": "^0.14.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\""
},
"devDependencies": {
"eslint-plugin-react": "^7.16.0",
"prettier": "^1.17.0"
}
}