-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 923 Bytes
/
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
{
"name": "website",
"description": "My personal website to store brain dumps.",
"version": "1.0.0",
"author": "Trevor Richardson <[email protected]>",
"dependencies": {
"gatsby": "1.9.279",
"gatsby-link": "1.6.46",
"gatsby-remark-copy-linked-files": "1.5.37",
"gatsby-remark-images": "1.5.67",
"gatsby-remark-prismjs": "1.2.24",
"gatsby-source-filesystem": "1.5.39",
"gatsby-transformer-remark": "1.7.44",
"lodash": "4.17.20",
"plop": "2.7.4"
},
"devDependencies": {
"babel-eslint": "10.1.0",
"eslint": "4.19.1",
"eslint-plugin-react": "7.21.5",
"moment": "2.29.1"
},
"license": "MIT",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"lint": "eslint --ext .js,.jsx --ignore-pattern public .",
"test": "echo \"Error: no test specified\" && exit 1",
"generate": "plop --plopfile ./generators/plopfile.js"
}
}