-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 974 Bytes
/
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
{
"name": "antismash-js",
"version": "0.16.2",
"description": "an interactive genome viewer for antiSMASH results",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "tslint --project .",
"lint:fix": "tslint --project . --fix",
"compile": "tsc --project .",
"clean": "rm -rf lib"
},
"author": "",
"license": "AGPL-3.0",
"devDependencies": {
"@types/d3": "^5.0.1",
"@types/d3-path": "^1.0.8",
"@types/jquery": "^3.3.22",
"git-revision-webpack-plugin": "^5.0.0",
"jquery": "^3.4.1",
"ts-loader": "^5.3.0",
"tslint": "^5.20.1",
"typescript": "^5.0.4",
"webpack": "^5.79.0",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"d3-axis": "^1.0.12",
"d3-drag": "^1.2.3",
"d3-path": "^1.0.7",
"d3-scale": "^2.1.2",
"d3-selection": "^1.3.2",
"d3-shape": "^1.3.5",
"d3-transition": "^1.1.3",
"js-yaml": "^3.13.1",
"smiles-drawer": "^1.0.10"
}
}