This repository has been archived by the owner on Jul 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.89 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
{
"name": "vistorian-nodelink",
"version": "0.0.4-alpha",
"description": "Vistorian-nodelink is a java script / (Typescript) library and a programming framework for interactive network visualizations with:",
"main": "lib/index.js",
"types": "lib/index.d.js",
"scripts": {
"build": "tsc --pretty false && webpack --config webpack.config.js",
"lint": "tslint -p . -e 'package.json'",
"clean": "rimraf lib",
"start": "webpack-dev-server --config webpack.config.js --open",
"prepare": "npm run build"
},
"author": "Benjamin Bach <benj.bach@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/jquery": "^1.10.35",
"@types/jstorage": "^0.3.30",
"rimraf": "^2.6.3",
"ts-loader": "^5.3.3",
"tslint": "^5.12.1",
"typedoc": "^0.14.2",
"typescript": "^3.2.4",
"webpack": "^4.28.4",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alkadi-mh/vistorian-nodelink_tr.git"
},
"collaborators": [
"Jean-Daniel Fekete <Jean-Daniel.Fekete@inria.fr",
"Alexandra Ibarra Cuesta"
],
"homepage": "https://github.com/alkadi-mh/vistorian-web_tr#readme",
"bundledDependencies": [
"jquery",
"jstorage",
"moment",
"vistorian-core"
],
"dependencies": {
"@types/lz-string": "^1.3.33",
"@types/three": "^0.93.27",
"acorn": "^6.1.1",
"circular-dependency-plugin": "^5.0.2",
"d3-shape": "^1.3.5",
"jquery": "^3.3.1",
"jstorage": "^0.4.8",
"lz-string": "^1.4.4",
"moment": "^2.23.0",
"nodemon": "^2.0.3",
"papaparse": "^5.0.0",
"three": "^0.100.0",
"vistorian-core": "latest"
}
}