-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 884 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
32
33
{
"name": "jryanconklin",
"private": true,
"description": "A portfolio created from gatsby-starter-hello-world",
"version": "0.1.0",
"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"
},
"dependencies": {
"gatsby": "^2.24.12",
"gatsby-plugin-postcss": "^2.3.11",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"prettier": "^1.19.1",
"tailwindcss": "^1.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/jryanconklin/jryanconklin"
},
"bugs": {
"url": "https://github.com/jryanconklin/jryanconklin/issues"
}
}