-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 892 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 892 Bytes
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
{
"name": "@oddcamp/tracking-util",
"description": "GDPR compliant tracking",
"version": "1.1.0",
"author": "Odd Camp <hello@oddcamp.com>",
"license": "MIT",
"private": false,
"main": "index.js",
"scripts": {
"dev": "parcel example/index.html",
"build": "parcel build example/index.html"
},
"dependencies": {
"lodash": "^4.17.20",
"universal-cookie": "^4.0.3"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.6.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^6.11.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"parcel-bundler": "^1.12.4",
"prettier": "^2.0.5"
}
}