-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.51 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
{
"name": "gatsby-start-template",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/sealworks/gatsby-starter",
"author": "Pedro Moreno <nennogabriel@gmail.com>",
"license": "0BSD",
"scripts": {
"cms:proxy": "npx netlify-cms-proxy-server",
"develop": "GATSBY_EXPERIMENTAL_LAZY_DEVJS=true gatsby develop",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.tsx\" \"src/**/*.js\"",
"build": "cross-env GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
"clean": "gatsby clean",
"serve": "gatsby clean && gatsby build && gatsby serve -H 0.0.0.0",
"serve:test": "gatsby build && gatsby serve -H 0.0.0.0"
},
"devDependencies": {
"@types/mdx-js__react": "^1.5.3",
"@types/react-dom": "^17.0.0",
"@types/react-helmet": "^6.1.0",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"prettier": "^2.2.0",
"typescript": "^4.1.2"
},
"dependencies": {
"@chakra-ui/gatsby-plugin": "^1.0.0",
"@chakra-ui/react": "^1.0.1",
"@emotion/cache": "^11.0.0",
"@emotion/react": "^11.1.1",
"@emotion/styled": "^11.0.0",
"@emotion/weak-memoize": "^0.2.5",
"@mdx-js/mdx": "^1.6.21",
"@mdx-js/react": "^1.6.22",
"@unform/core": "^2.1.3",
"@unform/web": "^2.1.3",
"cross-env": "^7.0.3",
"framer-motion": "^2.9.4",
"gatsby": "^2.27.0",
"gatsby-plugin-canonical-urls": "^2.7.0",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-manifest": "^2.9.0",
"gatsby-plugin-mdx": "^1.5.0",
"gatsby-plugin-netlify": "^2.6.0",
"gatsby-plugin-netlify-cms": "^4.5.0",
"gatsby-plugin-react-helmet": "^3.7.0",
"gatsby-plugin-sharp": "^2.9.1",
"gatsby-plugin-sitemap": "^2.9.0",
"gatsby-plugin-tawk.to": "^1.0.5",
"gatsby-plugin-typescript": "^2.7.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-remark-copy-linked-files": "^2.5.0",
"gatsby-remark-images": "^3.6.0",
"gatsby-source-filesystem": "^2.6.1",
"gatsby-transformer-sharp": "^2.7.0",
"mdx-scoped-runtime": "^0.7.5",
"netlify-cms-app": "^2.13.3",
"netlify-cms-media-library-cloudinary": "^1.3.8",
"netlify-cms-media-library-uploadcare": "^0.5.9",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.1.0",
"tinycolor2": "^1.4.2",
"yup": "^0.32.8"
}
}