Skip to content

Instantly share code, notes, and snippets.

@aldarund
Created October 12, 2018 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aldarund/81fc053ccfb378fd1db172a5bb7f5f4c to your computer and use it in GitHub Desktop.
Save aldarund/81fc053ccfb378fd1db172a5bb7f5f4c to your computer and use it in GitHub Desktop.
{
"name": "ra-front-simple",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "nuxt build --analyze",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore src tests",
"dev": "nuxt",
"start": "nuxt start",
"generate": "nuxt generate",
"test:unit": "vue-cli-service test:unit",
"test-coverage-codacy": "jest --coverage && cat ./coverage/lcov.info | codacy-coverage",
"e2e:open": "cypress open",
"e2e:run": "cypress run --record --key 5d306ff2-d52f-4988-adb9-5a0e8b9d4984",
"e2e:start-and-run": "start-server-and-test start http://localhost:3000 e2e:run",
"icon-font:generate": "icon-font-generator src/assets/fonts/svg/*.svg -o src/assets/fonts/ -n hamachi -p hamachi",
"sls:create-dev": "env-cmd ./conf/dev.env npx sls create_domain",
"sls:create-prod": "env-cmd ./conf/prod.env npx sls create_domain",
"sls:local": "env-cmd ./conf/dev.env npx sls offline",
"sls:package": "npx sls package",
"sls:sync-dev": "env-cmd ./conf/dev.env npx sls s3sync",
"sls:sync-prod": "env-cmd ./conf/prod.env npx sls s3sync",
"sls:remove": "npx sls delete_domain && npx sls remove",
"sls:deploy": "cross-env SENTRY_UPLOAD=true nuxt build && sls deploy",
"sls:deploy-dev": "env-cmd ./conf/dev.env npx nuxt build && env-cmd ./conf/dev.env npx sls deploy",
"sls:deploy-prod": "env-cmd ./conf/prod.env npx nuxt build && env-cmd ./conf/prod.env npx sls deploy"
},
"dependencies": {
"@nuxtjs/apollo": "3.0.7",
"@nuxtjs/auth": "4.5.2",
"@nuxtjs/dotenv": "1.1.1",
"@nuxtjs/google-analytics": "2.0.2",
"@nuxtjs/google-tag-manager": "2.1.0",
"@nuxtjs/pwa": "2.6.0",
"@nuxtjs/sentry": "1.1.3",
"@thundra/core": "1.6.0",
"apollo-link-error": "1.1.1",
"apollo-link-http": "1.5.5",
"graphql": "14.0.2",
"graphql-tag": "2.10.0",
"lodash-webpack-plugin": "0.11.5",
"nuxt-env": "0.0.4",
"nuxt-start-edge": "2.0.0-25624683.7a68e1d",
"serverless-http": "1.6.0",
"usa-states": "0.0.5",
"v-clipboard": "2.0.1",
"vee-validate": "2.1.0-beta.9",
"vue": "2.5.17",
"vue-kindergarten": "0.3.3",
"vue-localstorage": "0.6.2",
"vue-script2": "2.0.3",
"vue-stripe-elements-plus": "0.2.9",
"vuetify": "1.3.0-beta.0",
"vuetify-form-generator": "aldarund/vuetify-form-generator#980453e2ce86769e40685189a3c4a966c4f41f1f",
"vuetify-loader": "1.0.3"
},
"devDependencies": {
"@mdi/svg": "2.8.94",
"@sentry/webpack-plugin": "1.6.1",
"@types/jest": "23.3.5",
"@vue/cli-plugin-eslint": "3.0.5",
"@vue/cli-plugin-unit-jest": "3.0.5",
"@vue/cli-service": "3.0.5",
"@vue/eslint-config-prettier": "3.0.5",
"@vue/test-utils": "1.0.0-beta.12",
"babel-eslint": "10.0.1",
"babel-jest": "23.6.0",
"babel-plugin-lodash": "3.3.4",
"babel-preset-vue-app": "2.0.0",
"chance": "1.0.16",
"codacy-coverage": "3.1.0",
"cross-env": "5.2.0",
"cssnano": "4.1.4",
"cypress": "3.1.0",
"env-cmd": "8.0.2",
"eslint": "5.6.1",
"eslint-config-standard": "12.0.0",
"eslint-loader": "2.1.1",
"eslint-plugin-chai-friendly": "0.4.1",
"eslint-plugin-cypress": "2.0.1",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-node": "7.0.1",
"eslint-plugin-prettier": "3.0.0",
"eslint-plugin-promise": "4.0.1",
"eslint-plugin-standard": "4.0.0",
"eslint-plugin-vue": "5.0.0-beta.3",
"eslint-plugin-you-dont-need-lodash-underscore": "6.4.0",
"flush-promises": "1.0.0",
"hard-source-webpack-plugin": "0.12.0",
"icon-font-generator": "2.1.8",
"jest": "23.6.0",
"jest-serializer-vue": "2.0.2",
"jest-transform-stub": "1.0.0",
"nuxt-edge": "2.0.0-25624683.7a68e1d",
"prettier": "1.14.3",
"serverless": "1.32.0",
"serverless-domain-manager": "2.6.5",
"serverless-offline": "3.27.0",
"serverless-prune-plugin": "1.3.1",
"serverless-s3-sync": "1.7.0",
"start-server-and-test": "1.7.4",
"stylus": "0.54.5",
"stylus-loader": "3.0.2",
"vue-eslint-parser": "3.2.2",
"vue-jest": "2.6.0",
"wait-on": "3.1.0"
},
"resolutions": {
"vue-apollo": "3.0.0-beta.19"
},
"description": "RentApp Simple Front",
"author": "Aldarund <shaper.int@gmail.com>"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment