-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.29 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.29 KB
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
72
73
74
75
76
77
78
{
"name": "b2storefront-boilerplate-shopify",
"private": true,
"description": "",
"version": "0.1.0",
"author": "B2Storefront",
"engines": {
"node": ">=16"
},
"dependencies": {
"@b2storefront/b2s_core": "^0.2.38",
"@b2storefront/b2storefront-telemetry": "^0.1.0",
"@b2storefront/gatsby-b2storefront-shopify": "^0.0.16",
"@emotion/react": "^11.10.4",
"@sentry/gatsby": "^7.9.0",
"axios": "^0.21.1",
"cross-env": "^7.0.3",
"gatsby": "^5.0.1",
"gatsby-cli": "^5.0.0",
"gatsby-core-utils": "^4.0.0",
"gatsby-graphiql-explorer": "^3.0.0",
"gatsby-legacy-polyfills": "^3.0.0",
"gatsby-link": "^5.0.0",
"gatsby-page-utils": "^3.0.0",
"gatsby-plugin-emotion": "^7.22.0",
"gatsby-plugin-gatsby-cloud": "^4.20.0",
"gatsby-plugin-newrelic": "^2.2.2",
"gatsby-plugin-no-sourcemaps": "^4.20.0",
"gatsby-plugin-page-creator": "^5.0.0",
"gatsby-plugin-react-helmet": "^5.20.0",
"gatsby-plugin-root-import": "^2.0.8",
"gatsby-plugin-sass": "^5.20.0",
"gatsby-plugin-static-folders": "^1.0.1",
"gatsby-plugin-typescript": "^5.0.0",
"gatsby-plugin-utils": "^4.0.0",
"git-remote-origin-url": "^4.0.0",
"git-user-email": "^0.2.2",
"jquery": "^3.6.0",
"newrelic": "^9.0.0",
"node-fetch": "2",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^5.2.1",
"react-redux": "^7.1.3",
"redux": "^4.0.5",
"redux-define": "^1.1.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"sass": "^1.54.3"
},
"keywords": [
"gatsby",
"shopify",
"ecommerce",
"store",
"shop"
],
"license": "MIT",
"scripts": {
"build": "cross-env GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
"develop": "gatsby develop",
"preview": "cross-env GATSBY_BUILD_MODE=preview gatsby develop",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\"",
"cy:open": "cypress open",
"cy:run": "cypress run"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://bitbucket.org/cs-bitbucket/gatsbyshopdemo"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}