other components... (2)
This commit is contained in:
68
package.json
68
package.json
@@ -1,39 +1,43 @@
|
||||
{
|
||||
"name": "firstproj",
|
||||
"version": "0.0.1",
|
||||
"description": "A Quasar Framework app",
|
||||
"name": "freeplanet",
|
||||
"version": "0.0.6",
|
||||
"description": "FreePlanet",
|
||||
"productName": "First Proj",
|
||||
"author": "Paolo Arena <paolo.arena77@gmail.com>",
|
||||
"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 .js,.ts,.vue --ignore-path .gitignore ./ --fix",
|
||||
"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.10.12",
|
||||
"@types/googlemaps": "^3.43.3",
|
||||
"@types/vuelidate": "^0.7.15",
|
||||
"@vue/compat": "^3.2.8",
|
||||
"@vue/compiler-sfc": "^3.2.8",
|
||||
"@vue/compat": "^3.2.10",
|
||||
"@vue/compiler-sfc": "^3.2.10",
|
||||
"@vue/eslint-config-standard": "^6.1.0",
|
||||
"acorn": "^8.4.1",
|
||||
"@vuelidate/core": "^2.0.0-alpha.25",
|
||||
"@vuelidate/validators": "^2.0.0-alpha.21",
|
||||
"acorn": "^8.5.0",
|
||||
"autoprefixer": "^10.3.4",
|
||||
"axios": "^0.21.2",
|
||||
"bcrypt-nodejs": "0.0.3",
|
||||
"axios": "^0.21.4",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"core-js": "^3.17.2",
|
||||
"crypto": "^1.0.1",
|
||||
"date-fns": "^2.23.0",
|
||||
"dotenv": "^10.0.0",
|
||||
"element-ui": "^2.15.6",
|
||||
"eslint-plugin-quasar": "^1.0.0",
|
||||
"graphql": "^15.5.2",
|
||||
"graphql": "^15.5.3",
|
||||
"graphql-tag": "^2.12.5",
|
||||
"gsap": "^3.7.1",
|
||||
"jquery": "^3.6.0",
|
||||
@@ -48,48 +52,53 @@
|
||||
"quasar": "^2.0.4",
|
||||
"quasar-extras": "^2.0.9",
|
||||
"register-service-worker": "^1.7.2",
|
||||
"vee-validate": "^3.4.12",
|
||||
"vue": "^3.1.0",
|
||||
"vee-validate": "^4.4.10",
|
||||
"vue": "^3.2.10",
|
||||
"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.0.0",
|
||||
"vue-property-decorator": "^10.0.0-rc.3",
|
||||
"vue-router": "^4.0.11",
|
||||
"vue-scroll-reveal": "^1.0.11",
|
||||
"vue-svgicon": "^3.2.9",
|
||||
"vue-svgicon": "^4.0.0-alpha.3",
|
||||
"vue2-dragula": "^2.5.5",
|
||||
"vuelidate": "^0.7.6",
|
||||
"vue3-tel-input": "^1.0.4",
|
||||
"vuex": "^4.0.1",
|
||||
"vuex-module-decorators": "^1.0.1",
|
||||
"vuex-router-sync": "^5.0.0",
|
||||
"vuex-typex": "^3.1.9",
|
||||
"workbox": "0.0.0"
|
||||
"vuex-router-sync": "^6.0.0-rc.1",
|
||||
"vuex-typex": "^3.1.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "^7.15.4",
|
||||
"@quasar/app": "^3.1.0",
|
||||
"@types/bcryptjs": "^2.4.2",
|
||||
"@types/googlemaps": "^3.43.3",
|
||||
"@types/vue-tel-input": "^2.1.2",
|
||||
"@types/vuelidate": "^0.7.15",
|
||||
"@types/dotenv": "^8.2.0",
|
||||
"@types/jest": "^27.0.1",
|
||||
"@types/js-cookie": "^2.2.7",
|
||||
"@types/node": "^16.7.10",
|
||||
"@types/node": "^16.7.13",
|
||||
"@types/nprogress": "^0.2.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.30.0",
|
||||
"@typescript-eslint/parser": "^4.30.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.31.0",
|
||||
"@typescript-eslint/parser": "^4.31.0",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-airbnb-base": "^14.2.1",
|
||||
"eslint-config-airbnb-typescript": "^14.0.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.17.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.1.0",
|
||||
"jest": "^27.1.1",
|
||||
"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.0",
|
||||
@@ -104,6 +113,9 @@
|
||||
"workbox-cli": "^6.2.4",
|
||||
"workbox-webpack-plugin": "^6.2.4"
|
||||
},
|
||||
"browser": {
|
||||
"crypto": false
|
||||
},
|
||||
"browserslist": [
|
||||
"last 10 Chrome versions",
|
||||
"last 10 Firefox versions",
|
||||
|
||||
Reference in New Issue
Block a user