-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
115 lines (115 loc) · 3.77 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "personal-website",
"private": true,
"description": "Tuan Nguyen's personal website",
"version": "0.1.0",
"author": "Tuan Nguyen <[email protected]>",
"dependencies": {
"@mdx-js/mdx": "^1.6.16",
"@mdx-js/react": "^1.6.16",
"axios": "^0.19.2",
"date-fns": "^2.15.0",
"dotenv": "^8.2.0",
"gatsby": "^2.24.26",
"gatsby-image": "^2.4.14",
"gatsby-plugin-algolia": "^0.11.2",
"gatsby-plugin-mdx": "^1.2.34",
"gatsby-plugin-offline": "^3.2.21",
"gatsby-plugin-sharp": "^2.6.24",
"gatsby-plugin-transition-link": "^1.20.2",
"gatsby-source-filesystem": "^2.3.23",
"gatsby-transformer-sharp": "^2.5.12",
"github-calendar": "^2.2.1",
"lodash.get": "^4.4.2",
"lodash.groupby": "^4.6.0",
"lodash.sortby": "^4.7.0",
"netlify-cms-app": "^2.12.19",
"prism-react-renderer": "^1.1.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-disqus-comments": "^1.4.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0",
"react-instantsearch-dom": "^6.7.0",
"react-toastify": "^6.0.8",
"typeface-montserrat": "0.0.75",
"yup": "^0.29.3"
},
"devDependencies": {
"@babel/preset-env": "^7.11.0",
"@babel/preset-typescript": "^7.10.4",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@sendgrid/mail": "^7.2.3",
"@types/aws-lambda": "^8.10.59",
"@types/classnames": "^2.2.10",
"@types/node": "^14.0.27",
"@types/react-instantsearch-dom": "^6.3.0",
"@types/webpack-env": "^1.15.2",
"@types/yup": "^0.29.4",
"@typescript-eslint/eslint-plugin": "^3.8.0",
"@typescript-eslint/parser": "^3.8.0",
"autoprefixer": "^9.8.6",
"classnames": "^2.2.6",
"eslint": "^7.6.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.5",
"formik": "^2.1.5",
"gatsby-plugin-emotion": "^4.3.10",
"gatsby-plugin-feed": "^2.5.11",
"gatsby-plugin-google-analytics": "^2.3.13",
"gatsby-plugin-layout": "^1.3.10",
"gatsby-plugin-manifest": "^2.4.22",
"gatsby-plugin-netlify-cms": "^4.3.11",
"gatsby-plugin-postcss": "^2.3.11",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sitemap": "^2.4.11",
"gatsby-remark-copy-linked-files": "^2.3.12",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "^3.3.25",
"gatsby-remark-relative-images": "0.2.3",
"gatsby-remark-responsive-iframe": "^2.4.12",
"gatsby-remark-smartypants": "^2.3.10",
"http-errors": "^1.8.0",
"http-proxy-middleware": "^1.0.5",
"husky": "^4.2.5",
"lint-staged": "^10.2.11",
"netlify-lambda": "^2.0.1",
"npm-run-all": "^4.1.5",
"prettier": "2.0.5",
"svg-sprite-loader": "^5.0.0",
"svg-transform-loader": "^2.0.13",
"svgo-loader": "^2.2.1",
"tailwindcss": "^1.6.2",
"tailwindcss-typography": "^3.1.0",
"twin.macro": "^1.7.0",
"typescript": "^3.9.7",
"typescript-plugin-tw-template": "^2.0.1",
"webpack-merge": "^5.1.1"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"clean": "gatsby clean",
"develop": "gatsby develop",
"start": "run-p start:**",
"type-check": "tsc",
"start:app": "npm run develop",
"start:lambda": "netlify-lambda serve --config ./webpack.functions.js src/lambda",
"build": "gatsby build && netlify-lambda build --config ./webpack.functions.js src/lambda",
"build:app": "gatsby build",
"build:lambda": "netlify-lambda build src/lambda"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}