-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.24 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.24 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
{
"name": "@broadsheet.technology/analytics-bridge",
"version": "0.0.5",
"description": "WordPress bridge for Google Analytics",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/components.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/analytics-bridge/analytics-bridge.esm.js",
"repository": {
"type": "git",
"url": "https://github.com/broadsheet.technology/anayltics-bridge"
},
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build",
"start": "stencil build --dev --watch",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate"
},
"dependencies": {
"@stencil/core": "^2.11.0",
"@webpress/core": "^0.0.30"
},
"devDependencies": {
"@prettier/plugin-php": "^0.17.6",
"@stencil/sass": "^1.5.2",
"@types/jest": "^26.0.24",
"@webpress/theme": "^0.0.30",
"jest": "^26.6.3",
"jest-cli": "^26.6.3",
"prettier": "^2.5.1",
"puppeteer": "^9.1.1",
"workbox-build": "^4.3.1"
},
"license": "MIT"
}