mirror of
https://github.com/DCsunset/taskwarrior-webui.git
synced 2025-08-23 11:37:45 +02:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.2) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "NODE_OPTIONS=--openssl-legacy-provider nuxt",
|
|
"build": "nuxt-ts build",
|
|
"start": "nuxt-ts start",
|
|
"export": "nuxt-ts export",
|
|
"serve": "nuxt-ts serve",
|
|
"lint": "eslint --fix --ext .ts,.js,.vue ."
|
|
},
|
|
"dependencies": {
|
|
"@mdi/font": "^5.8.55",
|
|
"@nuxt/typescript-runtime": "^2.0.0",
|
|
"@nuxtjs/axios": "^5.12.2",
|
|
"@nuxtjs/proxy": "^2.0.1",
|
|
"@nuxtjs/pwa": "^3.2.2",
|
|
"@vue/composition-api": "^1.0.0-beta.18",
|
|
"lodash": "^4.17.20",
|
|
"moment": "^2.29.2",
|
|
"normalize-url": "^6.0.1",
|
|
"nuxt": "^2.14.7",
|
|
"nuxt-typed-vuex": "^0.1.22",
|
|
"typeface-open-sans": "1.1.13",
|
|
"url-regex-safe": "^2.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/types": "^2.14.7",
|
|
"@nuxt/typescript-build": "^2.0.3",
|
|
"@nuxtjs/eslint-config": "^4.0.0",
|
|
"@nuxtjs/eslint-config-typescript": "^4.0.0",
|
|
"@nuxtjs/eslint-module": "^3.0.0",
|
|
"@nuxtjs/vuetify": "^1.11.2",
|
|
"@types/lodash": "^4.14.163",
|
|
"@types/url-regex-safe": "^1.0.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^7.12.1",
|
|
"eslint-plugin-nuxt": "^1.0.0",
|
|
"taskwarrior-lib": "^0.4.2"
|
|
}
|
|
}
|