-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.16 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
{
"name": "gatsby-starter-ceevee",
"description": "Gatsby Starter - CeeVee ",
"version": "1.0.1",
"author": "Aman Mittal <amandeepmittal@live.com>",
"dependencies": {
"gatsby": "^4.3.0",
"gatsby-cli": "^4.3.0",
"gatsby-link": "^4.3.0",
"gatsby-plugin-catch-links": "^4.3.0",
"gatsby-plugin-google-analytics": "^4.3.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-react-helmet": "^5.3.0",
"gatsby-plugin-sass": "^5.3.0",
"gatsby-plugin-typography": "^4.3.0",
"gatsby-remark-copy-linked-files": "^5.3.0",
"gatsby-remark-images": "^6.3.0",
"gatsby-source-filesystem": "^4.3.0",
"gatsby-transformer-remark": "^5.3.0",
"react-slick": "^0.28.1",
"slick-carousel": "^1.8.1",
"typography-theme-bootstrap": "^0.16.19"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.9.2",
"sass": "^1.44.0"
}
}