-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "gatsby-starter-newage",
"version": "0.0.1",
"description": "Gatsby.js V2 starter template based on New age by startbootstrap",
"repository": {
"type": "git",
"url": "git+https://github.com/anubhavsrivastava/gatsby-starter-newage.git"
},
"author": {
"name": "Anubhav Srivastava",
"email": "[email protected]"
},
"dependencies": {
"@babel/core": "^7.6.0",
"@browniebroke/gatsby-image-gallery": "^3.5.2",
"@emotion/core": "^10.0.17",
"@emotion/styled": "^10.0.17",
"babel-plugin-emotion": "^10.0.17",
"emotion-theming": "^10.0.17",
"gatsby": "^2.24.50",
"gatsby-cli": "^2.12.95",
"gatsby-image": "2.4.15",
"gatsby-plugin-manifest": "^2.3.1",
"gatsby-plugin-offline": "^3.1.0",
"gatsby-plugin-react-helmet": "^3.2.0",
"gatsby-plugin-sass": "^2.2.0",
"gatsby-plugin-sharp": "^2.6.28",
"gatsby-remark-images": "^3.1.20",
"gatsby-remark-prismjs": "^3.3.12",
"gatsby-source-filesystem": "2.3.20",
"gatsby-transformer-remark": "2.8.24",
"gatsby-transformer-sharp": "^2.5.13",
"moment": "2.27.0",
"node-sass": "^4.13.1",
"prismjs": "^1.17.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-bootstrap": "1.2.2",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1",
"react-images": "^1.1.0",
"react-scrollspy": "^3.4.2",
"react-transition-group": "4.4.1",
"react-youtube": "7.11.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": "^2.0.1",
"prettier": "^1.17.0",
"rimraf": "^3.0.2"
},
"keywords": [
"gatsby",
"gatsby-starter",
"gatsby-starter-newage"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/anubhavsrivastava/gatsby-starter-newage/issues"
},
"homepage": "https://github.com/anubhavsrivastava/gatsby-starter-newage#readme"
}