-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
51 lines (51 loc) · 1.51 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": "gatsby-starter-multiverse",
"version": "0.0.2",
"description": "Gatsby.js V4 starter template based on Multiverse by HTML5 UP",
"repository": {
"type": "git",
"url": "git+https://github.com/anubhavsrivastava/gatsby-starter-multiverse.git"
},
"author": {
"name": "Anubhav Srivastava",
"email": "[email protected]"
},
"dependencies": {
"gatsby": "^4.2.0",
"gatsby-plugin-manifest": "^4.2.0",
"gatsby-plugin-offline": "^5.2.0",
"gatsby-plugin-react-helmet": "^5.2.0",
"gatsby-plugin-sass": "^5.2.0",
"node-sass": "^6.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1",
"react-images": "^0.5.19",
"react-scrollspy": "^3.4.2",
"smoothscroll-polyfill": "^0.4.4"
},
"scripts": {
"develop": "gatsby develop",
"build": "npm run clean && gatsby build",
"deploy": "npm run clean && gatsby build --prefix-paths && gh-pages -d public",
"serve": "gatsby serve",
"clean": "rimraf .cache public",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"gh-pages": "^3.2.3",
"prettier": "^2.4.1",
"rimraf": "^3.0.2"
},
"keywords": [
"gatsby",
"gatsby-starter",
"gatsby-starter-multiverse"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/anubhavsrivastava/gatsby-starter-multiverse/issues"
},
"homepage": "https://github.com/anubhavsrivastava/gatsby-starter-multiverse#readme"
}