-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.19 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
{
"name": "ogura-hyakunin-isshu",
"private": true,
"description": "An anthology of one hundred Japanese waka by one hundred poets.",
"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",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"dependencies": {
"gatsby": "^2.19.7",
"gatsby-background-image": "^0.9.14",
"gatsby-image": "^2.2.40",
"gatsby-plugin-manifest": "^2.2.41",
"gatsby-plugin-sharp": "^2.4.5",
"gatsby-source-filesystem": "^2.1.48",
"gatsby-transformer-json": "^2.2.26",
"gatsby-transformer-sharp": "^2.3.14",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"devDependencies": {
"gh-pages": "^2.2.0",
"prettier": "^1.19.1"
},
"repository": {
"type": "git",
"url": "https://github.com/akashmeshram/Ogura-Hyakunin-Isshu"
},
"bugs": {
"url": "https://github.com/akashmeshram/Ogura-Hyakunin-Isshu/issues"
}
}