{ "name": "nginxconfig.io", "version": "1.0.0", "description": "NGINX config generator on steroids", "private": true, "license": "MIT", "engines": { "node": "12.16.2" }, "main": "src/nginxconfig/mount.js", "scripts": { "build": "npm run build:clean && npm run build:template && 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: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 dev:tool", "dev:tool": "vue-cli-service serve src/nginxconfig/mount.js", "analyze": "npm run build:tool -- --analyze", "deploy:spaces:comment": "do-vue comment nginxconfig", "test": "npm run test:eslint && npm run test:scss", "test:fix": "npm run test:eslint:fix && npm run test:scss:fix", "test:eslint": "eslint 'src/**/*.{js,vue}'", "test:eslint:fix": "npm run test:eslint -- --fix", "test:scss": "sass-lint 'src/**/*.scss' --verbose --no-exit --config .sasslintrc", "test:scss:fix": "sass-lint-auto-fix 'src/**/*.scss'" }, "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.6", "clone": "^2.1.2", "diff": "^4.0.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", "gzip-js": "^0.3.2", "pretty-checkbox-vue": "^1.1.9", "prismjs": "^1.20.0", "qs": "^6.9.4", "simple-js-sha2-256": "^1.0.7", "string-similarity": "^4.0.1", "tarts": "^1.0.0", "vue": "^2.6.11", "vue-select": "^3.10.3" }, "devDependencies": { "@vue/cli-service": "^4.4.4", "copyfiles": "^2.3.0", "duplicate-package-checker-webpack-plugin": "^3.0.0", "eslint": "^6.8.0", "eslint-plugin-vue": "^5.2.3", "sass": "^1.26.8", "sass-lint": "^1.13.1", "sass-lint-auto-fix": "^0.21.0", "sass-loader": "^8.0.2", "vue-template-compiler": "^2.6.11", "webpack-bundle-analyzer": "^3.8.0" } }