-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 861 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 861 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
33
34
35
{
"name": "@chartshq/analytics-utils",
"version": "1.0.0",
"description": "Contains some utility methods to work with analytics.",
"main": "./dist/umd.js",
"scripts": {
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:chartshq/analytics-utils.git"
},
"keywords": [
"analytics",
"chartshq",
"explore",
"gallery"
],
"author": "Charts.com",
"license": "MIT",
"homepage": "https://github.com/chartshq/analytics-utils",
"dependencies": {
"posthog-js": "1.4.5"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"babel-loader": "^8.1.0",
"eslint": "^7.9.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
}
}