-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.97 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
{
"name": "portfolio",
"private": true,
"description": "Ivan Ng's online portfolio",
"version": "2.0.0",
"author": "ivan-ngchakming <[email protected]>",
"dependencies": {
"@headlessui/react": "^1.6.5",
"classnames": "^2.3.1",
"gatsby": "^4.17.1",
"gatsby-plugin-gatsby-cloud": "^4.17.0",
"gatsby-plugin-image": "^2.17.0",
"gatsby-plugin-manifest": "^4.17.0",
"gatsby-plugin-mdx": "^3.17.0",
"gatsby-plugin-netlify": "^5.0.0",
"gatsby-plugin-netlify-cms": "^6.17.0",
"gatsby-plugin-offline": "^5.17.0",
"gatsby-plugin-react-helmet": "^5.17.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-sharp": "^4.17.0",
"gatsby-remark-copy-linked-files": "^5.17.0",
"gatsby-remark-images": "^6.17.0",
"gatsby-remark-relative-images": "^2.0.2",
"gatsby-source-filesystem": "^4.17.0",
"gatsby-transformer-remark": "^5.17.0",
"gatsby-transformer-sharp": "^4.17.0",
"netlify-cms-app": "^2.15.72",
"prop-types": "^15.8.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.4.0",
"react-markdown": "^8.0.3",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^3.0.1",
"remark-remove-comments": "^0.2.0"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"gatsby-plugin-postcss": "^5.17.0",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.4"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,css}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ivan-ngchakming/portfolio"
},
"bugs": {
"url": "https://github.com/ivan-ngchakming/portfolio/issues"
}
}