-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
68 lines (68 loc) · 2.08 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
{
"name": "tulisan",
"version": "0.1.0",
"private": true,
"description": "Tulisan mengenai aplikasi Baca-Qur'an.id",
"keywords": [
"gatsby"
],
"homepage": "https://github.com/gatsbyjs/gatsby-starter-blog#readme",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gatsbyjs/gatsby-starter-blog.git"
},
"license": "MIT",
"author": "Irfan Maulana <https://mazipan.space>",
"main": "n/a",
"scripts": {
"build": "gatsby build --prefix-paths",
"clean": "gatsby clean",
"dev": "gatsby develop -p 3500",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"serve": "gatsby serve --prefix-paths",
"start": "npm run develop",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@gatsbyjs/reach-router": "^2.0.1",
"gatsby": "^5.14.0",
"gatsby-core-utils": "^4.14.0",
"gatsby-plugin-disqus": "^1.2.6",
"gatsby-plugin-feed": "^5.14.0",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-offline": "^6.14.0",
"gatsby-plugin-react-helmet": "^6.14.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-plugin-sitemap": "^6.14.0",
"gatsby-plugin-typography": "^5.14.0",
"gatsby-remark-copy-linked-files": "^6.14.0",
"gatsby-remark-images": "^7.14.0",
"gatsby-remark-prismjs": "^7.14.0",
"gatsby-remark-responsive-iframe": "^6.14.0",
"gatsby-remark-smartypants": "^6.14.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-remark": "^6.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-typography": "^0.16.23",
"typography": "^0.16.24",
"typography-theme-wordpress-2016": "^0.16.19"
},
"devDependencies": {
"gatsby-plugin-pnpm": "^1.2.10",
"prettier": "3.4.2"
},
"packageManager": "pnpm@^9.12.2",
"engines": {
"node": "^20.x",
"pnpm": "^9.12.2"
}
}