-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.14 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.14 KB
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
{
"name": "mianba",
"private": true,
"description": "大前端面试",
"version": "0.1.1",
"author": "zoeblow <zoeblow@gmail.com>",
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@pauliescanlon/gatsby-theme-terminal": "*",
"date-fns": "^2.23.0",
"gatsby": "^4.0.0",
"gatsby-plugin-google-analytics": "^4.0.0",
"gatsby-plugin-mdx": "^3.0.0",
"gatsby-source-filesystem": "^4.0.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
"keywords": [
"前端面试",
"面霸"
],
"maintainers": [
"zoeblow <zoeblow@gmail.com>",
"lvyongbao <dabao1050185549@gmail.com>",
"supernovayo <supernovayoyoyo@gmail.com>",
"xiaobaojie <xiaobaojie@gmail.com>"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby clean && gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"browserslist": [
">0.25%",
"not dead",
"IE 11"
]
}