@striven-erp/striven-fileviewer
Version:
A pure javascript fileviewer made for Striven ERP
43 lines (42 loc) • 1.26 kB
JSON
{
"name": "@striven-erp/striven-fileviewer",
"version": "0.5.1",
"private": false,
"description": "A pure javascript fileviewer made for Striven ERP",
"main": "./dist",
"scripts": {
"prepare": "npx webpack --mode=production",
"new-publish": "npm publish --access=public && echo \"DONT FORGET TO UPDATE VERSION ON GITHUB\"",
"gh-pages": "cd demo && npm run build && cd .. && node gh-pages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/striven-erp/striven-fileviewer.git"
},
"keywords": [
"Striven",
"ERP",
"File",
"Viewer",
"JavaScript"
],
"author": "Striven <https://striven.com/>",
"license": "MIT",
"bugs": {
"url": "https://github.com/striven-erp/striven-fileviewer/issues"
},
"homepage": "https://github.com/striven-erp/striven-fileviewer#readme",
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-transform-modules-umd": "^7.2.0",
"@babel/preset-env": "^7.6.2",
"babel-loader": "^8.0.6",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"gh-pages": "^2.1.1",
"terser-webpack-plugin": "^2.1.2",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9"
}
}