2021-08-31 18:09:59 +02:00
{
2024-09-18 13:11:56 +02:00
"name" : "riso" ,
2024-09-17 18:50:05 +02:00
"version" : "1.0.61" ,
2024-09-18 13:11:56 +02:00
"description" : "Siamo la Rete Italiana di Scambio Orizzontale, abbiamo creato questa piattaforma per metterla al servizio di chi vuole riscoprire il valore della condivisione e della cooperazione. Valori semplici e profondi che ci aiutano a ritrovare il Senso della Vita, perduto in questa società consumista, e riporti quei Sani Pricìpi Naturali ed Umani di Fratellanza che intere popolazioni antiche conoscevano bene." ,
"productName" : "Riso" ,
2022-11-29 00:16:25 +01:00
"author" : "Paolo Arena" ,
2021-08-31 18:09:59 +02:00
"private" : true ,
2022-02-24 19:13:06 +01:00
"keywords" : [ ] ,
2021-09-16 21:08:02 +02:00
"license" : "MIT" ,
2021-08-31 18:09:59 +02:00
"scripts" : {
"dev" : "quasar dev" ,
"build" : "quasar build" ,
2021-09-25 11:49:26 +02:00
"buildpwa" : "quasar build -m pwa" ,
2022-02-24 19:13:06 +01:00
"buildspa" : "quasar build -m spa" ,
2021-08-31 18:09:59 +02:00
"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" ,
2021-09-16 21:08:02 +02:00
"fix" : "eslint --ext .ts,.vue --ignore-path .gitignore ./ --fix > file.out.txt" ,
2024-03-23 00:21:39 +01:00
"pwa" : "NODE_ENV=development NODE_OPTIONS=--max_old_space_size=6096 DEBUG=v8:* quasar dev -m pwa" ,
2024-02-23 22:12:47 +01:00
"spa" : "NODE_ENV=development NODE_OPTIONS=--max_old_space_size=4096 DEBUG=v8:* quasar dev --debug" ,
2024-02-16 21:13:02 +01:00
"debug" : "NODE_ENV=development NODE_OPTIONS=--max_old_space_size=4096 DEBUG=v8:* quasar dev --mode debug" ,
2021-08-31 18:09:59 +02:00
"test" : "echo \"No test specified\" && exit 0" ,
"generate-sw" : "workbox generateSW workbox-config.js"
} ,
"dependencies" : {
2024-03-23 00:21:39 +01:00
"@babel/plugin-proposal-class-properties" : "^7.18.6" ,
"@babel/plugin-proposal-export-namespace-from" : "^7.18.9" ,
"@babel/plugin-proposal-json-strings" : "^7.18.6" ,
"@babel/plugin-proposal-numeric-separator" : "^7.18.6" ,
2024-05-28 01:18:15 +02:00
"@cubejs-client/core" : "^0.35.23" ,
"@quasar/extras" : "^1.16.11" ,
2024-03-19 00:22:01 +01:00
"@quasar/quasar-ui-qcalendar" : "^4.0.0-beta.19" ,
2024-05-28 01:18:15 +02:00
"@types/leaflet" : "^1.9.12" ,
"@vue/compat" : "^3.4.27" ,
"@vue/compiler-sfc" : "^3.4.27" ,
"@vue/eslint-config-standard" : "^8.0.1" ,
2024-02-16 21:13:02 +01:00
"@vuelidate/core" : "^2.0.3" ,
"@vuelidate/validators" : "^2.0.4" ,
2024-03-23 00:21:39 +01:00
"acorn" : "^8.11.3" ,
2022-11-30 00:22:17 +01:00
"animate.css" : "^4.1.1" ,
2024-03-23 00:21:39 +01:00
"autoprefixer" : "^10.4.19" ,
2024-05-28 01:18:15 +02:00
"axios" : "^1.7.2" ,
2021-08-31 18:09:59 +02:00
"bcryptjs" : "^2.4.3" ,
2024-05-28 01:18:15 +02:00
"chart.js" : "^4.4.3" ,
"core-js" : "^3.37.1" ,
2024-03-23 00:21:39 +01:00
"crypto-browserify" : "^3.12.0" ,
"date-fns" : "^3.6.0" ,
"dotenv" : "^16.4.5" ,
"echarts" : "5.5.0" ,
2024-05-28 01:18:15 +02:00
"eslint-plugin-n" : "^17.7.0" ,
2022-02-21 13:40:52 +01:00
"eslint-plugin-quasar" : "^1.1.0" ,
2024-02-16 21:13:02 +01:00
"graphql" : "^16.8.1" ,
2021-12-02 10:12:57 +01:00
"graphql-tag" : "^2.12.6" ,
2024-03-23 00:21:39 +01:00
"gsap" : "^3.12.5" ,
2024-07-31 15:02:30 +02:00
"html2pdf.js" : "^0.10.2" ,
2024-02-16 21:13:02 +01:00
"jquery" : "^3.7.1" ,
"js-cookie" : "^3.0.5" ,
"leaflet" : "^1.9.4" ,
2024-08-29 23:31:54 +02:00
"leaflet-routing-machine" : "^3.2.12" ,
2024-03-19 00:22:01 +01:00
"leaflet.markercluster" : "^1.5.3" ,
2021-08-31 18:09:59 +02:00
"localforage" : "^1.10.0" ,
"lodash" : "^4.17.21" ,
"normalize.css" : "^8.0.1" ,
2024-06-19 00:21:06 +02:00
"npm" : "^10.8.1" ,
2021-08-31 18:09:59 +02:00
"nprogress" : "^0.2.0" ,
2024-02-16 21:13:02 +01:00
"pinia" : "^2.1.7" ,
2021-08-31 18:09:59 +02:00
"prerender-spa-plugin" : "^3.4.0" ,
2024-05-28 01:18:15 +02:00
"quasar" : "^2.16.4" ,
2021-08-31 18:09:59 +02:00
"quasar-extras" : "^2.0.9" ,
"register-service-worker" : "^1.7.2" ,
2024-05-28 01:18:15 +02:00
"typescript-eslint" : "^7.11.0" ,
"vee-validate" : "^4.12.8" ,
"vue" : "^3.4.27" ,
2021-08-31 18:09:59 +02:00
"vue-class-component" : "^8.0.0-rc.1" ,
2022-02-21 13:40:52 +01:00
"vue-country-code" : "^1.1.3" ,
2024-05-28 01:18:15 +02:00
"vue-echarts" : "^6.7.2" ,
"vue-i18n" : "^9.13.1" ,
2021-08-31 18:09:59 +02:00
"vue-idb" : "^0.2.0" ,
2024-05-28 01:18:15 +02:00
"vue-image-zoomer" : "^2.3.0" ,
2024-03-23 00:21:39 +01:00
"vue-loader" : "^17.4.2" ,
2021-08-31 18:09:59 +02:00
"vue-property-decorator" : "^10.0.0-rc.3" ,
2024-05-28 01:18:15 +02:00
"vue-router" : "^4.3.2" ,
2024-02-16 21:13:02 +01:00
"vue-scroll-reveal" : "^2.1.0" ,
2022-12-02 13:24:20 +01:00
"vue-social-sharing" : "^4.0.0-alpha4" ,
2021-09-16 21:08:02 +02:00
"vue-svgicon" : "^4.0.0-alpha.3" ,
2024-02-16 21:13:02 +01:00
"vue-timeago3" : "^2.3.2" ,
2021-08-31 18:09:59 +02:00
"vue2-dragula" : "^2.5.5" ,
2024-02-23 22:12:47 +01:00
"vue3-pdf-app" : "^1.0.3" ,
2022-11-30 00:22:17 +01:00
"vuex" : "^4.1.0" ,
2021-12-03 22:47:53 +01:00
"vuex-router-sync" : "^6.0.0-rc.1"
2021-08-31 18:09:59 +02:00
} ,
"devDependencies" : {
2024-05-28 01:18:15 +02:00
"@babel/core" : "^7.24.6" ,
"@quasar/app-webpack" : "^3.13.2" ,
2024-02-16 21:13:02 +01:00
"@types/bcryptjs" : "^2.4.6" ,
2021-08-31 18:09:59 +02:00
"@types/dotenv" : "^8.2.0" ,
2024-07-31 15:02:30 +02:00
"@types/google.maps" : "^3.55.11" ,
2024-03-23 00:21:39 +01:00
"@types/jest" : "^29.5.12" ,
"@types/js-cookie" : "^3.0.6" ,
2024-06-19 00:21:06 +02:00
"@types/node" : "20.13.0" ,
2024-03-23 00:21:39 +01:00
"@types/nprogress" : "^0.2.3" ,
"@types/vue-tel-input" : "^2.1.6" ,
"@types/vuelidate" : "^0.7.21" ,
2024-05-28 01:18:15 +02:00
"@typescript-eslint/eslint-plugin" : "^7.11.0" ,
"@typescript-eslint/parser" : "^7.11.0" ,
2024-06-19 00:21:06 +02:00
"copy-webpack-plugin" : "^12.0.2" ,
"eslint" : "^9.4.0" ,
2024-03-23 00:21:39 +01:00
"eslint-config-prettier" : "^9.1.0" ,
"eslint-plugin-import" : "^2.29.1" ,
2021-09-16 21:08:02 +02:00
"eslint-plugin-node" : "^11.1.0" ,
2024-05-28 01:18:15 +02:00
"eslint-plugin-promise" : "^6.2.0" ,
"eslint-plugin-vue" : "^9.26.0" ,
2021-08-31 18:09:59 +02:00
"file-loader" : "^6.2.0" ,
2024-06-19 00:21:06 +02:00
"fork-ts-checker-webpack-plugin" : "^9.0.2" ,
"friendly-errors-webpack-plugin" : "^1.7.0" ,
2024-03-23 00:21:39 +01:00
"html-webpack-plugin" : "^5.6.0" ,
2024-05-28 01:18:15 +02:00
"http-proxy-middleware" : "^3.0.0" ,
2024-02-16 21:13:02 +01:00
"jest" : "^29.7.0" ,
2021-08-31 18:09:59 +02:00
"json-loader" : "^0.5.7" ,
2023-09-28 17:12:59 +02:00
"node-sass" : "^9.0.0" ,
2024-05-28 01:18:15 +02:00
"npm-check-updates" : "^16.14.20" ,
2021-08-31 18:09:59 +02:00
"optimize-css-assets-webpack-plugin" : "^6.0.1" ,
2024-03-23 00:21:39 +01:00
"parcel" : "^2.12.0" ,
"postcss" : "^8.4.38" ,
"postcss-loader" : "^8.1.1" ,
2024-05-28 01:18:15 +02:00
"sass-loader" : "^14.2.1" ,
2024-02-16 21:13:02 +01:00
"strip-ansi" : "=7.1.0" ,
2024-06-19 00:21:06 +02:00
"ts-jest" : "^29.1.4" ,
2024-02-16 21:13:02 +01:00
"ts-loader" : "^9.5.1" ,
2024-05-28 01:18:15 +02:00
"typescript" : "5.4.5" ,
2021-08-31 18:09:59 +02:00
"vue-cli-plugin-element-ui" : "^1.1.4" ,
"vueify" : "^9.4.1" ,
2024-03-23 00:21:39 +01:00
"webpack" : "^5.91.0" ,
2024-06-19 00:21:06 +02:00
"webpack-dashboard" : "^3.3.8" ,
2024-05-28 01:18:15 +02:00
"workbox-webpack-plugin" : "^7.1.0"
2021-08-31 18:09:59 +02:00
} ,
2021-09-16 21:08:02 +02:00
"browser" : {
"crypto" : false
} ,
2021-08-31 18:09:59 +02:00
"browserslist" : [
2023-11-27 13:18:12 +01:00
"last 100 Chrome versions" ,
2023-06-01 11:40:26 +02:00
"last 40 Firefox versions" ,
2023-11-27 13:18:12 +01:00
"last 20 Edge versions" ,
"last 55 Safari versions" ,
"last 90 Android versions" ,
"last 250 ChromeAndroid versions" ,
"last 60 FirefoxAndroid versions" ,
"last 35 iOS versions" ,
2023-06-01 11:40:26 +02:00
"last 10 Opera versions" ,
"> 0.03%" ,
2023-11-27 13:18:12 +01:00
"not dead"
2021-08-31 18:09:59 +02:00
] ,
"engines" : {
2024-05-27 21:05:36 +02:00
"node" : ">= 18.18.0" ,
2021-08-31 18:09:59 +02:00
"npm" : ">= 6.14.8" ,
"yarn" : ">= 1.21.1"
2021-12-03 22:47:53 +01:00
}
2024-09-06 19:57:17 +02:00
}