Refactor identation in package.json

This commit is contained in:
Himanshu Bhatt 2024-10-03 18:12:17 +05:30
parent 8b774d2a5e
commit a29673c253
1 changed files with 105 additions and 105 deletions

View File

@ -1,108 +1,108 @@
{ {
"name": "nginxconfig.io", "name": "nginxconfig.io",
"version": "1.0.0", "version": "1.0.0",
"description": "NGINX config generator on steroids", "description": "NGINX config generator on steroids",
"license": "MIT", "license": "MIT",
"private": true, "private": true,
"engines": { "engines": {
"node": "20.9.0" "node": "20.9.0"
}, },
"main": "src/nginxconfig/mount.js", "main": "src/nginxconfig/mount.js",
"type": "module", "type": "module",
"scripts": { "scripts": {
"build": "npm run build:clean && npm run build:template && npm run build:prism && npm run build:static && npm run build:tool", "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:clean": "do-vue clean",
"build:template": "do-vue template && node src/nginxconfig/build/template.js", "build:template": "do-vue template && node src/nginxconfig/build/template.js",
"build:prism": "node src/nginxconfig/build/prism.js", "build:prism": "node src/nginxconfig/build/prism.js",
"build:static": "copyfiles --up 2 src/static/{*,**/*} dist", "build:static": "copyfiles --up 2 src/static/{*,**/*} dist",
"build:tool": "vue-cli-service build src/nginxconfig/mount.js --no-clean", "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": "npm run build:template && npm run build:prism && npm run dev:tool",
"dev:tool": "vue-cli-service serve src/nginxconfig/mount.js", "dev:tool": "vue-cli-service serve src/nginxconfig/mount.js",
"deploy:spaces:comment": "do-vue comment nginxconfig", "deploy:spaces:comment": "do-vue comment nginxconfig",
"test": "npm run test:prettier:fix && npm run test:eslint && npm run test:stylelint && npm run test:i18n-packs && npm run test:jest", "test": "npm run test:prettier:fix && 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:jest": "jest --env=jsdom /test/.*.js?$",
"test:fix": "npm run test:prettier:fix && npm run test:eslint:fix", "test:fix": "npm run test:prettier:fix && npm run test:eslint:fix",
"test:eslint": "eslint src/**/*.{js,vue} --cache", "test:eslint": "eslint src/**/*.{js,vue} --cache",
"test:eslint:fix": "npm run test:eslint -- --fix", "test:eslint:fix": "npm run test:eslint -- --fix",
"test:stylelint": "stylelint 'src/**/*.{scss,css}' --config node_modules/do-bulma/.stylelintrc.json", "test:stylelint": "stylelint 'src/**/*.{scss,css}' --config node_modules/do-bulma/.stylelintrc.json",
"test:i18n-packs": "node src/nginxconfig/i18n/verify.js", "test:i18n-packs": "node src/nginxconfig/i18n/verify.js",
"test:prettier": "prettier 'src/**/*.{js,vue}' --check", "test:prettier": "prettier 'src/**/*.{js,vue}' --check",
"test:prettier:fix": "prettier --write 'src/**/*.{js,vue}'", "test:prettier:fix": "prettier --write 'src/**/*.{js,vue}'",
"prepare": "husky install" "prepare": "husky install"
}, },
"jest": { "jest": {
"testRegex": "/test/.*.js?$" "testRegex": "/test/.*.js?$"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/digitalocean/nginxconfig.io.git" "url": "git+https://github.com/digitalocean/nginxconfig.io.git"
}, },
"keywords": [ "keywords": [
"nginx" "nginx"
], ],
"author": "DigitalOcean", "author": "DigitalOcean",
"bugs": { "bugs": {
"url": "https://github.com/digitalocean/nginxconfig.io/issues" "url": "https://github.com/digitalocean/nginxconfig.io/issues"
}, },
"homepage": "https://github.com/digitalocean/nginxconfig.io#readme", "homepage": "https://github.com/digitalocean/nginxconfig.io#readme",
"dependencies": { "dependencies": {
"clipboard": "^2.0.11", "clipboard": "^2.0.11",
"clone": "^2.1.2", "clone": "^2.1.2",
"do-bulma": "github:do-community/do-bulma", "do-bulma": "github:do-community/do-bulma",
"do-vue": "github:do-community/do-vue", "do-vue": "github:do-community/do-vue",
"escape-html": "^1.0.3", "escape-html": "^1.0.3",
"files-diff": "0.0.6", "files-diff": "0.0.6",
"json-to-pretty-yaml": "^1.2.2", "json-to-pretty-yaml": "^1.2.2",
"memory-tar-create": "0.0.3", "memory-tar-create": "0.0.3",
"pretty-checkbox-vue": "^1.1.9", "pretty-checkbox-vue": "^1.1.9",
"prismjs": "^1.29.0", "prismjs": "^1.29.0",
"qs": "^6.11.2", "qs": "^6.11.2",
"simple-js-sha2-256": "^1.0.7", "simple-js-sha2-256": "^1.0.7",
"vue": "^3.4.15", "vue": "^3.4.15",
"vue-i18n": "^9.9.0", "vue-i18n": "^9.9.0",
"vue-select": "^4.0.0-beta.6", "vue-select": "^4.0.0-beta.6",
"webpack-require-from": "^1.8.6" "webpack-require-from": "^1.8.6"
}, },
"devDependencies": { "devDependencies": {
"@babel/eslint-parser": "^7.23.3", "@babel/eslint-parser": "^7.23.3",
"@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.23.7", "@babel/plugin-transform-runtime": "^7.23.7",
"@babel/preset-env": "^7.23.8", "@babel/preset-env": "^7.23.8",
"@babel/runtime": "^7.23.8", "@babel/runtime": "^7.23.8",
"@vue/cli-service": "^5.0.8", "@vue/cli-service": "^5.0.8",
"ajv": "^8.12.0", "ajv": "^8.12.0",
"chalk": "^5.3.0", "chalk": "^5.3.0",
"copyfiles": "^2.4.1", "copyfiles": "^2.4.1",
"core-js": "^3.35.1", "core-js": "^3.35.1",
"duplicate-package-checker-webpack-plugin": "^3.0.0", "duplicate-package-checker-webpack-plugin": "^3.0.0",
"eslint": "^8.56.0", "eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0", "eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.30.0", "eslint-plugin-import": "^2.30.0",
"eslint-plugin-prettier": "^5.1.3", "eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.20.1", "eslint-plugin-vue": "^9.20.1",
"husky": "^8.0.3", "husky": "^8.0.3",
"jest": "^29.7.0", "jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0", "jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.10", "lint-staged": "^15.2.10",
"node-fetch": "^3.3.2", "node-fetch": "^3.3.2",
"postcss": "^8.4.33", "postcss": "^8.4.33",
"prettier": "3.2.4", "prettier": "3.2.4",
"sass": "^1.70.0", "sass": "^1.70.0",
"sass-loader": "^14.0.0", "sass-loader": "^14.0.0",
"stylelint": "^16.2.0", "stylelint": "^16.2.0",
"stylelint-config-standard-scss": "^13.0.0", "stylelint-config-standard-scss": "^13.0.0",
"stylelint-order": "^6.0.4", "stylelint-order": "^6.0.4",
"vue-template-compiler": "^2.7.16", "vue-template-compiler": "^2.7.16",
"webpack": "^5.94.0", "webpack": "^5.94.0",
"webpack-bundle-analyzer": "^4.10.1" "webpack-bundle-analyzer": "^4.10.1"
}, },
"overrides": { "overrides": {
"@vue/cli-service": { "@vue/cli-service": {
"mini-css-extract-plugin": "^1.6.2", "mini-css-extract-plugin": "^1.6.2",
"@achrinza/node-ipc": "^10.1.10" "@achrinza/node-ipc": "^10.1.10"
}, },
"pretty-checkbox-vue": { "pretty-checkbox-vue": {
"vue": "^3.0.0" "vue": "^3.0.0"
} }
} }
} }