-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.15 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
{
"name": "gatsby-starter-terminal",
"private": true,
"description": "A Gatsby starter for gatsby-theme-terminal",
"version": "0.1.0",
"author": "Paul Scanlon <pauliescanlon@gmail.com>",
"dependencies": {
"@mdx-js/mdx": "^1.6.21",
"@mdx-js/react": "^1.6.21",
"@pauliescanlon/gatsby-theme-terminal": "^0.0.40",
"@theme-ui/prism": "^0.3.0",
"gatsby": "^2.25.4",
"gatsby-plugin-mdx": "^1.3.1",
"gatsby-source-filesystem": "^2.4.2",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"prettier": "^1.19.1"
},
"keywords": [
"gatsby",
"gatsby starter"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/PaulieScanlon/gatsby-starter-terminal"
},
"bugs": {
"url": "https://github.com/PaulieScanlon/gatsby-starter-terminal/issues"
}
}