-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.31 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
43
44
45
46
47
48
49
50
51
{
"name": "medatime",
"description": "meditation timer",
"version": "0.0.1",
"author": "Chris and Micah",
"dependencies": {
"classnames": "^2.2.6",
"gatsby": "^2.17.7",
"gatsby-cli": "^2.6.0",
"gatsby-image": "^2.2.30",
"gatsby-plugin-manifest": "^2.2.26",
"gatsby-plugin-offline": "^3.0.17",
"gatsby-plugin-react-helmet": "^3.1.13",
"gatsby-plugin-sharp": "^2.2.36",
"gatsby-plugin-stylus": "^2.1.14",
"gatsby-source-filesystem": "^2.1.35",
"gatsby-transformer-json": "^2.2.16",
"gatsby-transformer-sharp": "^2.3.2",
"interactjs": "^1.4.9",
"prop-types": "^15.6.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-helmet": "^5.2.1",
"rupture": "^0.7.1",
"update": "^0.7.4",
"words-to-time": "^1.0.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1",
"heroku-postbuild": "gatsby build"
},
"engines": {
"node": "10.15.0",
"npm": "6.4.1"
},
"devDependencies": {
"prettier": "^1.18.2"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
}
}