-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
87 lines (87 loc) · 2.12 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
{
"name": "@devinit/charts",
"version": "2.0.0",
"description": "Modular D3 charts for Devinit DataHub",
"scripts": {
"storybook": "start-storybook -p 6006"
},
"devDependencies": {
"@storybook/addon-actions": "3.4.0",
"@storybook/addon-info": "3.4.0",
"@storybook/addon-links": "3.4.0",
"@storybook/addon-storyshots": "3.4.0",
"@storybook/addons": "3.4.0",
"@storybook/react": "3.4.0",
"@types/d3": "5.0.0",
"@types/d3-drag": "1.2.0",
"@types/jest": "22.2.2",
"@types/lodash": "4.14.106",
"@types/object-hash": "1.2.0",
"@types/react": "16.3.5",
"awesome-typescript-loader": "4.0.1",
"css-loader": "0.28.11",
"git-pre-hooks": "1.2.0",
"jest": "22.4.3",
"jest-cli": "23.0.0-alpha.4",
"jsdoc": "3.5.5",
"jsdom": "11.7.0",
"jsdom-global": "3.0.2",
"lerna": "2.10.0",
"less": "3.0.1",
"less-loader": "4.1.0",
"node-dev": "3.1.3",
"react-docgen-typescript-webpack-plugin": "1.1.0",
"ts-jest": "22.4.2",
"release-it": "7.3.0",
"react": "16.3.1",
"react-dom": "16.3.1",
"ts-loader": "4.2.0",
"ts-node": "5.0.1",
"tslint": "5.9.1",
"tslint-react": "3.5.1",
"typescript": "2.8.1",
"uglifyjs-webpack-plugin": "1.2.4",
"webpack": "4.5.0",
"webpack-cli": "2.0.14",
"webpack-serve": "0.3.1"
},
"directories": {
"lib": "./lib",
"src": "./src",
"test": "./test"
},
"repository": {
"type": "git",
"url": "https://github.com/devinit/charts.git"
},
"keywords": [
"charts",
"d3"
],
"git-pre-hooks": {
"pre-push": [
"lerna run build",
"lerna run lint"
]
},
"jest": {
"transform": {
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"coverageDirectory": "./coverage/",
"collectCoverage": true,
"testEnvironment": "node",
"testRegex": ".*\\.test\\.ts$",
"moduleFileExtensions": [
"ts",
"js",
"json"
]
},
"author": "Alex Miller",
"license": "ISC",
"bugs": {
"url": "https://github.com/devinit/charts/issues"
},
"homepage": "https://github.com/devinit/charts#readme"
}