@statusfy/core
Version:
Core of Statusfy
97 lines (96 loc) • 2.63 kB
JSON
{
"name": "@statusfy/core",
"version": "0.5.0",
"description": "Core of Statusfy",
"author": {
"name": "Bazzite",
"email": "support@bazzite.com",
"url": "https://www.bazzite.com"
},
"license": "Apache-2.0",
"main": "lib/index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"lint": "eslint --ext .js,.vue --ignore-path .gitignore . lib/ client/ test/",
"lint:fix": "yarn lint --fix",
"prepare-test": "cross-env NODE_ENV=test node test/prepare.js",
"svg": "vsvg -s ./client/assets/icons -t ./client/components/icons --es6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bazzite/statusfy.git"
},
"bugs": {
"url": "https://github.com/bazzite/statusfy/issues"
},
"homepage": "https://statusfy.co",
"keywords": [
"bazzite",
"statusfy",
"generator",
"web-application",
"statuspage"
],
"dependencies": {
"@babel/runtime-corejs3": "^7.7.6",
"@fortawesome/fontawesome-svg-core": "1.2.26",
"@nuxtjs/axios": "5.9.0",
"@nuxtjs/onesignal": "3.0.0-beta.16",
"@nuxtjs/pwa": "3.0.0-beta.19",
"@statusfy/common": "^0.5.0",
"@statusfy/markdown": "^0.5.0",
"body-parser": "1.19.0",
"browser-sync": "2.26.7",
"core-js": "3.5.0",
"cors": "2.8.5",
"cross-env": "6.0.3",
"cross-spawn": "7.0.1",
"css-loader": "3.4.0",
"dayjs": "1.8.18",
"dot-prop": "5.2.0",
"express": "4.17.1",
"feed": "4.0.0",
"helmet": "3.21.2",
"ics": "2.18.0",
"inquirer": "7.0.1",
"locale-code": "2.0.2",
"lodash.clonedeepwith": "4.5.0",
"lodash.drop": "4.1.1",
"lodash.get": "4.4.2",
"lodash.isstring": "4.0.1",
"lodash.sortby": "4.7.0",
"nodemon": "2.0.2",
"nuxt": "2.11.0",
"nuxt-i18n": "6.4.1",
"opener": "1.5.1",
"portfinder": "1.0.25",
"sitemap": "3.2.2",
"url": "0.11.0",
"v-tooltip": "2.0.2",
"vue-multianalytics": "1.11.7",
"vue-svgicon": "3.2.6"
},
"devDependencies": {
"@nuxt/types": "0.5.7",
"@nuxtjs/eslint-config": "2.0.0",
"@statusfy/test-utils": "^0.5.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.3",
"eslint": "6.7.2",
"eslint-config-prettier": "6.7.0",
"eslint-config-standard": "14.1.0",
"eslint-plugin-import": "2.19.1",
"eslint-plugin-jest": "23.1.1",
"eslint-plugin-node": "10.0.0",
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1"
},
"engines": {
"node": ">=10",
"npm": ">=5"
},
"gitHead": "d568588a88aaa97c115217563b53423880e6e50f"
}