-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.11 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
{
"private": true,
"name": "tsuki-lab",
"version": "0.4.2",
"dependencies": {
"@formspree/react": "^2.2.4",
"gatsby": "^4.4.0",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-canonical-urls": "^4.5.0",
"gatsby-plugin-google-tagmanager": "^4.4.0",
"gatsby-plugin-image": "^2.4.0",
"gatsby-plugin-manifest": "^4.4.0",
"gatsby-plugin-minify": "^0.4.0",
"gatsby-plugin-offline": "^5.5.2",
"gatsby-plugin-react-helmet": "^5.4.0",
"gatsby-plugin-sharp": "^4.4.0",
"gatsby-source-filesystem": "^4.20.0",
"gatsby-source-notion-api": "^0.11.0",
"gatsby-transformer-sharp": "^4.4.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"sakura.css": "^1.3.1"
},
"devDependencies": {
"@types/node": "^17.0.2",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/react-helmet": "^6.1.4",
"@vercel/node": "1.9.0",
"gatsby-plugin-sass": "^5.4.0",
"sass": "^1.45.1",
"typescript": "^4.5.4"
},
"scripts": {
"dev": "gatsby develop",
"build": "gatsby build",
"typecheck": "tsc"
}
}