-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1012 Bytes
/
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
{
"name": "gtm-lite-vimeo",
"version": "1.0.1",
"prettier": "@wordpress/prettier-config",
"description": "Google Tag Manager scripts for tracking Vimeo videos inside of the lite-vimeo web component",
"targets": {
"gtmDev": {
"context": "browser",
"outputFormat": "global",
"engines": {
"browsers": "ie 11"
},
"optimize": false,
"sourceMap": true,
"distDir": "dist/gtmDev",
"source": "src/index.js"
},
"gtm": {
"context": "browser",
"outputFormat": "global",
"engines": {
"browsers": "ie 11"
},
"source": "src/index.js",
"sourceMap": false,
"distDir": "dist/gtm"
}
},
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build"
},
"author": "Choctaw Nation of Oklahoma",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@analytics/google-tag-manager": "^0.5.5",
"@choctawnationofoklahoma/lite-vimeo": "^1.1.1",
"@types/vimeo__player": "^2.18.3",
"@wordpress/prettier-config": "^4.11.0",
"parcel": "^2.12.0"
}
}