-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.11 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
{
"name": "gatsbyjs-blog",
"description": "Sample blog built with Gatsby.js using Prismic headless CMS",
"author": "Prismic",
"dependencies": {
"@prismicio/helpers": "^2.0.0",
"@prismicio/react": "^2.0.3",
"@reach/router": "^1.3.4",
"@sentry/gatsby": "^6.19.2",
"@sentry/tracing": "^6.19.3",
"@superrb/gatsby-addons": "^2.4.1",
"formik": "^2.2.9",
"gatsby": "^4.3.0",
"gatsby-plugin-gdpr-cookies": "^2.0.8",
"gatsby-plugin-image": "2.3.0",
"gatsby-plugin-manifest": "^4.3.0",
"gatsby-plugin-netlify": "^4.1.0",
"gatsby-plugin-preload": "^1.0.0",
"gatsby-plugin-prismic-previews": "^5.2.6",
"gatsby-plugin-react-helmet": "^5.3.0",
"gatsby-plugin-robots-txt": "^1.7.0",
"gatsby-plugin-sass": "^5.3.0",
"gatsby-plugin-sharp": "^4.3.0",
"gatsby-plugin-sitemap": "^5.9.0",
"gatsby-source-filesystem": "^4.3.0",
"gatsby-source-prismic": "^5.2.6",
"interweave": "^13.0.0",
"js-cookie": "^3.0.1",
"live-node-list": "^2.1.1",
"prismic-reactjs": "^1.3.4",
"query-string": "^7.1.1",
"react": "^17.0.2",
"react-accessible-accordion": "^4.0.0",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-player": "^2.9.0",
"react-select": "^5.3.0",
"react-use-intercom": "^1.5.0",
"reinspect": "^1.1.0",
"sass": "^1.49.9",
"sharp": "^0.30.2",
"string-color-converter": "^2.0.3",
"swiper": "^8.0.7",
"yup": "^0.32.11"
},
"devDependencies": {
"dotenv": "^10.0.0",
"eslint": "^8.3.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.0"
},
"license": "Apache-2.0",
"scripts": {
"format": "prettier --write \"**/*.{js,jsx,json,scss,md}\"",
"build": "gatsby build",
"develop": "netlify dev -c '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-blog"
}
}