mirror of
https://github.com/digitalocean/nginxconfig.io
synced 2024-11-10 12:34:12 +00:00
58 lines
2 KiB
JSON
58 lines
2 KiB
JSON
{
|
|
"name": "nginxconfig-vue",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"license": "Apache-2.0",
|
|
"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",
|
|
"build:static": "copyfiles --up 2 ./src/static/{*,**/*} dist",
|
|
"build:tool": "do-vue tool src/nginxconfig dist",
|
|
"dev": "npm run dev:prep && parcel src/nginxconfig/index.html --out-dir ./dev --port 8000",
|
|
"deploy:spaces:comment": "do-vue comment nginxconfig",
|
|
"dev:prep": "npm run build:template && npm run dev:static",
|
|
"dev:static": "copyfiles --up 2 ./src/static/{*,**/*} dev",
|
|
"test": "npm run test:eslint && npm run test:scss",
|
|
"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"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/do-community/nginxconfig-vue.git"
|
|
},
|
|
"keywords": [
|
|
"nginx"
|
|
],
|
|
"author": "DigitalOcean",
|
|
"bugs": {
|
|
"url": "https://github.com/do-community/nginxconfig-vue/issues"
|
|
},
|
|
"homepage": "https://github.com/do-community/nginxconfig-vue#readme",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.9.2",
|
|
"babel-polyfill": "^6.26.0",
|
|
"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",
|
|
"parcel-bundler": "^1.12.4",
|
|
"pretty-checkbox-vue": "^1.1.9",
|
|
"vue": "^2.6.11",
|
|
"vue-hot-reload-api": "^2.3.3",
|
|
"vue-select": "^3.10.3",
|
|
"vuex": "^3.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-transform-runtime": "^7.9.0",
|
|
"@vue/component-compiler-utils": "^3.1.2",
|
|
"copyfiles": "^2.2.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-plugin-vue": "^5.2.3",
|
|
"posthtml": "^0.11.4",
|
|
"posthtml-extend": "^0.3.0",
|
|
"sass": "^1.26.3",
|
|
"sass-lint": "^1.13.1",
|
|
"vue-template-compiler": "^2.6.11"
|
|
}
|
|
}
|