forked from AtomLinter/atomlinter.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.04 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.04 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
45
{
"name": "@atomlinter/website",
"private": true,
"license": "Apache2",
"scripts": {
"start": "gatsby develop",
"develop": "gatsby develop",
"build": "gatsby build"
},
"renovate": {
"extends": [
"config:base"
],
"packageRules": [
{
"packagePatterns": [
"^gatsby"
],
"groupName": "Gatsby packages",
"extends": [
"schedule:weekly"
]
}
]
},
"dependencies": {
"@types/lodash": "4.14.123",
"@types/react": "16.8.15",
"@types/react-helmet": "5.0.8",
"gatsby": "2.3.33",
"gatsby-plugin-lodash": "3.0.5",
"gatsby-plugin-manifest": "2.0.29",
"gatsby-plugin-offline": "2.0.25",
"gatsby-plugin-react-helmet": "3.0.12",
"gatsby-plugin-typescript": "2.0.13",
"gatsby-source-filesystem": "2.0.32",
"gatsby-transformer-yaml": "2.1.12",
"lodash": "4.17.11",
"material-design-lite": "1.3.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-helmet": "5.2.0",
"typescript": "3.4.5"
}
}