forked from InteractiveAdvertisingBureau/iabtcf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.18 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "iabtcf",
"description": "Official compliant tool suite for implementing the iab. Transparency and Consent Framework (TCF).",
"private": true,
"author": "Chris Paterson <[email protected]>",
"homepage": "https://github.com/InteractiveAdvertisingBureau/iabtcf",
"license": {
"type": "Apache-2.0",
"url": "https://opensource.org/licenses/apache2.0.php"
},
"scripts": {
"start": "webpack-dev-server",
"build": "webpack",
"lint": "eslint `find src -type f ( -name '*.ts' -name '*.vue' )`",
"test": "exit 0"
},
"keywords": [
"interactive",
"advertising",
"bureau",
"iab",
"transparency",
"consent",
"consentstring",
"tcstring",
"gvl",
"vendor",
"framework",
"tcf",
"lib",
"library",
"cmp",
"2.0",
"v2.0",
"v2",
"software",
"development",
"api",
"kit",
"sdk",
"gdpr"
],
"dependencies": {
"@iabtcf/core": "1.0.0",
"bootstrap-vue": "^2.1.0",
"core-js": "^2.6.5",
"jquery": "^3.4.0",
"vue": "^2.6.10",
"vue-class-component": "^7.0.2",
"vue-property-decorator": "^8.1.0",
"vue-router": "^3.1.3",
"vuejs-datepicker": "^1.6.2"
},
"devDependencies": {
"@types/webpack": "^4.41.0",
"@types/webpack-dev-server": "^3.9.0",
"@typescript-eslint/eslint-plugin": "^2.10.0",
"@typescript-eslint/parser": "^2.10.0",
"@vue/cli-plugin-babel": "^3.12.0",
"@vue/cli-plugin-eslint": "^3.12.0",
"@vue/cli-plugin-typescript": "^3.12.0",
"@vue/eslint-config-typescript": "^5.0.1",
"@vue/eslint-plugin": "^4.2.0",
"babel-eslint": "^10.0.1",
"css-loader": "^3.2.1",
"eslint": "^5",
"eslint-plugin-vue": "^5.0.0",
"fibers": "^4.0.1",
"html-webpack-plugin": "^3.2.0",
"lint-staged": "^8.1.5",
"mocha": "^6.2.2",
"node-sass": "^4.12.0",
"sass": "^1.23.0",
"sass-loader": "^8.0.0",
"ts-loader": "^6.2.1",
"ts-node": "^8.5.4",
"typescript": "^3.7.3",
"url-loader": "^3.0.0",
"vue-loader": "^15.7.2",
"vue-template-compiler": "^2.6.10",
"vue-ts-plugin": "^0.1.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
}
}