-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.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
{
"name": "gatsby-source-magento",
"description": "Gatsby source plugin for building websites using Magento as a data source.",
"version": "1.6.5",
"author": "Marc-Antoine Ruel <[email protected]> (https://www.marcantoineruel.com)",
"bugs": {
"url": "https://github.com/maru3l/gatsby-source-magento/issues"
},
"homepage": "https://github.com/maru3l/gatsby-source-magento#readme",
"repository": {
"type": "git",
"url": "https://github.com/maru3l/gatsby-source-magento"
},
"scripts": {
"build": "babel src --out-dir . --ignore **/__tests__",
"format": "prettier --write 'src/**/*.js' 'README.md'",
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src --out-dir . --ignore **/__tests__"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-source-plugin",
"magento"
],
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"axios": "^0.18.0",
"babel-preset-gatsby-package": "^0.1.4",
"cross-env": "^5.2.0",
"prettier": "^1.17.0"
},
"peerDependencies": {
"gatsby": "^2.2.0",
"gatsby-source-filesystem": "^2.0.20"
}
}