mirror of
https://github.com/digitalocean/nginxconfig.io
synced 2024-11-12 21:27:09 +00:00
324fa44790
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.26.0 to 1.27.0. - [Release notes](https://github.com/PrismJS/prism/releases) - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md) - [Commits](https://github.com/PrismJS/prism/compare/v1.26.0...v1.27.0) --- updated-dependencies: - dependency-name: prismjs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
94 lines
3.2 KiB
JSON
94 lines
3.2 KiB
JSON
{
|
|
"name": "nginxconfig.io",
|
|
"version": "1.0.0",
|
|
"description": "NGINX config generator on steroids",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "16.13.2",
|
|
"npm": "8.4.1"
|
|
},
|
|
"main": "src/nginxconfig/mount.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "npm run build:clean && npm run build:template && npm run build:prism && npm run build:static && npm run build:tool",
|
|
"build:clean": "do-vue clean",
|
|
"build:template": "do-vue template && node src/nginxconfig/build/template.js",
|
|
"build:prism": "node src/nginxconfig/build/prism.js",
|
|
"build:static": "copyfiles --up 2 src/static/{*,**/*} dist",
|
|
"build:tool": "vue-cli-service build src/nginxconfig/mount.js --no-clean",
|
|
"dev": "npm run build:template && npm run build:prism && npm run dev:tool",
|
|
"dev:tool": "vue-cli-service serve src/nginxconfig/mount.js",
|
|
"deploy:spaces:comment": "do-vue comment nginxconfig",
|
|
"test": "npm run test:eslint && npm run test:stylelint && npm run test:i18n-packs && npm run test:jest",
|
|
"test:jest": "jest --env=jsdom /test/.*.js?$",
|
|
"test:fix": "npm run test:eslint:fix",
|
|
"test:eslint": "eslint 'src/**/*.{js,vue}'",
|
|
"test:eslint:fix": "npm run test:eslint -- --fix",
|
|
"test:stylelint": "stylelint 'src/**/*.scss' --config node_modules/do-bulma/.stylelintrc.json",
|
|
"test:i18n-packs": "node --es-module-specifier-resolution=node src/nginxconfig/i18n/verify.js"
|
|
},
|
|
"jest": {
|
|
"testRegex": "/test/.*.js?$"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/digitalocean/nginxconfig.io.git"
|
|
},
|
|
"keywords": [
|
|
"nginx"
|
|
],
|
|
"author": "DigitalOcean",
|
|
"bugs": {
|
|
"url": "https://github.com/digitalocean/nginxconfig.io/issues"
|
|
},
|
|
"homepage": "https://github.com/digitalocean/nginxconfig.io#readme",
|
|
"dependencies": {
|
|
"clipboard": "^2.0.10",
|
|
"clone": "^2.1.2",
|
|
"do-bulma": "git+https://github.com/do-community/do-bulma.git",
|
|
"do-vue": "git+https://github.com/do-community/do-vue.git",
|
|
"escape-html": "^1.0.3",
|
|
"files-diff": "0.0.6",
|
|
"json-to-pretty-yaml": "^1.2.2",
|
|
"memory-tar-create": "0.0.3",
|
|
"pretty-checkbox-vue": "^1.1.9",
|
|
"prismjs": "^1.27.0",
|
|
"qs": "^6.10.3",
|
|
"simple-js-sha2-256": "^1.0.7",
|
|
"vue": "^2.6.14",
|
|
"vue-i18n": "^8.27.0",
|
|
"vue-select": "^3.16.0",
|
|
"webpack-require-from": "^1.8.6"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/eslint-parser": "^7.17.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
|
"@babel/plugin-transform-runtime": "^7.17.0",
|
|
"@babel/preset-env": "^7.16.11",
|
|
"@babel/runtime": "^7.17.0",
|
|
"@vue/cli-service": "^5.0.0-rc.2",
|
|
"ajv": "^8.10.0",
|
|
"chalk": "^5.0.0",
|
|
"copyfiles": "^2.4.1",
|
|
"core-js": "^3.21.0",
|
|
"duplicate-package-checker-webpack-plugin": "^3.0.0",
|
|
"eslint": "^8.8.0",
|
|
"eslint-plugin-vue": "^8.4.1",
|
|
"esm": "^3.2.25",
|
|
"jest": "^27.4.7",
|
|
"node-fetch": "^3.2.0",
|
|
"postcss": "^8.4.6",
|
|
"sass": "^1.49.7",
|
|
"sass-loader": "^11.1.1",
|
|
"stylelint": "^14.3.0",
|
|
"stylelint-config-standard-scss": "^3.0.0",
|
|
"stylelint-order": "^5.0.0",
|
|
"vue-template-compiler": "^2.6.14",
|
|
"webpack": "^5.69.1",
|
|
"webpack-bundle-analyzer": "^4.5.0"
|
|
},
|
|
"overrides": {
|
|
"mini-css-extract-plugin": "^1.6.2"
|
|
}
|
|
}
|