UNPKG

@lucsoft/webgen

Version:

Collection of lucsofts Components

50 lines (49 loc) 1.47 kB
{ "name": "@lucsoft/webgen", "version": "1.19.20", "description": "Collection of lucsofts Components", "main": "bin/webgen.js", "types": "bin/webgen.d.ts", "sideEffects": [ "**/*.css" ], "scripts": { "start": "webpack serve", "build": "tsc", "prepublishOnly": "cp ./src/css/*.css ./bin/css/ && tsc && tsc src/webgen.ts --declaration --emitDeclarationOnly --out bin/singleDeclaration.js --module amd --moduleResolution node && mv bin/singleDeclaration.d.ts bin/singleDeclaration.txt" }, "repository": { "type": "git", "url": "git+https://github.com/lucsoft/WebGen.git" }, "keywords": [ "webgen", "lucsoft", "typescript", "ui", "gui", "modern" ], "author": "lucsoft", "license": "CC0-1.0", "bugs": { "url": "https://github.com/lucsoft/WebGen/issues" }, "homepage": "https://github.com/lucsoft/WebGen", "devDependencies": { "@webpack-cli/serve": "^1.6.0", "css-loader": "^6.4.0", "html-webpack-plugin": "^5.4.0", "mini-css-extract-plugin": "^2.4.2", "style-loader": "^3.3.0", "ts-loader": "^9.2.6", "typescript": "^4.4.4", "webpack": "^5.58.2", "webpack-cli": "^4.9.0", "webpack-dev-server": "^4.3.1" }, "dependencies": { "bootstrap-icons": "^1.6.0", "material-icons": "^1.9.1" } }