{
|
|
"name": "flylocal",
|
|
"version": "5.0.4.2",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"generate": "nuxt generate",
|
|
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
|
|
"lint:style": "stylelint \"**/*.{vue,css}\" --ignore-path .gitignore",
|
|
"lint": "yarn lint:js && yarn lint:style"
|
|
},
|
|
"dependencies": {
|
|
"@nuxtjs/axios": "^5.13.6",
|
|
"@nuxtjs/dotenv": "^1.4.1",
|
|
"@nuxtjs/pwa": "^3.3.5",
|
|
"@nuxtjs/style-resources": "^1.2.1",
|
|
"airtable": "^0.11.1",
|
|
"autoprefixer": "^10.3.4",
|
|
"body-parser": "^1.19.0",
|
|
"cookie-parser": "^1.4.6",
|
|
"cookie-universal-nuxt": "^2.1.5",
|
|
"core-js": "^3.15.1",
|
|
"dotenv": "^10.0.0",
|
|
"express": "^4.17.1",
|
|
"leaflet": "^1.7.1",
|
|
"net": "^1.0.2",
|
|
"node-sass": "^6.0.1",
|
|
"nuxt": "^2.15.7",
|
|
"nuxt-leaflet": "^0.0.25",
|
|
"nuxt-segment-analytics": "^0.0.1",
|
|
"nuxt-vue-select": "^0.1.4",
|
|
"portier": "^0.4.3",
|
|
"tailwindcss": "^2.2.15",
|
|
"v-mask": "^2.3.0",
|
|
"vue-phone-number-input": "^1.1.12",
|
|
"vue-select": "^3.13.0",
|
|
"vue2-leaflet": "^2.7.1",
|
|
"vue2-leaflet-markercluster": "^3.1.0",
|
|
"vue2-leaflet-polylinedecorator": "^2.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@adinvadim/nuxt-segment-analytics": "^0.0.10",
|
|
"@babel/eslint-parser": "^7.14.7",
|
|
"@nuxtjs/eslint-config": "^6.0.1",
|
|
"@nuxtjs/eslint-module": "^3.0.2",
|
|
"@nuxtjs/stylelint-module": "^4.0.0",
|
|
"@nuxtjs/tailwindcss": "^4.2.1",
|
|
"eslint": "^7.29.0",
|
|
"eslint-plugin-nuxt": "^2.0.0",
|
|
"eslint-plugin-vue": "^7.12.1",
|
|
"postcss": "^8.3.6",
|
|
"sass": "^1.41.0",
|
|
"sass-loader": "10.1.1",
|
|
"stylelint": "^13.13.1",
|
|
"stylelint-config-standard": "^22.0.0"
|
|
}
|
|
}
|