-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.16 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
{
"name": "proshunsuke.github.io",
"version": "0.1.0",
"private": true,
"devDependencies": {
"@mdx-js/loader": "next",
"@mdx-js/react": "*",
"@next/mdx": "*",
"@tailwindcss/typography": "*",
"@types/glob": "*",
"@types/gtag.js": "*",
"@types/mdx-js__react": "*",
"@types/react": "*",
"autoprefixer": "*",
"axios": "*",
"classnames": "*",
"dayjs": "*",
"eslint": "*",
"eslint-config-next": "*",
"eslint-config-prettier": "*",
"glob": "*",
"image-trace-loader": "*",
"imagemin-gifsicle": "*",
"imagemin-mozjpeg": "9.*",
"imagemin-optipng": "*",
"imagemin-svgo": "9.*",
"jimp": "*",
"lqip-loader": "*",
"next": "*",
"next-compose-plugins": "*",
"next-optimized-images": "*",
"next-seo": "*",
"next-themes": "*",
"postcss": "*",
"prettier": "*",
"prism-react-renderer": "*",
"react": "*",
"react-dom": "*",
"react-share": "*",
"react-switch": "*",
"react-use": "*",
"responsive-loader": "*",
"svg-sprite-loader": "*",
"tailwindcss": "*",
"typescript": "*",
"webp-loader": "*"
},
"packageManager": "[email protected]"
}