-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.47 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
{
"name": "shaneis.me-v2",
"private": true,
"description": "A personal website of grand insignificance.",
"version": "2.0.1",
"author": "Shane Duff <[email protected]>",
"dependencies": {
"@emotion/react": "^11.11.1",
"gatsby": "^5.12.6",
"gatsby-image": "^3.11.0",
"gatsby-plugin-emotion": "^8.12.0",
"gatsby-plugin-feed": "^5.13.0",
"gatsby-plugin-manifest": "^5.12.1",
"gatsby-plugin-react-helmet": "^6.12.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sharp": "^5.12.0",
"gatsby-remark-autolink-headers": "^6.13.0",
"gatsby-remark-prismjs": "^7.12.0",
"gatsby-source-filesystem": "^5.12.0",
"gatsby-transformer-remark": "^6.13.0",
"gatsby-transformer-sharp": "^5.13.0",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Warning: no test specified\" && exit 0",
"build:prod": "yarn build -- --prefix-links",
"predeploy": "yarn build -- --prefix-links"
},
"devDependencies": {
"prettier": "^3.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/drainpip/shaneis.me-v2"
},
"bugs": {
"url": "https://github.com/drainpip/shaneis.me-v2/issues"
}
}