mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 11:34:21 +00:00
44 lines
1.6 KiB
JSON
44 lines
1.6 KiB
JSON
{
|
|
"private": false,
|
|
"name": "bluelib",
|
|
"version": "0.13.0",
|
|
"license": "AGPL-3.0-or-later",
|
|
"source": "src/index.js",
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.module.js",
|
|
"unpkg": "dist/index.umd.js",
|
|
"files": [
|
|
"dist/*"
|
|
],
|
|
"scripts": {
|
|
"start": "preact watch",
|
|
"dist": "git add . && cross-env-shell git commit -m \"$npm_package_version\" && git push && microbundle && npm publish && cross-env-shell hub release create -m \"$npm_package_version\" \"$npm_package_version\"",
|
|
"build": "preact build --template src/template.html --no-prerender --dest docs && git add docs",
|
|
"ghpages": "npm run build && git add . && cross-env-shell git commit -m \"$npm_package_version\" && git push && cross-env-shell hub release create -m \"$npm_package_version\" \"$npm_package_version\"",
|
|
"both": "npm run ghpages && npm run dist"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "^7.0.2",
|
|
"microbundle": "^0.12.2",
|
|
"preact-cli": "^3.0.0-rc.14",
|
|
"webpack-cli": "^3.3.12"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.29",
|
|
"@fortawesome/free-brands-svg-icons": "^5.13.1",
|
|
"@fortawesome/free-regular-svg-icons": "^5.13.1",
|
|
"@fortawesome/free-solid-svg-icons": "^5.13.1",
|
|
"@fortawesome/react-fontawesome": "^0.1.11",
|
|
"css-loader": "^3.6.0",
|
|
"file-loader": "^5.0.2",
|
|
"less": "^3.11.3",
|
|
"less-loader": "^5.0.0",
|
|
"preact": "^10.4.4",
|
|
"preact-render-to-string": "^5.1.8",
|
|
"react-syntax-highlighter": "^12.2.1",
|
|
"showdown": "^1.9.1",
|
|
"style-loader": "^1.2.1",
|
|
"use-deep-compare-effect": "^1.3.1",
|
|
"webpack": "^4.43.0"
|
|
}
|
|
}
|