80 lines
2.8 KiB
JSON
80 lines
2.8 KiB
JSON
{
|
|
"name": "my_vuetify",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve --port 8092",
|
|
"serve:daily": "vue-cli-service serve --mode daily --port 8092",
|
|
"serve:custom": "vue-cli-service serve --mode custom --port 8092",
|
|
"serve:development": "vue-cli-service serve --mode development --port 8092",
|
|
"serve:staging": "vue-cli-service serve --mode staging --port 8092",
|
|
"serve:production": "vue-cli-service serve --mode production --port 8092",
|
|
"copy:seo-files": "node copySeoFiles.js",
|
|
"copy:cache-files": "node copyCacheFiles.js",
|
|
"copy:git-info": "node copyGitInfo.js",
|
|
"index-catalog": "node indexCatalog.js",
|
|
"build": "vue-cli-service build",
|
|
"build:daily": "NODE_ENV=production vue-cli-service build --mode daily",
|
|
"build:staging": "NODE_ENV=production vue-cli-service build --mode staging",
|
|
"build:production": "NODE_ENV=production vue-cli-service build --mode production",
|
|
"deploy:daily": "AWS_PROFILE=crane vue-cli-service s3-deploy --mode daily",
|
|
"deploy:production": "AWS_PROFILE=crane vue-cli-service s3-deploy --mode production",
|
|
"deploy:staging": "AWS_PROFILE=crane vue-cli-service s3-deploy --mode staging",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"braintree-web": "^3.62.1",
|
|
"core-js": "^3.4.4",
|
|
"fuse.js": "^6.4.2",
|
|
"js-base64": "^2.5.1",
|
|
"lodash-humps": "^3.1.5",
|
|
"vue": "^2.6.10",
|
|
"vue-cookies": "^1.5.13",
|
|
"vue-meta": "^2.4.0",
|
|
"vue-router": "^3.2.0",
|
|
"vue-tel-input": "^4.4.0",
|
|
"vue2-google-maps": "^0.10.7",
|
|
"vueperslides": "^2.8.2",
|
|
"vuetify": "^2.1.0",
|
|
"vuex": "^3.1.2",
|
|
"vuex-map-fields": "^1.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^4.1.0",
|
|
"@vue/cli-plugin-eslint": "^4.1.0",
|
|
"@vue/cli-service": "^4.1.0",
|
|
"babel-eslint": "^10.0.3",
|
|
"eslint": "^5.16.0",
|
|
"eslint-plugin-vue": "^5.0.0",
|
|
"git-commit-info-webpack-plugin": "^1.0.3",
|
|
"sass": "^1.19.0",
|
|
"sass-loader": "^8.0.0",
|
|
"vue-cli-plugin-critical": "^1.1.0",
|
|
"vue-cli-plugin-s3-deploy": "^3.0.0",
|
|
"vue-cli-plugin-vuetify": "^2.0.3",
|
|
"vue-template-compiler": "^2.6.10",
|
|
"vuetify-loader": "^1.3.0"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/essential",
|
|
"eslint:recommended"
|
|
],
|
|
"rules": {
|
|
"no-useless-catch": "off",
|
|
"no-console": "off"
|
|
},
|
|
"parserOptions": {
|
|
"parser": "babel-eslint"
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions"
|
|
]
|
|
}
|