forked from phenotips/open-pedigree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.35 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
{
"name": "@phenotips/open-pedigree",
"version": "1.0.0",
"description": "A free and open-source genetics pedigree tool powered by PhenoTips®",
"main": "src/app.js",
"scripts": {
"build": "webpack -p",
"test": "node_modules/.bin/eslint --quiet src/**/*.js",
"start": "webpack-dev-server --mode=development --output-public-path=dist --watch",
"start-docker": "webpack-dev-server --mode=production --output-public-path=dist --host=0.0.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phenotips/open-pedigree.git"
},
"keywords": [
"pedigree",
"genetics"
],
"author": "PhenoTips <[email protected]>",
"license": "LGPL-2.1-only",
"bugs": {
"url": "https://github.com/phenotips/open-pedigree/issues"
},
"homepage": "https://github.com/phenotips/open-pedigree#readme",
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@fortawesome/fontawesome-free": "^5.15.4",
"babel-loader": "^8.2.2",
"css-loader": "^3.6.0",
"eslint": "^5.0.0",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^7.0.1",
"raphael": "^2.3.0",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"terser-webpack-plugin": "^2.3.8",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2"
}
}