mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependency [node-sass](https://github.com/sass/node-sass). These dependencies need to be updated together. Removes `tough-cookie` Updates `node-sass` from 4.14.1 to 9.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...v9.0.0) --- updated-dependencies: - dependency-name: tough-cookie dependency-type: indirect - dependency-name: node-sass dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
51 lines
1.5 KiB
JSON
51 lines
1.5 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "npm run development",
|
|
"development": "mix",
|
|
"watch": "mix watch",
|
|
"watch-poll": "mix watch -- --watch-options-poll=1000",
|
|
"hot": "mix watch --hot",
|
|
"prod": "npm run production",
|
|
"production": "mix --production"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.8",
|
|
"axios": "^0.21.4",
|
|
"cross-env": "^5.1",
|
|
"laravel-echo": "^1.13.1",
|
|
"laravel-mix": "^6.0.49",
|
|
"postcss": "^8.4.14",
|
|
"prettier": "^2.7.1",
|
|
"prettier-plugin-import-sort": "0.0.7",
|
|
"prettier-plugin-tailwindcss": "^0.1.13",
|
|
"pusher-js": "^7.3.0",
|
|
"resolve-url-loader": "^2.3.1",
|
|
"sass": "^1.54.3",
|
|
"sass-loader": "^8.0.2",
|
|
"tailwindcss": "^3.1.7",
|
|
"tailwindcss-debug-screens": "^2.2.1",
|
|
"vue-loader": "^15.10.0",
|
|
"vue-template-compiler": "^2.7.8"
|
|
},
|
|
"dependencies": {
|
|
"@paypal/paypal-js": "^4.2.2",
|
|
"@stripe/stripe-js": "^1.35.0",
|
|
"datatransfer-files-promise": "^1.3.1",
|
|
"lodash": "^4.17.21",
|
|
"node-sass": "^9.0.0",
|
|
"pdfvuer": "^1.9.2",
|
|
"tailwind-scrollbar-hide": "^1.1.7",
|
|
"twemoji": "^13.1.1",
|
|
"v-click-outside": "^3.2.0",
|
|
"vee-validate": "^3.4.14",
|
|
"vue": "^2.7.8",
|
|
"vue-analytics": "^5.22.1",
|
|
"vue-feather-icons": "^5.1.0",
|
|
"vue-i18n": "^8.27.2",
|
|
"vue-recaptcha-v3": "^1.9.0",
|
|
"vue-router": "^3.5.4",
|
|
"vuex": "^3.6.2"
|
|
}
|
|
}
|