-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.8 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
{
"name": "elvis-blog",
"private": true,
"description": "记录一点锁碎小事的私人博客",
"version": "0.1.1",
"author": "Elvis<cheepion@foxmail.com>",
"homepage": "https://cheepion.github.io/isnan",
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.13.15",
"@deckdeckgo/highlight-code": "^2.6.0",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"babel-plugin-styled-components": "^1.12.0",
"gatsby": "^3.2.1",
"gatsby-image": "^3.3.0",
"gatsby-plugin-breakpoints": "^1.3.3",
"gatsby-plugin-gatsby-cloud": "^2.2.0",
"gatsby-plugin-image": "^1.2.0",
"gatsby-plugin-manifest": "^3.2.0",
"gatsby-plugin-offline": "^4.2.0",
"gatsby-plugin-react-helmet": "^4.2.0",
"gatsby-plugin-react-redux": "^1.1.0",
"gatsby-plugin-sharp": "^3.2.0",
"gatsby-plugin-styled-components": "^4.2.0",
"gatsby-plugin-typography": "^3.2.0",
"gatsby-remark-highlight-code": "^2.2.1",
"gatsby-source-filesystem": "^3.2.0",
"gatsby-transformer-remark": "^3.2.0",
"gatsby-transformer-sharp": "^3.2.0",
"mobx": "^6.2.0",
"mobx-react": "^7.1.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-redux": "^7.2.4",
"react-typography": "^0.16.19",
"redux": "^4.1.0",
"redux-thunk": "^2.3.0",
"styled-components": "^5.2.3",
"typography": "^0.16.19",
"typography-theme-noriega": "^0.16.19"
},
"devDependencies": {
"@types/gatsby-plugin-breakpoints": "^1.3.0",
"@types/node": "^14.14.37",
"@types/reach__router": "^1.3.7",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-redux": "^7.1.16",
"@types/redux": "^3.6.0",
"@types/redux-thunk": "^2.1.0",
"@types/styled-components": "^5.1.9",
"babel-eslint": "^10.1.0",
"eslint": "^7.24.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"prettier": "2.2.1"
},
"keywords": [
"gatsby",
"mobx"
],
"license": "0BSD",
"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",
"launch": "gatsby develop --host 0.0.0.0",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}