-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.36 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
{
"name": "@pittica/gatsby-source-prestashop",
"private": false,
"description": "PrestaShop source plugin for GatsbyJS.",
"version": "0.2.3",
"author": {
"name": "Lucio Benini",
"email": "info@pittica.com",
"url": "https://pittica.com"
},
"bugs": {
"url": "https://github.com/pittica/gatsby-source-prestashop/issues"
},
"deprecated": false,
"homepage": "https://github.com/pittica/gatsby-source-prestashop",
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-source",
"prestashop"
],
"dependencies": {
"axios": "^0.21.1",
"gatsby-source-filesystem": "2.9.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-helmet": "6.1.0"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"babel-preset-gatsby-package": "^2.0.0",
"cpx": "^1.5.0",
"react-scripts": "^4.0.3"
},
"peerDependencies": {
"gatsby": "^3.0.0 || ^4.0.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/pittica/gatsby-source-prestashop.git"
},
"scripts": {
"test": "react-scripts test",
"build": "rimraf ./dist && mkdirp ./dist && babel src --out-dir dist --copy-files && cpx package.json ./dist"
},
"eslintConfig": {
"extends": "react-app"
},
"config": {
"access": "public"
},
"babel": {
"presets": [
"babel-preset-gatsby-package"
]
}
}