-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.3 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
{
"name": "notjam.es",
"private": true,
"description": "welcome to my webzone",
"version": "0.1.0",
"author": "James Ward <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@fontsource/prociono": "^5.0.16",
"babel-plugin-styled-components": "^2.1.4",
"gatsby": "^5.12.1",
"gatsby-plugin-image": "^3.12.0",
"gatsby-plugin-manifest": "^5.12.0",
"gatsby-plugin-react-helmet": "^6.12.0",
"gatsby-plugin-sharp": "^5.12.0",
"gatsby-plugin-slug": "^2.0.0",
"gatsby-plugin-styled-components": "^6.12.0",
"gatsby-remark-autolink-headers": "^6.12.0",
"gatsby-remark-copy-linked-files": "^6.12.0",
"gatsby-remark-emojis": "^0.4.3",
"gatsby-remark-images": "^7.12.0",
"gatsby-remark-images-native-lazy-load": "^1.0.0",
"gatsby-remark-normalize-paths": "^1.1.0",
"gatsby-remark-numbered-footnotes": "^1.0.1",
"gatsby-remark-prismjs": "^7.12.0",
"gatsby-remark-responsive-iframe": "^6.12.0",
"gatsby-remark-smartypants": "^6.12.0",
"gatsby-source-filesystem": "^5.12.0",
"gatsby-transformer-json": "^5.12.0",
"gatsby-transformer-remark": "^6.12.0",
"gatsby-transformer-sharp": "^5.12.0",
"html-react-parser": "^4.2.2",
"prismjs": "^1.29.0",
"puppeteer": "^23.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-if": "^4.1.5",
"react-typography": "^0.16.23",
"reveal.js": "^4.6.1",
"styled-components": "^6.1.0",
"styled-reset": "^4.5.1"
},
"devDependencies": {
"gatsby-cli": "^5.12.1",
"prettier": "^3.0.3"
},
"homepage": "https://github.com/gatsbyjs/gatsby-starter-blog#readme",
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/gatsbyjs/gatsby-starter-blog.git"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"on-my-mind": "MIND_FILE=content/thoughts/$(date +'%Y-%m-%d').md; [ ! -f $MIND_FILE ] && echo '---\n'date: $(date +'%Y-%m-%d')'\n---' >> $MIND_FILE; nano $MIND_FILE",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
}
}