-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.36 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
{
"name": "gatsby-multi-language-website",
"description": "Multi-language website example with Gatsby.js using Prismic headless CMS",
"author": "Prismic",
"dependencies": {
"@prismicio/helpers": "^2.0.0",
"@prismicio/react": "^2.0.3",
"gatsby": "^4.25.4",
"gatsby-plugin-image": "^2.0.0",
"gatsby-plugin-manifest": "^4.0.0",
"gatsby-plugin-prismic-previews": "^5.0.0",
"gatsby-plugin-react-helmet": "^5.0.0",
"gatsby-plugin-sass": "^5.0.0",
"gatsby-plugin-sharp": "^4.0.1",
"gatsby-source-filesystem": "^4.0.0",
"gatsby-source-prismic": "^5.0.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"sass": "^1.58.3"
},
"devDependencies": {
"dotenv": "^10.0.0",
"eslint": "^8.7.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.2"
},
"license": "Apache-2.0",
"scripts": {
"format": "prettier --write \"**/*.{js,jsx,json,scss,md}\"",
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run clean && npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"start:prod": "npm run clean && npm run build && npm run serve"
},
"repository": {
"type": "git",
"url": "https://github.com/prismicio/gatsby-multi-language-site"
}
}