-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.24 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
{
"name": "gatsby-getting-started-tutorial",
"description": "A simple tutorial to get started with Prismic & Gatsby.js",
"dependencies": {
"gatsby": "^3.5.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-gatsby-cloud": "^3.2.0",
"gatsby-plugin-image": "^1.8.0",
"gatsby-plugin-manifest": "^3.5.0",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-sass": "^4.7.0",
"gatsby-plugin-sharp": "^4.1.3",
"gatsby-source-filesystem": "^3.5.0",
"gatsby-source-prismic": "^4.2.0",
"gatsby-transformer-sharp": "^4.1.0",
"prismic-reactjs": "^1.3.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-responsive-carousel": "^3.2.22",
"sass": "^1.34.1"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.14.2",
"babel-eslint": "^10.1.0",
"babel-preset-gatsby": "^1.7.0",
"eslint-config-react-app": "^6.0.0",
"gatsby-plugin-remove-trailing-slashes": "^3.7.1",
"prettier": "2.2.1"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,css,md}\"",
"start": "npm run clean && npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
}
}