-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.84 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
{
"name": "@kinetica/kinetica-graph-viz",
"version": "1.0.29",
"description": "Kinetica DB library for graph visualization",
"main": "build/index.js",
"types": "build/types/index.d.ts",
"scripts": {
"start": "webpack serve --config webpack.config.demo.js",
"build": "webpack && tsc",
"build:demo": "webpack --config webpack.config.demo.js",
"push": "npm run build && npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kineticadb/kinetica-graph-viz.git"
},
"author": "Pat Khunachak <[email protected]> (https://github.com/kineticadb)",
"license": "MIT",
"bugs": {
"url": "https://github.com/kineticadb/kinetica-graph-viz/issues"
},
"homepage": "https://github.com/kineticadb/kinetica-graph-viz",
"keywords": [
"kinetica",
"graph",
"viz"
],
"dependencies": {
"3d-force-graph": "^1.71.1",
"three": "^0.150.1"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/plugin-transform-typescript": "^7.20.13",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.20.2",
"@types/jest": "^29.4.0",
"@types/three": "^0.149.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.1.2",
"babel-preset-minify": "^0.5.2",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^4.2.2",
"eslint": "^7.32.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.7.2",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.5",
"typescript": "^4.9.5",
"url-loader": "^4.1.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "4.11.1"
}
}