dependabot[bot] 34a94bfa3f
Bump node-sass from 4.14.1 to 7.0.0 in /tubio-frontend-nuxt-app
Bumps [node-sass](https://github.com/sass/node-sass) from 4.14.1 to 7.0.0.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.14.1...v7.0.0)

---
updated-dependencies:
- dependency-name: node-sass
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-11 00:16:23 +00:00

29 lines
697 B
JSON

{
"name": "tubio-frontend-nuxt-app",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:style": "stylelint **/*.{vue,css} --ignore-path .gitignore",
"lint": "yarn lint:style"
},
"dependencies": {
"@nuxtjs/axios": "^5.12.2",
"core-js": "^3.6.5",
"node-sass": "^7.0.0",
"nuxt": "^2.14.5",
"sass": "^1.26.11",
"sass-loader": "^10.0.2",
"tailwind": "^4.0.0"
},
"devDependencies": {
"@nuxtjs/stylelint-module": "^4.0.0",
"@nuxtjs/tailwindcss": "^3.0.2",
"stylelint": "^13.7.0",
"stylelint-config-standard": "^20.0.0"
}
}