-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
80 lines (80 loc) · 2.5 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
77
78
79
80
{
"name": "gatsby-multilang-material-blog",
"title": "Gatsby site template",
"version": "0.3.6",
"description": "Multi-language blog template made with Gatsby and Material UI",
"author": "Francesc Busquets <[email protected]>",
"private": true,
"homepage": "https://gatsby-template.saltamarges.org/web",
"repository": {
"type": "git",
"url": "https://github.com/frncesc/gatsby-multilang-material-blog"
},
"keywords": [
"pwa",
"gatsby",
"blog"
],
"licenses": [
{
"type": "EUPL-1.2",
"url": "https://spdx.org/licenses/EUPL-1.2.html"
}
],
"license": "EUPL-1.2",
"main": "n/a",
"dependencies": {
"@francesc/gatsby-plugin-multilang-twitter-cards": "^0.1.7",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"fuse.js": "6.4.4",
"gatsby": "^5.1.0",
"gatsby-image": "^2.8.0",
"gatsby-plugin-feed-mdx": "^1.0.1",
"gatsby-plugin-google-analytics": "^5.1.0",
"gatsby-plugin-intl": "^0.3.3",
"gatsby-plugin-manifest": "^5.2.0",
"gatsby-plugin-mdx": "^2.14.1",
"gatsby-plugin-offline": "^3.7.1",
"gatsby-plugin-react-helmet": "^3.7.0",
"gatsby-plugin-sharp": "^5.2.0",
"gatsby-remark-attr": "0.1.0",
"gatsby-remark-autolink-headers": "^2.8.0",
"gatsby-remark-copy-linked-files": "^2.7.0",
"gatsby-remark-images": "^3.8.1",
"gatsby-remark-prismjs": "^3.10.0",
"gatsby-remark-responsive-iframe": "^2.8.0",
"gatsby-remark-smartypants": "^2.7.0",
"gatsby-source-filesystem": "^5.2.0",
"gatsby-theme-material-ui": "^1.0.13",
"gatsby-transformer-sharp": "^5.2.0",
"prismjs": "^1.27.0",
"query-string": "^6.13.8",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.1.0"
},
"devDependencies": {
"chalk": "^4.1.0",
"dotenv": "^8.2.0",
"eslint": "^7.16.0",
"eslint-config-react-app": "^6.0.0",
"fs-extra": "^9.0.1",
"node-fetch": "^3.2.10",
"prettier": "^2.2.1"
},
"scripts": {
"build": "npm run clean && gatsby build --prefix-paths",
"develop": "gatsby develop --host 0.0.0.0",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve --prefix-paths --host 0.0.0.0",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"lint": "eslint --ext .js,.jsx --ignore-pattern public ."
}
}