-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.18 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
{
"name": "likaiguang-com",
"description": "Kai's website",
"version": "4.0.0",
"author": "Kaiguang Li <hello@likaiguang.com>",
"license": "(CC-BY-4.0 AND MIT)",
"private": true,
"scripts": {
"dev": "gatsby develop -H 0.0.0.0",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"autoprefixer": "^10.4.4",
"gatsby": "^4.24.3",
"gatsby-plugin-image": "^2.24.0",
"gatsby-plugin-postcss": "^5.24.0",
"gatsby-plugin-react-helmet": "^5.24.0",
"gatsby-plugin-sharp": "^4.24.0",
"gatsby-remark-images": "^6.24.0",
"gatsby-remark-prismjs": "^6.24.0",
"gatsby-source-filesystem": "^4.24.0",
"gatsby-transformer-remark": "^5.24.0",
"gatsby-transformer-sharp": "^4.24.0",
"postcss": "^8.4.12",
"prismjs": "^1.27.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"tailwindcss": "^3.0.23"
},
"devDependencies": {
"@types/node": "^17.0.23",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/react-helmet": "^6.1.5",
"typescript": "^4.6.3"
}
}