43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"name": "osr-printhead-lydia",
|
|
"version": "0.1.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev-grunt": "tsc -p . -w",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@plastichub/core": "^0.2.6",
|
|
"@plastichub/fs": "^0.13.37",
|
|
"@plastichub/osr-cache": "^0.4.4",
|
|
"@plastichub/osr-cli-commons": "^0.4.3",
|
|
"@plastichub/osr-sync": "^0.3.1",
|
|
"@plastichub/osr-tasks": "^0.4.5",
|
|
"@plastichub/osrl": "^0.5.3",
|
|
"@types/lodash": "^4.14.148",
|
|
"@types/node": "^12.12.8",
|
|
"@types/showdown": "^2.0.0",
|
|
"bluebird": "^3.7.2",
|
|
"cheerio": "^1.0.0-rc.10",
|
|
"chokidar": "^3.5.3",
|
|
"cscart-sdk": "^1.110.1",
|
|
"electron-pdf": "^7.0.0",
|
|
"fast-glob": "^3.2.7",
|
|
"find-up": "^6.2.0",
|
|
"grunt": "^1.4.1",
|
|
"grunt-contrib-clean": "^2.0.0",
|
|
"grunt-extend-config": "^0.9.7",
|
|
"grunt-parallel": "^0.5.1",
|
|
"grunt-shell": "^3.0.1",
|
|
"js-beautify": "^1.14.7",
|
|
"lodash": "^4.17.21",
|
|
"mysql2": "^2.3.3",
|
|
"recursive-merge": "^1.2.1",
|
|
"request": "^2.76.0",
|
|
"showdown": "^2.1.0",
|
|
"tslog": "^4.8.2"
|
|
}
|
|
}
|