-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.24 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
{
"name": "drforna",
"version": "0.11",
"description": "Visualization of cotranscriptional RNA folding.",
"license": "Apache-2.0",
"contributors": [
"Anda Ramona Tanasie <[email protected]>",
"Peter Kerpedjiev <[email protected]>",
"Stefan Hammer <[email protected]>",
"Stefan Badelt <[email protected]>"
],
"main": "dist/drforna.js",
"repository": {
"type": "git",
"url": "https://github.com/ViennaRNA/drforna"
},
"scripts": {
"serve": "webpack serve --mode development",
"watch": "webpack --config webpack.config.js --mode development --watch",
"build": "webpack --config webpack.config.js --mode production",
"jsdoc": "./node_modules/.bin/jsdoc -c jsdoc.json",
"test": "jest"
},
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.25.0",
"jsdoc": "^4.0.2",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.5.0"
},
"dependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"core-js": "^3.30.1",
"d3": "^7.6.1",
"dom-to-svg": "^0.12.2",
"file-saver": "^2.0.5",
"fornac": "github:ViennaRNA/fornac",
"jest": "^29.5.0"
}
}