-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
70 lines (70 loc) · 1.51 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
67
68
69
70
{
"name": "feature-viewer",
"description": "A lightweight, generic and easy-to-use feature-viewer written in javascript with D3",
"version": "1.2.1",
"homepage": "https://github.com/calipho-sib/feature-viewer",
"authors": [
"Mathieu Schaeffer <[email protected]>",
"Calipho Team <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/calipho-sib/feature-viewer.git"
},
"licenses": [
{
"type": "GNU GPL v2"
}
],
"main": "lib/index.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"dev": "webpack --mode development",
"start": "webpack serve",
"sniper": "sniper ."
},
"dependencies": {
"@popperjs/core": "^2.9.2",
"biojs-events": "x.x.x",
"bootstrap": "x.x.x",
"d3": "3.5.6",
"jquery": "^3.6.0",
"nextprot": "0.0.162"
},
"devDependencies": {
"css-loader": "^5.2.6",
"html-webpack-plugin": "^5.3.1",
"sniper": "0.x",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.2",
"webpack": "^5.37.1",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
},
"sniper": {
"js": [
"/build/viewer.js"
],
"css": [
"/css/bootstrap.css",
"/css/style.css"
],
"snippets": [
"snippets"
],
"first": "example_1"
},
"keywords": [
"sib",
"isb",
"calipho",
"feature",
"protein",
"nextprot",
"uniprot",
"viewer",
"biojs"
],
"readmeFilename": "README.md"
}