-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
107 lines (107 loc) Β· 3.33 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
{
"name": "personal-website-v1",
"private": true,
"description": "Portfolio of Walter Teng",
"version": "1.1.0",
"author": "Walter Teng | walterteng.com | [email protected]",
"dependencies": {
"@emotion/core": "^11.0.0",
"@emotion/css": "^11.1.3",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@graphql-codegen/cli": "^2.6.2",
"@graphql-codegen/typescript-operations": "^2.4.0",
"@material-ui/core": "^4.12.0",
"@material-ui/icons": "^4.11.2",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"ansi-html-community": "^0.0.8",
"dotenv": "^10.0.0",
"gatsby": "^4.0.0",
"gatsby-plugin-catch-links": "^3.7.1",
"gatsby-plugin-emotion": "^6.7.1",
"gatsby-plugin-feed": "^4.20.0",
"gatsby-plugin-google-gtag": "^5.9.0",
"gatsby-plugin-image": "^1.7.1",
"gatsby-plugin-manifest": "^3.7.1",
"gatsby-plugin-mdx": "^2.14.1",
"gatsby-plugin-offline": "^4.7.1",
"gatsby-plugin-react-helmet": "^4.7.1",
"gatsby-plugin-sass": "^4.7.1",
"gatsby-plugin-sharp": "^4.8.0",
"gatsby-plugin-theme-switcher": "^1.0.0",
"gatsby-plugin-twitter": "^3.9.0",
"gatsby-plugin-webmention": "^0.2.0",
"gatsby-remark-autolink-headers": "^4.6.0",
"gatsby-remark-embedder": "^5.0.0",
"gatsby-remark-images": "^5.6.0",
"gatsby-remark-table-of-contents": "^1.0.0",
"gatsby-source-filesystem": "^3.7.1",
"gatsby-source-graphql-universal": "^3.4.0",
"gatsby-transformer-sharp": "^3.7.1",
"graphql": "^15.5.0",
"immer": "^9.0.7",
"json-schema": "^0.4.0",
"lodash": "^4.17.21",
"node-sass": "^6.0.1",
"object-path": "^0.11.8",
"prism-react-renderer": "^1.3.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-dom": "^17.0.2",
"react-emoji": "^0.5.0",
"react-helmet": "^6.1.0",
"react-markdown": "^6.0.2",
"react-modal": "^3.14.3",
"react-moment": "^1.1.1",
"react-refresh-webpack-plugin": "^0.1.0",
"react-router-dom": "^5.0.0",
"react-router-hash-link": "^2.4.3",
"react-share": "^4.4.0",
"react-smooth-collapse": "^2.1.0",
"react-tooltip": "^4.2.21",
"smooth-scroll": "^16.0.3",
"trim": "^1.0.1"
},
"devDependencies": {
"@types/node": "^17.0.36",
"@types/react": "^17.0.45",
"@types/react-dom": "^17.0.17",
"@types/styled-components": "^5.1.25",
"eslint-config-wesbos": "^3.0.2",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.26.0",
"gatsby-plugin-netlify": "^4.1.0",
"gatsby-plugin-remove-trailing-slashes": "^3.7.1",
"husky": "^8.0.0",
"lint-staged": "^13.0.3",
"prettier": "^2.3.1",
"typescript": "^4.7.2"
},
"keywords": [
"gatsby",
"blog",
"portfolio",
"davzoku"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"codegen": "graphql-codegen --config codegen.yml",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "https://github.com/davzoku/personal-website-v1"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}