health-cards-tests/package.json

70 строки
2.0 KiB
JSON
Исходник Обычный вид История

2020-04-19 14:41:12 +03:00
{
"name": "health-passport-reference",
"version": "1.0.0",
"description": "",
2020-04-19 21:12:09 +03:00
"main": "dist/src/server.js",
2020-04-19 14:41:12 +03:00
"browserslist": [
"last 1 Chrome versions"
],
"scripts": {
2020-04-19 21:12:09 +03:00
"dev": "nodemon --exec ts-node ./src/server.ts",
2020-04-27 01:01:13 +03:00
"cp-static": "cp -r node_modules/qr-scanner/qr-scanner-worker.min.js* src/img/ dist/static",
"dev-ui": "npm run cp-static && parcel watch ./src/*.html --out-dir dist/static",
2020-04-20 17:19:32 +03:00
"lint-ui": "tslint -c tslint.json -p tsconfig.ui.json",
"lint": "tslint -c tslint.json -p tsconfig.json",
2020-04-27 01:00:53 +03:00
"build-ui": "npm run cp-static && parcel build ./src/*.html --out-dir dist/static",
2020-04-19 14:41:12 +03:00
"build": "tsc",
2020-04-19 21:12:09 +03:00
"start": "node ./dist/src/server",
"test": "jest ./test/"
2020-04-19 14:41:12 +03:00
},
"author": "",
"license": "ISC",
"dependencies": {
2020-10-20 19:43:42 +03:00
"@types/node-jose": "^1.1.5",
2020-11-02 20:56:45 +03:00
"@types/react": "^16.9.55",
"@types/react-dom": "^16.9.9",
"@types/reactstrap": "^8.5.2",
2020-04-19 14:41:12 +03:00
"axios": "^0.19.2",
2020-05-13 21:18:57 +03:00
"base-64": "^0.1.0",
2020-05-04 22:44:04 +03:00
"base64url": "^3.0.1",
2020-11-02 20:56:45 +03:00
"bootstrap": "^4.5.3",
"canonicalize": "^1.0.5",
2020-11-02 20:56:45 +03:00
"cbor": "^5.1.0",
2020-05-29 07:23:40 +03:00
"cheerio": "^1.0.0-rc.3",
2020-04-19 14:41:12 +03:00
"cors": "^2.8.5",
2020-11-02 20:56:45 +03:00
"csv-parse": "^4.12.0",
"deepcopy": "^2.1.0",
2020-04-19 14:41:12 +03:00
"express": "^4.17.1",
2020-11-02 20:56:45 +03:00
"fhirclient": "^2.3.10",
"jose": "^1.28.0",
2020-05-04 22:44:04 +03:00
"jose-jwe-jws": "^0.2.2",
"js-sha256": "^0.9.0",
"json-canonicalize": "^1.0.3",
2020-11-02 20:56:45 +03:00
"jsonschema": "^1.4.0",
"multihashes": "^0.4.21",
2020-10-20 19:43:42 +03:00
"node-jose": "^2.0.0",
2021-02-05 19:38:28 +03:00
"pako": "^2.0.3",
2020-11-02 20:56:45 +03:00
"qr-scanner": "^1.2.0",
2020-04-19 21:12:09 +03:00
"qrcode": "^1.4.4",
"querystring": "^0.2.0",
2020-11-02 20:56:45 +03:00
"react": "^16.14.0",
"react-dom": "^16.14.0",
"reactstrap": "^8.6.0",
"tslint-react": "^5.0.0",
2020-11-02 20:56:45 +03:00
"uuid": "^8.3.1"
2020-04-19 14:41:12 +03:00
},
"devDependencies": {
2020-11-02 20:56:45 +03:00
"@babel/preset-typescript": "^7.12.1",
"@types/express": "^4.17.8",
"@types/jest": "^25.2.3",
"@types/node": "^13.13.30",
"jest": "^26.6.2",
"nodemon": "^2.0.6",
2020-04-19 14:41:12 +03:00
"parcel-bundler": "^1.12.4",
2020-11-02 20:56:45 +03:00
"ts-node": "^8.10.2",
"tslint": "^6.1.3",
2020-04-19 14:41:12 +03:00
"tslint-config-standard": "^9.0.0",
2020-11-02 20:56:45 +03:00
"typescript": "^3.9.7"
2020-04-19 14:41:12 +03:00
}
}