-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.64 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.64 KB
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
{
"name": "simonxcode.com",
"private": true,
"description": "Personal website sharing my latest work and writings",
"author": "Simon Xiong",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "env-cmd -f .env gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@portabletext/react": "^1.0.6",
"@sanity/image-url": "^1.0.1",
"browserslist": "^4.15.0",
"gatsby": "^4.15.1",
"gatsby-image": "^3.11.0",
"gatsby-plugin-image": "^2.15.0",
"gatsby-plugin-react-helmet": "^5.15.0",
"gatsby-plugin-sass": "^5.15.0",
"gatsby-plugin-sharp": "^4.15.0",
"gatsby-source-filesystem": "^4.15.0",
"gatsby-source-sanity": "^7.4.2",
"gatsby-transformer-sharp": "^4.15.0",
"node-sass": "^7.0.0",
"normalize.css": "^8.0.1",
"react": "^18.1.0",
"react-burger-menu": "^3.0.8",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0",
"react-syntax-highlighter": "^15.5.0",
"sass": "^1.32.13",
"serialize-javascript": "^6.0.0"
},
"devDependencies": {
"env-cmd": "^10.1.0",
"prettier": "^2.6.2"
},
"repository": {
"type": "git",
"url": "https://simonxcode.com/"
}
}