generated from lizhongyue248/gatsby-template-zyue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
105 lines (105 loc) · 3.05 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
{
"name": "z-yue",
"version": "1.2.0",
"private": true,
"description": "中月的博客",
"keywords": [
"ayue",
"zyue",
"中月",
"阿月",
"Blog"
],
"repository": {
"type": "git",
"url": "https://github.com/lizhongyue248/blog"
},
"author": {
"name": "阿月很乖",
"email": "[email protected]",
"url": "https://github.com/lizhongyue248"
},
"workspaces": {
"packages": [
"plugins/**/*"
]
},
"scripts": {
"develop": "gatsby develop -p 9001",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"update:dependency": "yarn up -i"
},
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@syncfusion/ej2-react-charts": "^19.2.51",
"ahooks": "^2.10.9",
"autoprefixer": "^10.3.1",
"clear-cache": "^1.0.1",
"dayjs": "^1.10.6",
"fuse.js": "^6.4.6",
"gatsby": "^3.10.2",
"gatsby-image": "^3.10.0",
"gatsby-plugin-baidu-analytics": "^2.2.0",
"gatsby-plugin-feed": "^3.10.0",
"gatsby-plugin-google-tagmanager": "^3.10.0",
"gatsby-plugin-lodash": "^4.10.0",
"gatsby-plugin-manifest": "^3.10.0",
"gatsby-plugin-offline": "^4.10.0",
"gatsby-plugin-page-progress": "^2.2.1",
"gatsby-plugin-postcss": "^4.10.0",
"gatsby-plugin-react-helmet": "^4.10.0",
"gatsby-plugin-sass": "^4.10.0",
"gatsby-plugin-sharp": "^3.10.2",
"gatsby-plugin-sitemap": "^4.6.0",
"gatsby-plugin-styled-components": "^4.10.0",
"gatsby-plugin-typescript": "^3.10.0",
"gatsby-source-filesystem": "^3.10.0",
"gatsby-theme-material-ui": "^2.0.1",
"gatsby-transformer-json": "^3.10.0",
"gatsby-transformer-sharp": "^3.10.0",
"lodash": "^4.17.21",
"mdi-material-ui": "^6.22.1",
"ping-url": "^1.0.3",
"postcss": "^8.3.6",
"prismjs": "^1.24.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-typed": "^1.2.0",
"recoil": "^0.4.0",
"styled-components": "^5.3.0",
"tailwindcss": "^2.2.7",
"umi-request": "^1.3.9",
"use-clipboard-copy": "^0.2.0"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@types/node": "^16.4.10",
"@types/prismjs": "^1.16.6",
"@types/react": "^17.0.15",
"@types/react-dom": "^17.0.9",
"@types/react-helmet": "^6.1.2",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"babel-plugin-prismjs": "^2.1.0",
"babel-plugin-styled-components": "^1.13.2",
"babel-preset-gatsby": "^1.10.0",
"cheerio": "^1.0.0-rc.10",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-config-standard-jsx": "^10.0.0",
"eslint-config-standard-react": "^11.0.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.24.0",
"gh-pages": "^3.2.3",
"sass": "^1.37.2",
"typescript": "^4.3.5"
},
"packageManager": "[email protected]"
}