{ "name": "freeplanet", "version": "0.0.6", "description": "FreePlanet", "productName": "First Proj", "author": "Paolo Arena", "private": true, "keywords": [ "freeplanet", "free social" ], "license": "MIT", "scripts": { "dev": "quasar dev", "build": "quasar build", "lint": "eslint --ext .js,.ts,.vue --ignore-path .gitignore ./", "lintfile": "eslint --ext .js,.ts,.vue --ignore-path .gitignore ./ > file.out.txt", "lintfileNoJS": "eslint --ext .ts,.vue --ignore-path .gitignore ./ > file.out.txt", "fix": "eslint --ext .ts,.vue --ignore-path .gitignore ./ --fix > file.out.txt", "pwa": "NODE_ENV=development NODE_OPTIONS=--max_old_space_size=4096 DEBUG=v8:* quasar dev -m pwa", "test": "echo \"No test specified\" && exit 0", "generate-sw": "workbox generateSW workbox-config.js" }, "dependencies": { "@quasar/extras": "^1.11.0", "@vue/compat": "^3.2.12", "@vue/compiler-sfc": "^3.2.12", "@vue/eslint-config-standard": "^6.1.0", "@vuelidate/core": "^2.0.0-alpha.26", "@vuelidate/validators": "^2.0.0-alpha.22", "acorn": "^8.5.0", "autoprefixer": "^10.3.4", "axios": "^0.21.4", "bcryptjs": "^2.4.3", "core-js": "^3.17.3", "crypto": "^1.0.1", "date-fns": "^2.24.0", "dotenv": "^10.0.0", "eslint-plugin-quasar": "^1.0.0", "graphql": "^15.5.3", "graphql-tag": "^2.12.5", "gsap": "^3.7.1", "jquery": "^3.6.0", "js-cookie": "^3.0.1", "localforage": "^1.10.0", "lodash": "^4.17.21", "normalize.css": "^8.0.1", "npm": "^7.24.0", "nprogress": "^0.2.0", "pinia": "^2.0.0-rc.9", "prerender-spa-plugin": "^3.4.0", "quasar": "^2.1.0", "quasar-extras": "^2.0.9", "register-service-worker": "^1.7.2", "vee-validate": "^4.4.10", "vue": "^3.2.12", "vue-class-component": "^8.0.0-rc.1", "vue-country-code": "^1.1.2", "vue-i18n": "^9.1.7", "vue-idb": "^0.2.0", "vue-loader": "^16.5.0", "vue-property-decorator": "^10.0.0-rc.3", "vue-router": "^4.0.11", "vue-scroll-reveal": "^1.0.11", "vue-svgicon": "^4.0.0-alpha.3", "vue2-dragula": "^2.5.5", "vue3-tel-input": "^1.0.4", "vuex": "^4.0.1", "vuex-router-sync": "^6.0.0-rc.1", "vuex-typex": "^3.1.9" }, "devDependencies": { "@babel/eslint-parser": "^7.15.7", "@quasar/app": "^3.1.0", "@types/bcryptjs": "^2.4.2", "@types/dotenv": "^8.2.0", "@types/googlemaps": "^3.43.3", "@types/jest": "^27.0.1", "@types/js-cookie": "^2.2.7", "@types/node": "^16.9.2", "@types/nprogress": "^0.2.0", "@types/vue-tel-input": "^2.1.2", "@types/vuelidate": "^0.7.15", "@typescript-eslint/eslint-plugin": "^4.31.1", "@typescript-eslint/parser": "^4.31.1", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.24.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.0", "eslint-plugin-vue": "^7.18.0", "eslint-webpack-plugin": "^3.0.1", "file-loader": "^6.2.0", "html-webpack-plugin": "^5.3.2", "http-proxy-middleware": "^2.0.1", "jest": "^27.2.0", "json-loader": "^0.5.7", "node-sass": "^6.0.1", "npm-check-updates": "^11.8.5", "optimize-css-assets-webpack-plugin": "^6.0.1", "postcss": "^8.3.6", "postcss-loader": "^6.1.1", "sass-loader": "^12.1.0", "strip-ansi": "=7.0.1", "ts-jest": "^27.0.5", "ts-loader": "^9.2.5", "tslint": "^6.1.3", "tslint-config-standard": "^9.0.0", "tslint-loader": "^3.5.4", "typescript": "^4.4.3", "vue-cli-plugin-element-ui": "^1.1.4", "vueify": "^9.4.1", "workbox-cli": "^6.3.0", "workbox-webpack-plugin": "^6.3.0" }, "browser": { "crypto": false }, "browserslist": [ "last 10 Chrome versions", "last 10 Firefox versions", "last 4 Edge versions", "last 7 Safari versions", "last 8 Android versions", "last 8 ChromeAndroid versions", "last 8 FirefoxAndroid versions", "last 10 iOS versions", "last 5 Opera versions" ], "engines": { "node": ">= 14.15.0", "npm": ">= 6.14.8", "yarn": ">= 1.21.1" } }