-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 2.04 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
{
"name": "seob.dev",
"version": "0.0.0",
"description": "HyunSeob's Engineering blog since 2021",
"main": "",
"repository": "[email protected]:HyunSeob/seob.dev.git",
"author": "HyunSeob <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "gatsby develop",
"build": "yarn re:build && gatsby build",
"re:build": "bsb -make-world -clean-world",
"re:watch": "bsb -make-world -clean-world -w",
"graphql:codegen": "graphql codegen"
},
"dependencies": {
"@ahrefs/bs-emotion": "^2.0.0",
"@davesnx/styled-ppx": "^0.20.0",
"@graphql-cli/codegen": "^1.17.18",
"@graphql-codegen/introspection": "^1.18.1",
"@moox/bs-react-helmet": "^3.0.0",
"@reasonml-community/graphql-ppx": "^1.2.3",
"autoprefixer": "latest",
"ayu": "github:ayu-theme/vscode-ayu",
"bs-css": "^13.4.1",
"bs-css-emotion": "^2.4.1",
"bs-platform": "^8.4.2",
"date-fns": "^2.17.0",
"gatsby": "^2.29.2",
"gatsby-plugin-feed": "^2.13.1",
"gatsby-plugin-google-gtag": "^2.6.0",
"gatsby-plugin-postcss": "^3.4.0",
"gatsby-plugin-react-helmet": "^3.8.0",
"gatsby-plugin-reason": "^2.1.0",
"gatsby-plugin-sharp": "^2.11.2",
"gatsby-plugin-sitemap": "^2.12.0",
"gatsby-remark-autolink-headers": "^2.8.0",
"gatsby-remark-code-extra": "^0.0.1",
"gatsby-remark-copy-linked-files": "^2.8.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^3.8.1",
"gatsby-remark-responsive-iframe": "^2.8.0",
"gatsby-remark-vscode": "^3.2.0",
"gatsby-source-filesystem": "^2.8.1",
"gatsby-transformer-remark": "^2.13.1",
"gatsby-transformer-sharp": "^2.9.0",
"graphql-cli": "4.1.0",
"lodash": "^4.17.20",
"postcss": "^8.4.6",
"postcss-import": "^14.0.0",
"postcss-preset-env": "^6.7.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"reason-date-fns": "^1.0.2",
"reason-react": "^0.9.1",
"rescript-vscode": "github:rescript-lang/rescript-vscode",
"slugify": "^1.4.6",
"tailwindcss": "latest"
}
}