-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 2.12 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "sgd_visualization5",
"version": "2.0.2",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/yeastgenome/sgd_visualization.git"
},
"homepage": "http://www.yeastgenome.org",
"browserify": {
"transform": [
[
"reactify",
{
"es6": true
}
]
]
},
"dependencies": {
"d3": "^3.5.6",
"prop-types": "^15.8.1",
"radium": "^0.25.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"reactify": "~1.1.0",
"underscore": "^1.13.6"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"babel-jest": "^24.8.0",
"babel-loader": "^8.3.0",
"browserify": "^16.5.2",
"jest": "^24.8.0",
"mkdirp": "^0.5.6",
"node-jsx": "~0.12.4",
"react-test-renderer": "^16.14.0",
"watchify": "^3.11.1",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"babel": {
"presets": [
"@babel/preset-react",
"@babel/preset-env"
]
},
"scripts": {
"test": "jest",
"build": "webpack",
"build-browser": "npm run build",
"watch": "watchify -r ./:sgd_visualization -v -o build/sgd_visualization.js",
"w": "prunner \"npm run sniper\" \"npm run watch\"",
"sniper": "sniper .",
"prepare": "npm run build"
},
"sniper": {
"js": [
"/build/sgd_visualization.js"
],
"buildJS": [
"https://s3-us-west-2.amazonaws.com/viz-assets/sgd_visualization.js"
],
"css": [
"http://fonts.googleapis.com/css?family=Lato"
],
"snippets": [
"examples"
],
"first": "variant_viewer_dna"
},
"keywords": [
"biojs",
"react",
"d3",
"genetic",
"biology",
"variation"
],
"description": "[![Build Status](https://travis-ci.org/yeastgenome/sgd_visualization.svg)](https://travis-ci.org/yeastgenome/sgd_visualization)",
"bugs": {
"url": "https://github.com/yeastgenome/sgd_visualization/issues"
},
"directories": {
"example": "examples",
"lib": "lib",
"test": "test"
},
"author": "SGD",
"license": "ISC"
}