-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.06 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.06 KB
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": "fhir-api-doc",
"version": "0.1.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.prod.js",
"dev": "webpack serve --config webpack.dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/onyg/fhir-api-doc.git"
},
"keywords": [
"fhir",
"ig",
"api-ui"
],
"author": "Ronald Martins",
"license": "MIT",
"bugs": {
"url": "https://github.com/onyg/fhir-api-doc/issues"
},
"homepage": "https://github.com/onyg/fhir-api-doc#readme",
"dependencies": {
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"babel-loader": "^9.2.1",
"highlight.js": "^11.10.0",
"js-yaml": "^4.1.0",
"swagger-ui-dist": "^5.21.0"
},
"devDependencies": {
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.2",
"style-loader": "^4.0.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
}
}