-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.44 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
{
"name": "accusyn",
"version": "1.0.0",
"description": "AccuSyn: An Accurate Web-based Genome Synteny Browser",
"main": "src/index.js",
"scripts": {
"start": "webpack-dev-server --config webpack.config.js --watch-poll",
"build": "webpack --config webpack.config.prod.js --optimize-minimize"
},
"repository": {
"type": "git",
"url": "https://github.com/jorgenunezsiri/accusyn.git"
},
"author": "Jorge Nunez Siri",
"license": "MIT",
"bugs": {
"url": "https://github.com/jorgenunezsiri/accusyn/issues"
},
"homepage": "https://accusyn.usask.ca",
"devDependencies": {
"@shopify/draggable": "1.0.0-beta.8",
"babel-core": "6.26.3",
"babel-loader": "7.1.4",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.7.0",
"babel-preset-react": "6.24.1",
"css-loader": "0.26.2",
"extract-text-webpack-plugin": "3.0.2",
"lodash": "4.17.19",
"node-sass": "4.9.2",
"paralleljs": "0.2.1",
"prop-types": "15.6.2",
"react-youtube": "7.9.0",
"sass-loader": "7.0.3",
"save-svg-as-png": "1.4.6",
"strip-loader": "0.1.2",
"svg-sprite-loader": "4.1.3",
"ua-parser-js": "0.7.19",
"undo-manager": "1.0.5",
"webpack": "3.11.0",
"webpack-dev-server": "2.11.1"
},
"dependencies": {
"bootstrap": "4.3.1",
"d3": "5.8.2",
"react": "16.4.2",
"react-dom": "16.4.2",
"reactstrap": "6.5.0"
}
}