-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 loc) · 1.52 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
{
"name": "democraciaenred-web",
"version": "1.0.0",
"private": true,
"description": "Democracia En Red website",
"author": "Democracia En Red",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@typeform/embed-react": "^1.18.0",
"babel-plugin-styled-components": "^2.0.7",
"body-scroll-lock": "^2.7.1",
"bulma": "^0.9.4",
"chart.js": "^3.8.0",
"dotenv": "^16.0.3",
"gatsby": "^3.14.6",
"gatsby-plugin-intl": "^0.3.3",
"gatsby-plugin-mdx": "^2.14.2",
"gatsby-plugin-google-gtag": "^3.14.0",
"gatsby-plugin-react-helmet": "^4.14.0",
"gatsby-plugin-sass": "^4.14.0",
"gatsby-plugin-sitemap": "^4.10.0",
"gatsby-plugin-styled-components": "^5.19.0",
"gatsby-source-filesystem": "^3.14.0",
"masonry-layout": "^4.2.2",
"micromark": "^3.1.0",
"react": "^17.0.1",
"react-chartjs-2": "^4.3.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-masonry-css": "^1.0.16",
"react-slick": "^0.28.1",
"react-typeform-embed": "^0.2.1",
"sass": "^1.53.0",
"slick-carousel": "^1.8.1",
"smooth-scroll": "^16.1.3",
"storyblok-js-client": "^5.10.1",
"styled-components": "^5.3.5"
},
"devDependencies": {
"eslint-config-react-app": "^6.0.0"
}
}