-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathpackage.json
141 lines (141 loc) · 4.3 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": "react-sigma",
"description": "Lightweight but powerful library for drawing network graphs built on top of SigmaJS",
"author": "Maxim Vorobjov <[email protected]>",
"version": "1.2.35",
"license": "MIT",
"bugs": "https://github.com/dunnock/react-sigma/issues",
"homepage": "https://github.com/dunnock/react-sigma",
"repository": "dunnock/react-sigma",
"scripts": {
"build": "babel-node scripts/build-cli.js",
"build:v": "babel-node scripts/build-cli.js --verbose",
"build:sigma": "babel-node scripts/build-cli.js --sigma-only",
"build:stats": "babel-node scripts/build-cli.js --stats",
"build:doc": "documentation build src/* --shallow --config documentation.yml --github --format md --output DOCS.md",
"pretest": "npm run build:sigma",
"test": "babel-node scripts/test.js --env=jsdom",
"publish:patch": "npm publish",
"publish:minor": "npm-release minor",
"flow": "flow; test $? -eq 0 -o $? -eq 2",
"prepublish": "npm run build",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public",
"deploy-storybook": "storybook-to-ghpages"
},
"files": [
"lib",
"dist",
"es",
"sigma",
"README.md",
"DOCS.md",
"LICENSE"
],
"engines": {
"node": ">=8.0"
},
"main": "lib/index.js",
"jsnext:main": "es/index.js",
"module": "es/index.js",
"keywords": [
"graph",
"sigma.js",
"force graph",
"webgl graph",
"neo4j graph",
"json graph",
"fast graph",
"graph drawing",
"react-component"
],
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/node": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-export-default-from": "^7.10.4",
"@babel/plugin-transform-flow-strip-types": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@maxsparrow/sigma": "1.2.1",
"@storybook/addon-actions": "^5.2.8",
"@storybook/addon-info": "^5.2.8",
"@storybook/addon-knobs": "^5.2.8",
"@storybook/addon-options": "^5.2.8",
"@storybook/addons": "^5.2.8",
"@storybook/react": "^5.2.8",
"@storybook/storybook-deployer": "^2.8.6",
"babel-eslint": "^10.1.0",
"babel-jest": "^24.5.0",
"babel-loader": "^8.1.0",
"babel-plugin-flow-react-proptypes": "^25.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"case-sensitive-paths-webpack-plugin": "^2.3.0",
"child-process-promise": "^2.2.0",
"colors": "^1.4.0",
"cross-spawn": "^6.0.5",
"dagre": "^0.8.5",
"dmd-clear": "^0.1.2",
"eslint": "^6.8.0",
"eslint-config-react-app": "^5.2.1",
"eslint-loader": "^3.0.4",
"eslint-plugin-flowtype": "^4.7.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
"fake-xml-http-request": "^2.1.1",
"file-loader": "4.2",
"filesize": "^4.2.1",
"find-cache-dir": "^3.3.1",
"flow-bin": "0.106",
"flow-typed": "^2.6.2",
"fs-extra": "8",
"fs-promise": "^2.0.0",
"gzip-size": "^5.0.0",
"imports-loader": "^0.8.0",
"jest": "^24.5.0",
"jest-canvas-mock": "^2.2.0",
"lodash": "^4.17.20",
"npm-release": "^1.0.0",
"object-assign": "^4.1.1",
"output-file-sync": "^2.0.1",
"path-exists": "4",
"promise": "^8.1.0",
"react": "^16.13.1",
"react-dev-utils": "^9.1.0",
"react-dom": "^16.13.1",
"recursive-readdir": "^2.1.1",
"rimraf": "^3.0.2",
"script-loader": "^0.7.0",
"strip-ansi": "^5.1.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-manifest-plugin": "^2.2.0",
"whatwg-fetch": "^3.4.0"
},
"dependencies": {},
"peerDependencies": {
"react": ">=15.3",
"react-dom": ">=15.3"
},
"jest": {
"moduleFileExtensions": [
"jsx",
"js",
"json"
],
"moduleNameMapper": {
"^.+\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/config/jest/FileStub.js",
"^.+\\.css$": "<rootDir>/config/jest/CSSStub.js"
},
"setupFiles": [
"<rootDir>/config/polyfills.js",
"jest-canvas-mock"
],
"testPathIgnorePatterns": [
"<rootDir>/(build|docs|node_modules|es|lib|dest|sigma|scripts|stats)/"
],
"testEnvironment": "node"
}
}