-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.89 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
{
"name": "devlog-raonsol",
"private": false,
"description": "",
"homepage": "https://blog.raonsol.dev/",
"version": "0.2.0",
"author": "raonsol",
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mdx-js/mdx": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"emotion-reset": "^3.0.1",
"gatsby": "^5.13.1",
"gatsby-plugin-catch-links": "^5.3.0",
"gatsby-plugin-emotion": "^8.3.0",
"gatsby-plugin-feed": "^5.3.1",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-image": "^3.13.0",
"gatsby-plugin-manifest": "^5.3.1",
"gatsby-plugin-mdx": "^5.13.0",
"gatsby-plugin-offline": "^6.3.1",
"gatsby-plugin-react-redux": "^1.1.0",
"gatsby-plugin-resolve-src": "^2.1.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^5.13.0",
"gatsby-plugin-sitemap": "^6.3.1",
"gatsby-remark-autolink-headers": "^6.13.0",
"gatsby-remark-images": "^7.3.1",
"gatsby-remark-katex": "^7.3.0",
"gatsby-remark-static-images": "^1.2.1",
"gatsby-source-filesystem": "^5.3.1",
"gatsby-transformer-sharp": "^5.3.1",
"katex": "^0.13.3",
"lodash": "^4.17.21",
"prism-react-renderer": "^1.3.5",
"prismjs": "^1.28.0",
"prop-types": "^15.8.1",
"query-string": "^7.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-md-spinner": "^1.0.0",
"react-redux": "^8.0.2",
"react-scroll": "^1.8.7",
"reading-time": "^1.5.0",
"redux": "^4.2.0",
"remark-external-links": "^9.0.1",
"remark-gfm": "^1.0.0",
"sharp": "^0.30.7",
"utterances-react-component": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/eslint-parser": "^7.18.9",
"@babel/preset-env": "^7.23.8",
"@emotion/babel-plugin": "^11.10.0",
"eslint": "^8.56.0",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-react": "^7.33.2",
"gh-pages": "^4.0.0",
"prettier": "2.7.1"
},
"keywords": [
"gatsby",
"gatsby-theme",
"gatsby-starter"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"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",
"deploy-gh": "gatsby build && gh-pages -d public",
"deploy-gh-prefix-paths": "gatsby build --prefix-paths && gh-pages -d public",
"check:lint": "eslint . --ext .js,.jsx",
"fix:lint": "eslint . --fix --ext .js,.jsx",
"check:prettier": "prettier -c .",
"fix:prettier": "prettier -c --write .",
"check:mdxlint": "eslint . --ext md,mdx"
},
"repository": {
"type": "git",
"url": "https://github.com/raonsok/devlog-raonsol"
},
"bugs": {
"url": "https://github.com/raonsol/devlog-raonsol"
}
}