mirror of
https://github.com/linuxserver/nano-checkout.git
synced 2026-02-20 08:40:41 +08:00
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:development ... Signed-off-by: dependabot[bot] <support@github.com>
57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"name": "nano-checkout",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"@thelamer/nanocurrency": "^2.5.1",
|
|
"core-js": "^3.6.5",
|
|
"qrcode": "^1.4.4",
|
|
"vue": "^2.6.11",
|
|
"vue-country-region-select": "^2.0.14",
|
|
"vue-google-login": "^2.0.5",
|
|
"vue-js-modal": "^2.0.0-rc.6",
|
|
"vue-notification": "^1.3.20",
|
|
"vue-qrcode": "^0.3.3",
|
|
"vuedraggable": "^2.23.2",
|
|
"yaml": "^1.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.29",
|
|
"@fortawesome/free-solid-svg-icons": "^5.13.1",
|
|
"@fortawesome/vue-fontawesome": "^0.1.10",
|
|
"@vue/cli-plugin-babel": "~4.4.0",
|
|
"@vue/cli-plugin-eslint": "~4.4.0",
|
|
"@vue/cli-service": "~4.4.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"node-sass": "^7.0.0",
|
|
"sass-loader": "^9.0.0",
|
|
"vue-template-compiler": "^2.6.11"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/essential",
|
|
"eslint:recommended"
|
|
],
|
|
"parserOptions": {
|
|
"parser": "babel-eslint"
|
|
},
|
|
"rules": {}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
]
|
|
}
|