-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 860 Bytes
/
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
{
"name": "anime",
"version": "1.0.0",
"private": true,
"description": "anime",
"author": "syr",
"keywords": [
"gatsby"
],
"scripts": {
"dev": "gatsby develop --host 0.0.0.0 --port 8000",
"start": "gatsby develop --host 0.0.0.0 --port 8000",
"build": "gatsby build",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"gatsby": "^5.13.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"yaml": "^2.4.5"
},
"devDependencies": {
"@types/node": "^20.11.19",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"gh-pages": "^6.1.1",
"typescript": "^5.3.3"
}
}