-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.37 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
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "landim-website",
"version": "0.0.1",
"description": "The website for Mosteiro de Santa Maria de Landim",
"repository": {
"type": "git",
"url": "git+https://github.com/LuchoTurtle/landim-website.git"
},
"dependencies": {
"fs-extra": "^9.0.1",
"gatsby": "2.32.13",
"gatsby-background-image": "^1.6.0",
"gatsby-image": "^2.11.0",
"gatsby-plugin-manifest": "^2.4.30",
"gatsby-plugin-offline": "^3.2.28",
"gatsby-plugin-react-helmet": "^3.3.11",
"gatsby-plugin-sass": "^3.0.0",
"gatsby-plugin-sharp": "^2.14.4",
"gatsby-source-filesystem": "^2.11.1",
"gatsby-transformer-sharp": "^2.12.1",
"google-map-react": "^2.1.3",
"i18next": "^17.2.0",
"i18next-browser-languagedetector": "^4.0.0",
"i18next-xhr-backend": "^3.2.2",
"node-sass": "^6.0.0",
"npm": "^6.14.8",
"prop-types": "^15.7.2",
"re-carousel": "^2.4.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-flag-icon-css": "^1.0.25",
"react-flexbox-grid": "^2.1.2",
"react-helmet": "^6.1.0",
"react-i18next": "^10.13.1",
"react-image-gallery": "^1.0.8",
"react-image-lightbox": "^5.1.1",
"react-lottie": "^1.2.3",
"react-obfuscate": "^3.6.7",
"react-outside-click-handler": "^1.3.0",
"react-responsive": "^8.1.0",
"react-scroll-up-button": "^1.6.4",
"react-scrollspy": "^3.4.3",
"react-slidedown": "^2.4.5",
"smoothscroll-polyfill": "^0.4.4",
"typewriter-effect": "2.13.1"
},
"scripts": {
"lint": "eslint ./src --fix",
"develop": "gatsby develop",
"build": "npm run clean && gatsby build",
"deploy": "npm run clean && gatsby build --prefix-paths && gh-pages -d public",
"serve": "gatsby serve",
"clean": "rimraf .cache public",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.9.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.2",
"gh-pages": "^3.1.0",
"prettier": "^2.1.2",
"rimraf": "^3.0.2"
},
"keywords": [
"gatsby",
"gatsby-starter",
"gatsby-starter-spectral"
],
"license": "MIT",
"homepage": "https://github.com/LuchoTurtle/landim-website.git#readme"
}