forked from elastic/elastic-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
141 lines (141 loc) · 4.62 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "@elastic/charts",
"description": "Elastic-Charts data visualization library",
"version": "2.0.0",
"author": "Marco Vettorello <[email protected]>",
"license": "Apache-2.0",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "[email protected]:elastic/elastic-charts.git",
"publishConfig": {
"access": "public"
},
"scripts": {
"cz": "git-cz",
"build:clean": "rm -rf ./dist",
"build:ts": "tsc -p ./tsconfig.json",
"build:sass": "node-sass src/index.scss dist/style.css --output-style compressed",
"build": "yarn build:clean && yarn build:ts && yarn build:sass",
"start": "yarn storybook",
"storybook": "start-storybook -p 9001 -c .storybook",
"storybook:build": "rm -rf .out && build-storybook -c .storybook -o .out",
"lint": "yarn build:ts --noEmit && tslint -c ./tslint.yaml -p ./tsconfig.json",
"lint:fix": "yarn lint --fix",
"prettier": "prettier -l \"{,!(node_modules)/}**/*.{ts,tsx}\"",
"prettier:fix": "prettier --write \"{,!(node_modules)/}**/*.{ts,tsx}\"",
"test": "jest --config jest.config.json",
"watch": "yarn test --watch",
"format:fix": "yarn prettier:fix && yarn lint:fix",
"format:check": "yarn prettier && yarn lint",
"style:fix": "tsc -p ./tsconfig.json --noEmit && yarn prettier-tslint fix \"{,!(node_modules)/}**/*.{ts,tsx}\"",
"semantic-release": "semantic-release"
},
"files": [
"dist/**/*",
"FAQ.md",
"yarn.lock"
],
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "yarn run lint && yarn run test"
}
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@commitlint/cli": "^7.4.0",
"@commitlint/config-conventional": "^7.3.1",
"@elastic/eui": "^6.10.0",
"@elastic/datemath": "^5.0.2",
"@semantic-release/changelog": "^3.0.2",
"@semantic-release/commit-analyzer": "^6.1.0",
"@semantic-release/git": "^7.0.8",
"@semantic-release/github": "^5.2.10",
"@semantic-release/npm": "^5.1.4",
"@semantic-release/release-notes-generator": "^7.1.4",
"@storybook/addon-actions": "^4.1.6",
"@storybook/addon-info": "^4.1.6",
"@storybook/addon-knobs": "^4.1.6",
"@storybook/addon-options": "^4.1.11",
"@storybook/addon-storysource": "^4.1.7",
"@storybook/react": "^4.1.6",
"@types/classnames": "^2.2.7",
"@types/d3-array": "^1.2.4",
"@types/d3-collection": "^1.0.7",
"@types/d3-random": "^1.1.1",
"@types/d3-scale": "^2.1.0",
"@types/d3-shape": "^1.2.7",
"@types/enzyme": "^3.1.15",
"@types/enzyme-adapter-react-16": "^1.0.3",
"@types/jest": "^23.3.12",
"@types/lodash": "^4.14.119",
"@types/luxon": "^1.4.1",
"@types/react": "^16.7.18",
"@types/react-dom": "^16.0.11",
"@types/storybook__addon-actions": "^3.4.1",
"@types/storybook__addon-info": "^3.4.2",
"@types/storybook__addon-knobs": "^4.0.0",
"@types/storybook__addon-options": "^4.0.0",
"@types/storybook__react": "^4.0.0",
"babel-loader": "^8.0.5",
"canvas": "^2.3.1",
"clean-webpack-plugin": "^1.0.0",
"commitizen": "^3.0.5",
"css-loader": "^2.1.0",
"cz-conventional-changelog": "^2.1.0",
"d3-random": "^1.1.2",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.7.1",
"html-webpack-plugin": "^3.2.0",
"html-webpack-template": "^6.2.0",
"husky": "^1.3.1",
"jest": "23",
"moment": "^2.23.0",
"node-sass": "^4.11.0",
"prettier": "1.15.3",
"prettier-tslint": "^0.4.2",
"react-docgen-typescript-loader": "^3.0.0",
"react-docgen-typescript-webpack-plugin": "^1.1.0",
"sass-loader": "^7.1.0",
"semantic-release": "^15.13.3",
"semantic-release-cli": "^4.1.0",
"style-loader": "^0.23.1",
"ts-jest": "23",
"ts-loader": "^5.3.3",
"tslint": "^5.12.1",
"tslint-microsoft-contrib": "^6.0.0",
"typescript": "^3.2.2",
"webpack": "^4.29.2"
},
"dependencies": {
"classnames": "^2.2.6",
"d3-array": "^2.0.3",
"d3-collection": "^1.0.7",
"d3-scale": "^2.1.2",
"d3-shape": "^1.2.2",
"fp-ts": "^1.12.3",
"konva": "^2.6.0",
"lodash": "^4.17.11",
"luxon": "^1.10.0",
"mobx": "^4.8.0",
"mobx-react": "^5.4.3",
"newtype-ts": "^0.2.3",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-konva": "^16.7.1",
"react-spring": "^7.2.8",
"resize-observer-polyfill": "^1.5.1"
},
"peerDependencies": {
"@elastic/eui": "^6.10.0",
"@elastic/datemath": "^5.0.2",
"moment": "^2.23.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}