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 4
/
Copy pathpackage.json
66 lines (66 loc) · 2.46 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
{
"name": "vistorian-web",
"version": "0.0.2-alpha",
"description": "Vistorian-web 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",
"linkall": "npm link ../vistorian-bookmarkbrowser && npm link ../vistorian-core && npm link ../vistorian-dynamicego && npm link ../vistorian-map && npm link ../vistorian-matrix && npm link ../vistorian-nodelink",
"prepare": "npm run build"
},
"author": "Benjamin Bach <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/jquery": "^1.10.35",
"@types/jstorage": "^0.3.30",
"@types/papaparse": "^4.5.7",
"rimraf": "^2.6.3",
"ts-loader": "^5.3.3",
"tslint": "^5.12.1",
"typescript": "^3.2.4",
"webpack": "^4.29.0",
"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-web_tr.git"
},
"collaborators": [
"Jean-Daniel Fekete <[email protected]",
"Alexandra Ibarra Cuesta"
],
"homepage": "https://github.com/alkadi-mh/vistorian-web_tr#readme",
"bundledDependencies": [
"jquery",
"jstorage",
"vistorian-core",
"vistorian-nodelink",
"vistorian-bookmarkbrowser",
"vistorian-dynamicego",
"vistorian-map",
"vistorian-matrix"
],
"dependencies": {
"@types/lz-string": "^1.3.33",
"acorn": "^6.1.1",
"circular-dependency-plugin": "^5.0.2",
"html-loader": "^0.5.5",
"jquery": "^3.3.1",
"jstorage": "^0.4.8",
"lz-string": "^1.4.4",
"moment": "^2.23.0",
"papaparse": "^4.6.3",
"vistorian-core": "file:../vistorian-core",
"vistorian-bookmarkbrowser": "file:../vistorian-bookmarkbrowser",
"vistorian-dynamicego": "file:../vistorian-dynamicego",
"vistorian-map": "file:../vistorian-map",
"vistorian-matrix": "file:../vistorian-matrix",
"vistorian-nodelink": "file:../vistorian-nodelink"
}
}