-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
70 lines (70 loc) · 2.17 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
70
{
"name": "prasetyodev",
"private": true,
"description": "Tech Portofolio",
"version": "1.0.0",
"author": "Dimas Prasetyo",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@gsap/react": "^2.1.0",
"gatsby": "^5.12.4",
"react": "^18.1.0",
"react-dom": "^18.1.0"
},
"devDependencies": {
"@fontsource-variable/montserrat": "^5.0.4",
"@fontsource-variable/overpass-mono": "^5.0.13",
"@fontsource/merriweather": "^5.0.3",
"@notionhq/client": "^2.2.13",
"@react-pdf-viewer/core": "^3.12.0",
"@react-pdf-viewer/default-layout": "^3.12.0",
"bootstrap": "^5.3.2",
"dotenv": "^16.3.1",
"gatsby-plugin-feed": "^5.12.0",
"gatsby-plugin-google-gtag": "^5.12.3",
"gatsby-plugin-image": "^3.12.0",
"gatsby-plugin-manifest": "^5.12.0",
"gatsby-plugin-offline": "^6.12.3",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sass": "^3.2.0",
"gatsby-plugin-sharp": "^5.12.0",
"gatsby-plugin-sitemap": "^6.12.1",
"gatsby-remark-images": "^7.12.0",
"gatsby-remark-prismjs": "^7.12.0",
"gatsby-remark-responsive-iframe": "^6.12.0",
"gatsby-source-filesystem": "^5.12.0",
"gatsby-source-notion-api": "^0.12.0",
"gatsby-transformer-remark": "^6.12.0",
"gatsby-transformer-sharp": "^5.12.0",
"html-to-react": "^1.7.0",
"pdfjs-dist": "^3.4.120",
"prettier": "^2.8.8",
"prismjs": "^1.29.0",
"react-slick": "^0.29.0",
"react-social-icons": "^6.4.0",
"react-vertical-timeline-component": "^3.6.0",
"sass": "^1.69.0",
"slick-carousel": "^1.8.1",
"typewriter-effect": "^2.21.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby-starter-blog#readme",
"keywords": [
"gatsby"
],
"license": "0BSD",
"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,ts,tsx,json,md}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
}
}