-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
101 lines (101 loc) · 3.04 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "zenlytic-plots",
"version": "1.16.13",
"description": "",
"main": "lib/index.umd.js",
"browser": "lib/index.umd.js",
"module": "lib/index.es.js",
"files": [
"/lib"
],
"scripts": {
"test": "jest",
"build": "rollup -c",
"prepublishOnly": "rm -rf lib && npm run build",
"postbuild": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz",
"semantic-release": "semantic-release",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"lint": "eslint .",
"lint:fix": "eslint --fix",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc",
"dev": "rollup -c -w --watch.onEnd 'yalc push'"
},
"repository": {
"type": "git",
"url": "https://github.com/Zenlytic/zenlytic-plots.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Zenlytic/zenlytic-plots/issues"
},
"homepage": "https://github.com/Zenlytic/zenlytic-plots#readme",
"peerDependencies": {
"react": "16.x",
"react-dom": "16.x"
},
"devDependencies": {
"@babel/core": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-run": "^2.1.0",
"@storybook/addon-actions": "^6.5.9",
"@storybook/addon-essentials": "^6.5.9",
"@storybook/addon-interactions": "^6.5.9",
"@storybook/addon-links": "^6.5.9",
"@storybook/builder-webpack5": "^6.5.9",
"@storybook/manager-webpack5": "^6.5.9",
"@storybook/react": "^6.5.9",
"@storybook/testing-library": "^0.0.13",
"@testing-library/react": "^12.1.3",
"babel-loader": "^8.2.5",
"babel-plugin-module-resolver": "^4.1.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.17.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^28.1.1",
"jest-environment-jsdom": "^28.1.1",
"nodemon": "^2.0.16",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"rollup": "^2.75.7",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"semantic-release": "^19.0.5",
"webpack": "^5.73.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"ag-grid-community": "^28.0.2",
"ag-grid-react": "^28.0.0",
"chroma-js": "^2.4.2",
"d3-array": "^3.1.6",
"d3-format": "^3.1.0",
"lodash": "^4.17.21",
"moment": "^2.29.3",
"prop-types": "^15.8.1",
"react-cool-dimensions": "^2.0.7",
"react-icons": "^4.4.0",
"react-outside-click-handler": "^1.3.0",
"react-resize-detector": "^9.1.0",
"react-table": "^7.8.0",
"recharts": "^2.1.14",
"styled-components": "^5.3.5",
"uuid": "^9.0.0"
}
}