-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 930 Bytes
/
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
{
"name": "i-deal-specialties",
"version": "1.0.0",
"author": "Natalie Bourdakos",
"dependencies": {
"@brainhubeu/react-carousel": "^2.0.3",
"gatsby": "^2.15.14",
"gatsby-plugin-manifest": "^2.2.16",
"gatsby-plugin-offline": "^3.0.6",
"gatsby-plugin-react-helmet": "^3.1.7",
"gatsby-plugin-sass": "^2.1.14",
"node-sass": "^4.12.0",
"react": "^16.9.0",
"react-carousel": "^4.3.0",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1",
"react-multi-carousel": "^2.6.2",
"react-slick": "^0.28.1",
"slick-carousel": "^1.8.1"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.18.2"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-photon"
}
}