-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.11 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
{
"name": "mydata",
"version": "1.0.0-alpha.6",
"description": "The infinite-tree library for React.",
"main": "lib/index.js",
"proxy": "http://localhost:5000",
"scripts": {
"prepublish": "npm run build",
"build": "webpack",
"deploy": "gh-pages -d build",
"start": "webpack-dev-server --hot --inline --host 0.0.0.0 --port 8000 --content-base ./build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kgrochow/mydata.git"
},
"homepage": "https://kgrochow.github.io/mydata",
"keywords": [
"react",
"react-component",
"infinite-tree"
],
"peerDependencies": {
"react": "^0.14.0 || >=15.0.0"
},
"dependencies": {
"gh-pages": "^2.0.1",
"infinite-tree": "^1.16.0",
"plotly.js": "^1.47.4",
"react-infinite-tree": "^1.0.0-alpha.6",
"react-modal": "^3.8.1",
"react-plotly.js": "^2.3.0",
"react-splitter-layout": "^4.0.0",
"react-tiny-virtual-list": "^2.1.4"
},
"devDependencies": {
"@trendmicro/react-buttons": "~1.3.0",
"@trendmicro/react-checkbox": "~3.0.0",
"@trendmicro/react-dropdown": "~1.2.0",
"babel-cli": "~6.26.0",
"babel-core": "~6.26.0",
"babel-eslint": "~8.2.1",
"babel-loader": "~7.1.2",
"babel-preset-es2015": "~6.24.1",
"babel-preset-react": "~6.24.1",
"babel-preset-stage-0": "~6.24.1",
"classnames": "~2.2.5",
"coveralls": "~3.0.0",
"css-loader": "~0.28.9",
"enzyme": "~3.3.0",
"enzyme-adapter-react-16": "~1.7.1",
"eslint": "~4.17.0",
"eslint-config-trendmicro": "~1.3.0",
"eslint-loader": "~1.9.0",
"eslint-plugin-import": "~2.8.0",
"eslint-plugin-jsx-a11y": "~6.0.3",
"eslint-plugin-react": "~7.6.1",
"jsdom": "~11.6.2",
"lodash.debounce": "~4.0.8",
"nib": "~1.1.2",
"react": "^0.14.0 || >=15.0.0",
"react-dom": "^0.14.0 || >=15.0.0",
"style-loader": "~0.20.1",
"styled-components": "~3.1.6",
"stylint": "~1.5.9",
"stylus": "~0.54.5",
"stylus-loader": "~3.0.1",
"tap": "~11.1.0",
"webpack": "~3.11.0",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "~2.11.1",
"which": "~1.3.0"
}
}