@byu-oit/nuxt-common 2.17.6 → 2.17.8-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +53 -52
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@byu-oit/nuxt-common",
|
|
3
|
-
"version": "2.17.
|
|
3
|
+
"version": "2.17.8-beta.0",
|
|
4
4
|
"description": "BYU Front End common module for Nuxt.js",
|
|
5
5
|
"author": "BYU Apps Custom",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -18,56 +18,57 @@
|
|
|
18
18
|
"dist"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@babel/core": "
|
|
22
|
-
"@byuweb/browser-oauth": "
|
|
23
|
-
"@nuxt/types": "
|
|
24
|
-
"@nuxt/typescript-build": "
|
|
25
|
-
"@nuxtjs/axios": "
|
|
26
|
-
"@nuxtjs/eslint-config": "
|
|
27
|
-
"@nuxtjs/eslint-config-typescript": "
|
|
28
|
-
"@nuxtjs/eslint-module": "
|
|
29
|
-
"@nuxtjs/vuetify": "
|
|
30
|
-
"@testing-library/jest-dom": "
|
|
31
|
-
"@types/js-beautify": "
|
|
32
|
-
"@types/lodash": "
|
|
33
|
-
"@types/
|
|
34
|
-
"@types/
|
|
35
|
-
"@
|
|
36
|
-
"@typescript-eslint/
|
|
37
|
-
"@
|
|
38
|
-
"@vue/
|
|
39
|
-
"@vue/eslint-config-
|
|
40
|
-
"@vue/
|
|
41
|
-
"@vue/
|
|
42
|
-
"@vue/
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"dotenv": "
|
|
46
|
-
"dynamic-import-polyfill": "
|
|
47
|
-
"eslint": "
|
|
48
|
-
"eslint-config-prettier": "
|
|
49
|
-
"eslint-config-standard": "
|
|
50
|
-
"eslint-plugin-import": "
|
|
51
|
-
"eslint-plugin-jest": "
|
|
52
|
-
"eslint-plugin-node": "
|
|
53
|
-
"eslint-plugin-nuxt": "
|
|
54
|
-
"eslint-plugin-prettier": "
|
|
55
|
-
"eslint-plugin-promise": "
|
|
56
|
-
"eslint-plugin-standard": "
|
|
57
|
-
"eslint-plugin-vue": "
|
|
58
|
-
"eslint-plugin-vuetify": "
|
|
59
|
-
"flush-promises": "
|
|
60
|
-
"husky": "
|
|
61
|
-
"lodash": "
|
|
62
|
-
"lru-cache": "
|
|
63
|
-
"nuxt": "
|
|
64
|
-
"nuxt-property-decorator": "
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"ts-
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"vuex-
|
|
21
|
+
"@babel/core": "~7.20.12",
|
|
22
|
+
"@byuweb/browser-oauth": "~1.0.3",
|
|
23
|
+
"@nuxt/types": "~2.16.0",
|
|
24
|
+
"@nuxt/typescript-build": "~2.1.0",
|
|
25
|
+
"@nuxtjs/axios": "~5.13.6",
|
|
26
|
+
"@nuxtjs/eslint-config": "~10.0.0",
|
|
27
|
+
"@nuxtjs/eslint-config-typescript": "~10.0.0",
|
|
28
|
+
"@nuxtjs/eslint-module": "~3.1.0",
|
|
29
|
+
"@nuxtjs/vuetify": "~1.12.3",
|
|
30
|
+
"@testing-library/jest-dom": "~5.16.5",
|
|
31
|
+
"@types/js-beautify": "~1.13.3",
|
|
32
|
+
"@types/lodash": "~4.14.191",
|
|
33
|
+
"@types/superagent": "~4.1.16",
|
|
34
|
+
"@types/vue-moment": "~4.0.3",
|
|
35
|
+
"@typescript-eslint/eslint-plugin": "5.32.0",
|
|
36
|
+
"@typescript-eslint/parser": "5.32.0",
|
|
37
|
+
"@vue/cli-plugin-unit-jest": "~5.0.8",
|
|
38
|
+
"@vue/eslint-config-standard": "~8.0.1",
|
|
39
|
+
"@vue/eslint-config-typescript": "~11.0.2",
|
|
40
|
+
"@vue/server-test-utils": "~1.3.0",
|
|
41
|
+
"@vue/test-utils": "~1.3.4",
|
|
42
|
+
"@vue/vue2-jest": "~27.0.0",
|
|
43
|
+
"babel-polyfill": "~6.26.0",
|
|
44
|
+
"cross-env": "~7.0.3",
|
|
45
|
+
"dotenv": "~16.0.3",
|
|
46
|
+
"dynamic-import-polyfill": "~0.1.1",
|
|
47
|
+
"eslint": "~8.34.0",
|
|
48
|
+
"eslint-config-prettier": "~8.6.0",
|
|
49
|
+
"eslint-config-standard": "~17.0.0",
|
|
50
|
+
"eslint-plugin-import": "~2.27.5",
|
|
51
|
+
"eslint-plugin-jest": "~26.9.0",
|
|
52
|
+
"eslint-plugin-node": "~11.1.0",
|
|
53
|
+
"eslint-plugin-nuxt": "~3.2.0",
|
|
54
|
+
"eslint-plugin-prettier": "~4.2.1",
|
|
55
|
+
"eslint-plugin-promise": "~6.1.1",
|
|
56
|
+
"eslint-plugin-standard": "~5.0.0",
|
|
57
|
+
"eslint-plugin-vue": "~9.9.0",
|
|
58
|
+
"eslint-plugin-vuetify": "~1.1.0",
|
|
59
|
+
"flush-promises": "~1.0.2",
|
|
60
|
+
"husky": "~8.0.3",
|
|
61
|
+
"lodash": "~4.17.21",
|
|
62
|
+
"lru-cache": "~7.14.1",
|
|
63
|
+
"nuxt": "~2.16.1",
|
|
64
|
+
"nuxt-property-decorator": "~2.9.1",
|
|
65
|
+
"postcss": "~8.4.21",
|
|
66
|
+
"swagger-typescript-codegen": "~3.2.4",
|
|
67
|
+
"ts-jest": "~27.1.5",
|
|
68
|
+
"ts-node": "~10.9.1",
|
|
69
|
+
"vue-moment": "~4.1.0",
|
|
70
|
+
"vuetify-dialog": "~2.0.17",
|
|
71
|
+
"vuex-class": "~0.3.2",
|
|
72
|
+
"vuex-mock-store": "~0.0.8"
|
|
72
73
|
}
|
|
73
74
|
}
|