{
|
|
"name": "flylocal-v5-nuxt",
|
|
"version": "1.0.0",
|
|
"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/pwa": "^3.3.5",
|
|
"airtable": "^0.11.1",
|
|
"autoprefixer": "^10.3.4",
|
|
"core-js": "^3.15.1",
|
|
"leaflet": "^1.7.1",
|
|
"node-sass": "^6.0.1",
|
|
"nuxt": "^2.15.7",
|
|
"nuxt-leaflet": "^0.0.25",
|
|
"nuxt-vue-select": "^0.1.4",
|
|
"sass-loader": "^12.1.0",
|
|
"tailwindcss": "^2.2.15",
|
|
"vue-select": "^3.13.0",
|
|
"vue2-leaflet": "^2.7.1",
|
|
"vue2-leaflet-markercluster": "^3.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@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",
|
|
"stylelint": "^13.13.1",
|
|
"stylelint-config-standard": "^22.0.0"
|
|
}
|
|
}
|