-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.38 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
{
"name": "gatsby-plugin-rgpd-acceptance",
"version": "2.1.4",
"description": "A minimal plugin to add all tiers-scripts and accept them.",
"main": "rgpd-acceptance.js",
"module": "rgpd-acceptance.js",
"files": [
"components",
"utils",
"styles",
"gatsby-browser.js",
"gatsby-node.js",
"gatsby-ssr.js"
],
"scripts": {
"build": "npm run prepare-css && babel src --out-dir . --ignore \"**/__tests__\"",
"watch": "npm run prepare-css && babel -w src --out-dir . --ignore \"**/__tests__\"",
"prepare": "cross-env NODE_ENV=production npm run build",
"test:pack": "npm pack",
"prepare-css": "cp -r ./src/styles .",
"release": "release-it"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NovaGaia/gatsby-plugin-rgpd-acceptance.git"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"RGPD",
"GDPR"
],
"author": "Renaud Héluin / NovaGaïa <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/NovaGaia/gatsby-plugin-rgpd-acceptance/issues"
},
"homepage": "https://github.com/NovaGaia/gatsby-plugin-rgpd-acceptance#readme",
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.19.1",
"auto-changelog": "^2.4.0",
"cross-env": "^7.0.3",
"release-it": "^15.4.2"
},
"dependencies": {
"babel-preset-gatsby-package": "^2.23.0"
}
}