-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.5 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
{
"name": "songchen-tan-personal-website",
"version": "1.0.0",
"private": true,
"description": "Songchen Tan Personal Website",
"author": "Songchen Tan",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"prettier": "npx prettier --write ."
},
"dependencies": {
"@cloudflare/stream-react": "^1.8.0",
"@octokit/request": "^6.2.6",
"bulma": "^0.9.4",
"bulma-timeline": "^3.0.5",
"fast-exif": "^2.0.1",
"gatsby": "^5.11.0",
"gatsby-plugin-feed": "^5.11.0",
"gatsby-plugin-image": "^3.11.0",
"gatsby-plugin-manifest": "^5.11.0",
"gatsby-plugin-purgecss": "^6.2.1",
"gatsby-plugin-sass": "^6.11.0",
"gatsby-plugin-sharp": "^5.11.0",
"gatsby-plugin-sitemap": "^6.11.0",
"gatsby-remark-katex": "^7.11.0",
"gatsby-source-filesystem": "^5.11.0",
"gatsby-source-notion": "^1.2.0",
"gatsby-transformer-remark": "^6.11.0",
"gatsby-transformer-sharp": "^5.11.0",
"katex": "^0.16.7",
"pinyin-pro": "^3.15.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.9.0",
"sass": "^1.63.4",
"swr": "^2.1.5"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230518.0",
"@types/katex": "^0.16.0",
"@types/node": "^18.16.18",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"prettier": "2.8.8",
"typescript": "^5.1.3"
}
}