Bumps [vuex-persist](https://github.com/championswimmer/vuex-persist) from 2.0.1 to 2.1.0. - [Release notes](https://github.com/championswimmer/vuex-persist/releases) - [Changelog](https://github.com/championswimmer/vuex-persist/blob/master/CHANGELOG.md) - [Commits](https://github.com/championswimmer/vuex-persist/compare/v2.0.1...v2.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
30 lines
652 B
JSON
30 lines
652 B
JSON
{
|
|
"name": "postwoman",
|
|
"version": "1.0.0",
|
|
"description": "Lightweight API request builder by Liyas Thomas",
|
|
"author": "liyasthomas",
|
|
"private": true,
|
|
"scripts": {
|
|
"predev": "node build.js --dev",
|
|
"dev": "nuxt",
|
|
|
|
"prebuild": "node build.js",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
|
|
"pregenerate": "node build.js",
|
|
"generate": "nuxt generate"
|
|
},
|
|
"dependencies": {
|
|
"@nuxtjs/axios": "^5.6.0",
|
|
"@nuxtjs/pwa": "^3.0.0-0",
|
|
"nuxt": "^2.9.2",
|
|
"vue-virtual-scroll-list": "^1.4.2",
|
|
"vuex-persist": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"node-sass": "^4.12.0",
|
|
"sass-loader": "^7.3.1"
|
|
}
|
|
}
|