-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.9 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
{
"name": "danieljs-ecom-template",
"private": true,
"description": "E-Commerce site with Gatsby and React",
"version": "0.1.0",
"author": "DanielJS <[email protected]>",
"dependencies": {
"@contentful/rich-text-react-renderer": "^15.4.0",
"bootstrap": "^4.3.1",
"disqus-react": "^1.0.5",
"dotenv": "^8.0.0",
"gatsby": "^2.12.2",
"gatsby-image": "^2.0.41",
"gatsby-plugin-catch-links": "^4.3.0",
"gatsby-plugin-crisp-chat": "^3.2.2",
"gatsby-plugin-layout": "^2.14.0",
"gatsby-plugin-manifest": "^2.2.41",
"gatsby-plugin-offline": "^2.1.0",
"gatsby-plugin-react-helmet-async": "^1.2.0",
"gatsby-plugin-scroll-indicator": "^1.0.1",
"gatsby-plugin-sharp": "^2.0.37",
"gatsby-plugin-snipcartv3": "^2.3.3",
"gatsby-source-contentful": "^2.0.63",
"gatsby-source-filesystem": "^2.0.33",
"gatsby-transformer-remark": "^2.6.50",
"gatsby-transformer-sharp": "^2.1.19",
"graphql": "^14.3.0",
"jquery": "^1.9.1",
"popper.js": "^1.16.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet-async": "^1.1.2",
"react-slick": "^0.28.1",
"react-star-rating-component": "^1.4.1",
"react-tabs": "^3.0.0",
"react-transition-group": "^4.4.2",
"typescript": "^4.4.3"
},
"devDependencies": {
"prettier": "^1.17.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"dev": "gatsby clean && gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"repository": {
"type": "git",
"url": "https://github.com/Daniel-J-S/Wilson-Biker-Gear-Website.git"
},
"bugs": {
"url": "https://github.com/Daniel-J-S/Wilson-Biker-Gear-Website.git/issues"
}
}