update packages
This commit is contained in:
parent
04f3998d0c
commit
6ca6a5424f
@ -5,7 +5,11 @@ module.exports = {
|
|||||||
node: true
|
node: true
|
||||||
},
|
},
|
||||||
parserOptions: {
|
parserOptions: {
|
||||||
parser: 'babel-eslint'
|
parser: '@babel/eslint-parser',
|
||||||
|
requireConfigFile: false,
|
||||||
|
babelOptions: {
|
||||||
|
presets: ["@babel/preset-react"]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
extends: [
|
extends: [
|
||||||
'@nuxtjs',
|
'@nuxtjs',
|
||||||
|
@ -111,6 +111,14 @@ export default {
|
|||||||
** You can extend webpack config here
|
** You can extend webpack config here
|
||||||
*/
|
*/
|
||||||
extend(config, ctx) {},
|
extend(config, ctx) {},
|
||||||
babel: { compact: true }
|
babel: { compact: true },
|
||||||
|
loaders: {
|
||||||
|
sass: {
|
||||||
|
implementation: require('sass'),
|
||||||
|
},
|
||||||
|
scss: {
|
||||||
|
implementation: require('sass'),
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
3989
package-lock.json
generated
3989
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
11
package.json
11
package.json
@ -15,7 +15,7 @@
|
|||||||
"@nuxtjs/axios": "^5.13.6",
|
"@nuxtjs/axios": "^5.13.6",
|
||||||
"@nuxtjs/dayjs": "^1.4.1",
|
"@nuxtjs/dayjs": "^1.4.1",
|
||||||
"@nuxtjs/dotenv": "^1.4.1",
|
"@nuxtjs/dotenv": "^1.4.1",
|
||||||
"bootstrap": "^4.6.0",
|
"bootstrap": "^4.6.1",
|
||||||
"bootstrap-vue": "^2.21.2",
|
"bootstrap-vue": "^2.21.2",
|
||||||
"cookie-universal-nuxt": "^2.1.5",
|
"cookie-universal-nuxt": "^2.1.5",
|
||||||
"jwt-decode": "^3.1.2",
|
"jwt-decode": "^3.1.2",
|
||||||
@ -28,13 +28,14 @@
|
|||||||
"vuedraggable": "^2.24.3"
|
"vuedraggable": "^2.24.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@babel/eslint-parser": "^7.16.5",
|
||||||
|
"@babel/preset-react": "^7.16.7",
|
||||||
"@nuxtjs/eslint-config": "^5.0.0",
|
"@nuxtjs/eslint-config": "^5.0.0",
|
||||||
"@nuxtjs/eslint-module": "^3.0.2",
|
"@nuxtjs/eslint-module": "^3.0.2",
|
||||||
"@nuxtjs/style-resources": "^1.2.1",
|
"@nuxtjs/style-resources": "^1.2.1",
|
||||||
"babel-eslint": "^10.1.0",
|
"eslint": "^7.32.0",
|
||||||
"eslint": "^7.29.0",
|
|
||||||
"eslint-plugin-nuxt": ">=2.0.0",
|
"eslint-plugin-nuxt": ">=2.0.0",
|
||||||
"node-sass": "^5.0.0",
|
"sass": "^1.49.0",
|
||||||
"sass-loader": "^10.1.1"
|
"sass-loader": "^10.2.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user