-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.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
{
"name": "3d-graph-lab",
"version": "1.0.0",
"description": "3D Graph Visualisation",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.prod.js",
"start": "webpack-dev-server --open --config webpack.dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Aristotle-Metadata-Enterprises/3d-graph-lab.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Aristotle-Metadata-Enterprises/3d-graph-lab/issues"
},
"homepage": "https://github.com/Aristotle-Metadata-Enterprises/3d-graph-lab#readme",
"devDependencies": {
"css-loader": "^0.28.11",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.0",
"style-loader": "^0.21.0",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.3",
"webpack-dev-server": "^3.1.4",
"webpack-merge": "^4.1.2"
},
"dependencies": {
"3d-force-graph": "^1.33.0",
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"json-to-graphql-query": "^1.4.0",
"vue": "^2.5.16"
}
}