-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.2 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
{
"name": "@prov4itdata/web-app",
"version": "0.3.1",
"description": "PROV4ITDaTa Web app",
"main": "app.js",
"scripts": {
"start": "node app.js",
"start:dev": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"ui:install": "yarn --cwd node_modules/@prov4itdata/ui install --only=prod",
"ui:build": "yarn --cwd node_modules/@prov4itdata/ui run build",
"ui:moveBuild": "mkdirp build/ui && ncp node_modules/@prov4itdata/ui/build/ build/ui/",
"ui:all": "yarn run ui:install && yarn run ui:build && yarn run ui:moveBuild"
},
"author": "",
"license": "MIT",
"dependencies": {
"@prov4itdata/ui": "^0.2.1",
"axios": "^0.20.0",
"crypto": "^1.0.1",
"express": "^4.17.1",
"express-session": "^1.17.1",
"file-stream-rotator": "^0.5.7",
"glob": "^7.1.6",
"grant": "^5.4.5",
"install": "^0.13.0",
"jstransformer-markdown-it": "^2.1.0",
"markdown-it": "^12.0.6",
"markdown-it-anchor": "^7.1.0",
"morgan": "^1.10.0",
"pem": "^1.14.4",
"pug": "^3.0.0",
"swagger-ui-express": "^4.1.6",
"yamljs": "^0.3.0"
},
"devDependencies": {
"mkdirp": "^1.0.4",
"ncp": "^2.0.0",
"nodemon": "^2.0.6"
}
}