This repository has been archived by the owner on May 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.67 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
{
"name": "gatsby-plugin-klaro",
"version": "1.0.1",
"description": "A GatsbyJS plugin to include KIProtect Klaro in a site",
"keywords": [
"gatsby",
"gatsby-plugin",
"klaro",
"cmp"
],
"author": "Lazy Bytez <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/lazybytez/gatsby-plugin-klaro",
"repository": {
"type": "git",
"url": "git+https://github.com/lazybytez/gatsby-plugin-klaro.git"
},
"bugs": {
"url": "https://github.com/lazybytez/gatsby-plugin-klaro/issues"
},
"main": "index.js",
"private": false,
"engines": {
"node": ">=10.13.0"
},
"scripts": {
"build": "gulp build",
"buildCoverage": "gulp buildCoverage",
"compile": "gulp compile",
"clean": "gulp clean",
"test": "gulp test",
"lint": "gulp lint",
"gulp": "gulp"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-decorators": "^7.12.12",
"babel-eslint": "^10.1.0",
"babel-preset-gatsby": "^0.9.1",
"babel-preset-gatsby-package": "^0.9.0",
"del": "^6.0.0",
"eslint": "^7.17.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-eslint": "^6.0.0",
"prettier": "^2.2.1"
}
}