-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.47 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
{
"name": "kuaiq-blog",
"version": "1.0.0",
"private": true,
"description": "kuaiq-blog",
"author": "kuaiq",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@deckdeckgo/highlight-code": "^3.6.0",
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/free-regular-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"antd": "^4.20.4",
"axios": "^0.27.2",
"clsx": "^1.1.1",
"framer-motion": "^5.5.5",
"gatsby": "4.4.0",
"gatsby-plugin-manifest": "^4.11.1",
"gatsby-plugin-mdx": "^3.4.0",
"gatsby-plugin-nprogress": "^4.13.0",
"gatsby-remark-highlight-code": "^3.1.0",
"gatsby-remark-prismjs": "^6.4.0",
"gatsby-source-filesystem": "^4.4.0",
"gatsby-transformer-remark": "^5.4.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"prismjs": "^1.25.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"eslint": "^8.15.0",
"eslint-plugin-react": "^7.29.4",
"eslint-config-react-app": "^5.1.0",
"gh-pages": "^3.2.3"
}
}