-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"name": "hgvs-validator",
"version": "0.0.8",
"description": "A web-based tool for the validation and lookup of HGVS expressions",
"main": "app.js",
"scripts": {
"test": "cypress run",
"build": "webpack",
"start": "webpack serve"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:7999/lfor/hgvs-validator.git"
},
"keywords": [
"HGVS",
"expression",
"Validation",
"Lookup"
],
"author": "U.S. National Library of Medicine",
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^4.2.2",
"cypress": "^10.4.0",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"jasmine-spec-reporter": "^7.0.0",
"mini-css-extract-plugin": "^2.7.5",
"mocha": "^10.2.0",
"terser-webpack-plugin": "^5.3.7",
"webpack": "^5.76.3",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.1"
}
}