-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
120 lines (120 loc) · 4 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "yowai-zine",
"private": true,
"description": "A web-zine for weak people",
"version": "0.2.0",
"author": "Koji Ishimoto <koji.ishimoto@gmail.com>",
"bugs": {
"url": "https://github.com/dowdiness/yowai-zine/issues"
},
"dependencies": {
"@loadable/component": "^5.15.2",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@sentry/gatsby": "^6.2.3",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.0",
"@types/nprogress": "^0.2.0",
"autoprefixer": "^10.4.2",
"date-fns": "^2.28.0",
"fontsource-jost": "^4.0.0",
"fontsource-noto-sans-jp": "^4.0.0",
"fontsource-noto-serif-jp": "^4.0.0",
"framer-motion": "^5.6.0",
"gatsby": "4.7.2",
"gatsby-plugin-draft": "^0.2.0",
"gatsby-plugin-feed": "^4.5.0",
"gatsby-plugin-image": "^2.5.1",
"gatsby-plugin-loadable-components-ssr": "4.2.0",
"gatsby-plugin-manifest": "^4.5.1",
"gatsby-plugin-mdx": "^3.5.1",
"gatsby-plugin-next-seo": "^1.7.0",
"gatsby-plugin-nprogress": "4.2.0",
"gatsby-plugin-offline": "^5.5.1",
"gatsby-plugin-postcss": "^5.5.0",
"gatsby-plugin-preact": "^6.5.0",
"gatsby-plugin-sharp": "^4.5.1",
"gatsby-plugin-sitemap": "^5.5.0",
"gatsby-plugin-splitbee": "^0.2.0",
"gatsby-plugin-typegen": "^2.2.1",
"gatsby-remark-audio": "^1.0.2",
"gatsby-remark-check-links": "^2.1.0",
"gatsby-remark-copy-linked-files": "^5.5.0",
"gatsby-remark-embedder": "^5.0.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^6.5.1",
"gatsby-remark-images-contentful": "^5.5.0",
"gatsby-remark-images-medium-zoom": "^1.7.0",
"gatsby-remark-normalize-paths": "^1.1.0",
"gatsby-remark-responsive-iframe": "^5.5.0",
"gatsby-remark-smartypants": "^5.5.0",
"gatsby-source-contentful": "^7.3.1",
"gatsby-source-filesystem": "^4.5.1",
"gatsby-transformer-json": "^4.5.0",
"gatsby-transformer-remark": "^5.5.1",
"gatsby-transformer-sharp": "^4.5.0",
"gsap": "^3.9.1",
"intersection-observer": "^0.12.0",
"jotai": "^1.5.2",
"linkify-react": "^3.0.4",
"linkifyjs": "^3.0.5",
"mdx-embed": "^0.0.19",
"mitt": "^3.0.0",
"postcss": "^8.4.5",
"postcss-import": "^14.0.2",
"postcss-nested": "^5.0.6",
"preact": "^10.6.6",
"preact-render-to-string": "^5.1.19",
"react": "^17.0.2",
"react-div-100vh": "^0.7.0",
"react-dom": "^17.0.2",
"react-helmet-async": "^1.2.2",
"react-icons": "^4.3.1",
"react-intersection-observer": "^8.33.1",
"react-share": "^4.4.0",
"scheduler": "^0.20.2",
"simplex-noise": "^2.4.0",
"smoothscroll-polyfill": "^0.4.4",
"use-context-selector": "^1.3.9"
},
"devDependencies": {
"@dowdiness/eslint-config": "^0.1.5",
"@loadable/babel-plugin": "^5.13.2",
"@loadable/webpack-plugin": "^5.15.2",
"@types/loadable__component": "^5.13.4",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/react-helmet-async": "^1.0.3",
"@types/wicg-mediasession": "^1.1.3",
"babel-preset-gatsby": "^2.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"gatsby-plugin-root-import": "^2.0.6",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.21",
"prettier": "2.5.1",
"tailwindcss": "^3.0.15",
"typescript": "^4.5.5",
"typescript-plugin-css-modules": "^3.4.0"
},
"homepage": "https://github.com/dowdiness/yowai-zine#readme",
"keywords": [
"gatsby"
],
"license": "UNLICENSED",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/dowdiness/yowai-zine.git"
},
"scripts": {
"build": "gatsby build --log-pages",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"typecheck": "tsc"
}
}