nuxt-chatgpt 0.1.4 → 0.1.6
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/README.md +181 -182
- package/dist/module.json +1 -1
- package/dist/module.mjs +2 -2
- package/dist/runtime/composables/useChatgpt.mjs +1 -1
- package/dist/runtime/server/api/{chatgpt.mjs → openai.mjs} +1 -1
- package/package.json +69 -69
- /package/dist/runtime/server/api/{chatgpt.d.ts → openai.d.ts} +0 -0
package/README.md
CHANGED
|
@@ -1,182 +1,181 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
##
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
*
|
|
39
|
-
```sh
|
|
40
|
-
|
|
41
|
-
```
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
##
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
[
|
|
170
|
-
[
|
|
171
|
-
[
|
|
172
|
-
[
|
|
173
|
-
[
|
|
174
|
-
[
|
|
175
|
-
|
|
176
|
-
[
|
|
177
|
-
[
|
|
178
|
-
[
|
|
179
|
-
[
|
|
180
|
-
[
|
|
181
|
-
[
|
|
182
|
-
[Vue-url]: https://vuejs.org/
|
|
1
|
+
<!-- PROJECT LOGO -->
|
|
2
|
+
<br />
|
|
3
|
+
<div>
|
|
4
|
+
<h1>Nuxt Chatgpt</h3>
|
|
5
|
+
<img src="images/chatgpt-logo.png" alt="Logo">
|
|
6
|
+
|
|
7
|
+
> [ChatGPT](https://openai.com/) integration for [Nuxt 3](https://nuxt.com).
|
|
8
|
+
|
|
9
|
+
[![npm version][npm-version-src]][npm-version-href]
|
|
10
|
+
[![npm downloads][npm-downloads-src]][npm-downloads-href]
|
|
11
|
+
[![License][license-src]][license-href]
|
|
12
|
+
</div>
|
|
13
|
+
<br />
|
|
14
|
+
|
|
15
|
+
## About the module
|
|
16
|
+
|
|
17
|
+
This user-friendly module boasts of an easy integration process that enables seamless implementation into any [Nuxt 3](https://nuxt.com) project. With type-safe integration, you can integrate [ChatGPT](https://openai.com/) into your [Nuxt 3](https://nuxt.com) project without breaking a <b>sweat</b>. Enjoy easy access to the `send` method through the `useChatgpt()` composable. Additionally, the module guarantees <b><i>security</i></b> as requests are routed through a [Nitro Server](https://nuxt.com/docs/guide/concepts/server-engine), thus preventing the exposure of your <b>API Key</b>.
|
|
18
|
+
|
|
19
|
+
## Features
|
|
20
|
+
|
|
21
|
+
- 💪 Easy implementation into any [Nuxt 3](https://nuxt.com) project.
|
|
22
|
+
- 👉 Type-safe integration of Chatgpt into your [Nuxt 3](https://nuxt.com) project.
|
|
23
|
+
- 🕹️ Provides a `useChatgpt()` composable that grants easy access to the `send` method.
|
|
24
|
+
- 🔥 Ensures security by routing requests through a [Nitro Server](https://nuxt.com/docs/guide/concepts/server-engine), preventing the <b>API Key</b> from being exposed.
|
|
25
|
+
- 🧱 It is lightweight and performs well.
|
|
26
|
+
|
|
27
|
+
## Getting Started
|
|
28
|
+
|
|
29
|
+
1. Add nuxt-chatgpt dependency to your project
|
|
30
|
+
* npm
|
|
31
|
+
```sh
|
|
32
|
+
npm install --save-dev nuxt-chatgpt
|
|
33
|
+
```
|
|
34
|
+
* pnpm
|
|
35
|
+
```sh
|
|
36
|
+
pnpm add -D nuxt-chatgpt
|
|
37
|
+
```
|
|
38
|
+
* yarn
|
|
39
|
+
```sh
|
|
40
|
+
yarn add --dev nuxt-chatgpt
|
|
41
|
+
```
|
|
42
|
+
2. Add nuxt-chatgpt to the modules section of nuxt.config.ts
|
|
43
|
+
|
|
44
|
+
```js
|
|
45
|
+
export default defineNuxtConfig({
|
|
46
|
+
modules: ["nuxt-chatgpt"],
|
|
47
|
+
|
|
48
|
+
// entirely optional
|
|
49
|
+
chatgpt: {
|
|
50
|
+
apiKey: 'Your apiKey here goes here'
|
|
51
|
+
},
|
|
52
|
+
})
|
|
53
|
+
```
|
|
54
|
+
That's it! You can now use Nuxt Chatgpt in your Nuxt app 🔥
|
|
55
|
+
|
|
56
|
+
## Example & Usage
|
|
57
|
+
|
|
58
|
+
To access the `send` method in the nuxt-chatgpt module, you can use the `useChatgpt()` composable, which provides easy access to the method. The send method requires two parameters:
|
|
59
|
+
|
|
60
|
+
- `message`: a string representing the text message that you want to send to the GPT-3 model for processing.
|
|
61
|
+
- `options`: an optional object that specifies any additional options you want to pass to the API request, such as the GPT-3 model ID, the number of responses to generate, and the maximum length of each response.
|
|
62
|
+
|
|
63
|
+
```js
|
|
64
|
+
const { send } = useChatgpt()
|
|
65
|
+
|
|
66
|
+
const data = ref('')
|
|
67
|
+
const message = ref('')
|
|
68
|
+
|
|
69
|
+
async function sendMessage() {
|
|
70
|
+
const response = await send(message.value)
|
|
71
|
+
data.value = response
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
```html
|
|
77
|
+
<template>
|
|
78
|
+
<div>
|
|
79
|
+
<input v-model="message">
|
|
80
|
+
<button
|
|
81
|
+
@click="sendMessage"
|
|
82
|
+
v-text="'Send'"
|
|
83
|
+
/>
|
|
84
|
+
<div>{{ data }}</div>
|
|
85
|
+
</div>
|
|
86
|
+
</template>
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
## Module Options
|
|
90
|
+
|
|
91
|
+
| Name | Type | Default | Description |
|
|
92
|
+
|--|--|--|--|
|
|
93
|
+
|**apiKey**|`String`|`xxxxxx`|Your apiKey here goes here
|
|
94
|
+
|**isEnabled**|`Boolean`|`true`| Enable or disable the module. `True` by default.
|
|
95
|
+
|
|
96
|
+
<!-- CONTRIBUTING -->
|
|
97
|
+
## Contributing
|
|
98
|
+
|
|
99
|
+
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
|
|
100
|
+
|
|
101
|
+
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
|
|
102
|
+
Don't forget to give the project a star! Thanks again!
|
|
103
|
+
|
|
104
|
+
1. Fork the Project
|
|
105
|
+
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
|
|
106
|
+
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
|
|
107
|
+
4. Push to the Branch (`git push origin feature/AmazingFeature`)
|
|
108
|
+
5. Open a Pull Request
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
<!-- LICENSE -->
|
|
112
|
+
## License
|
|
113
|
+
|
|
114
|
+
Distributed under the MIT License. See `LICENSE.txt` for more information.
|
|
115
|
+
|
|
116
|
+
<!-- CONTACT -->
|
|
117
|
+
## Contact
|
|
118
|
+
|
|
119
|
+
Oliver Trajceski - [LinkedIn](https://mk.linkedin.com/in/oliver-trajceski-8a28b070) - oliver@akrinum.com
|
|
120
|
+
|
|
121
|
+
Project Link: [https://github.com/schnapsterdog/nuxt-chatgpt](https://github.com/schnapsterdog/nuxt-chatgpt)
|
|
122
|
+
|
|
123
|
+
## Development
|
|
124
|
+
|
|
125
|
+
```bash
|
|
126
|
+
# Install dependencies
|
|
127
|
+
npm install
|
|
128
|
+
|
|
129
|
+
# Generate type stubs
|
|
130
|
+
npm run dev:prepare
|
|
131
|
+
|
|
132
|
+
# Develop with the playground
|
|
133
|
+
npm run dev
|
|
134
|
+
|
|
135
|
+
# Build the playground
|
|
136
|
+
npm run dev:build
|
|
137
|
+
|
|
138
|
+
# Run ESLint
|
|
139
|
+
npm run lint
|
|
140
|
+
|
|
141
|
+
# Run Vitest
|
|
142
|
+
npm run test
|
|
143
|
+
npm run test:watch
|
|
144
|
+
|
|
145
|
+
# Release new version
|
|
146
|
+
npm run release
|
|
147
|
+
```
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
<!-- ACKNOWLEDGMENTS -->
|
|
151
|
+
## Acknowledgments
|
|
152
|
+
|
|
153
|
+
Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!
|
|
154
|
+
|
|
155
|
+
* [Choose an Open Source License](https://choosealicense.com)
|
|
156
|
+
* [Img Shields](https://shields.io)
|
|
157
|
+
* [GitHub Pages](https://pages.github.com)
|
|
158
|
+
|
|
159
|
+
<!-- MARKDOWN LINKS & IMAGES -->
|
|
160
|
+
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
|
|
161
|
+
[contributors-shield]: https://img.shields.io/github/contributors/schnapsterdog/nuxt-chatgpt.svg?style=for-the-badge
|
|
162
|
+
[contributors-url]: https://github.com/schnapsterdog/nuxt-chatgpt/graphs/contributors
|
|
163
|
+
[downloads-shield]: https://img.shields.io/npm/dw/nuxt-chatgpt.svg?style=for-the-badge
|
|
164
|
+
[downloads-url]: https://www.npmjs.com/package/nuxt-chatgpt
|
|
165
|
+
[stars-shield]: https://img.shields.io/github/stars/nuxt-chatgpt.svg?style=for-the-badge
|
|
166
|
+
[stars-url]: https://github.com/schnapsterdog/nuxt-chatgpt/stargazers
|
|
167
|
+
[issues-shield]: https://img.shields.io/github/issues/schnapsterdog/nuxt-chatgpt.svg?style=for-the-badge
|
|
168
|
+
[issues-url]: https://github.com/schnapsterdog/nuxt-chatgpt/issues
|
|
169
|
+
[license-shield]: https://img.shields.io/github/license/schnapsterdog/nuxt-chatgpt.svg?style=for-the-badge
|
|
170
|
+
[license-url]: https://github.com/schnapsterdog/nuxt-chatgpt/blob/master/LICENSE.txt
|
|
171
|
+
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
|
|
172
|
+
[linkedin-url]: https://mk.linkedin.com/in/oliver-trajceski-8a28b070
|
|
173
|
+
[Vue.js]: https://img.shields.io/badge/Vue.js-35495E?style=for-the-badge&logo=vuedotjs&logoColor=4FC08D
|
|
174
|
+
[Vue-url]: https://vuejs.org/
|
|
175
|
+
|
|
176
|
+
[npm-version-src]: https://img.shields.io/npm/v/nuxt-chatgpt/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
|
|
177
|
+
[npm-version-href]: https://npmjs.com/package/nuxt-chatgpt
|
|
178
|
+
[npm-downloads-src]: https://img.shields.io/npm/dm/nuxt-chatgpt.svg?style=flat&colorA=18181B&colorB=28CF8D
|
|
179
|
+
[npm-downloads-href]: https://npmjs.com/package/nuxt-chatgpt
|
|
180
|
+
[license-src]: https://img.shields.io/npm/l/nuxt-chatgpt.svg?style=flat&colorA=18181B&colorB=28CF8D
|
|
181
|
+
[license-href]: https://npmjs.com/package/nuxt-chatgpt
|
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -31,9 +31,9 @@ const module = defineNuxtModule({
|
|
|
31
31
|
};
|
|
32
32
|
addImportsDir(resolve("./runtime/composables"));
|
|
33
33
|
addServerHandler({
|
|
34
|
-
route: "/api/
|
|
34
|
+
route: "/api/openai",
|
|
35
35
|
method: "post",
|
|
36
|
-
handler: resolve(runtimeDir, "server/api/
|
|
36
|
+
handler: resolve(runtimeDir, "server/api/openai")
|
|
37
37
|
});
|
|
38
38
|
nuxt.options.build.transpile.push(runtimeDir);
|
|
39
39
|
}
|
|
@@ -3,7 +3,7 @@ import { getBody, getHeaders } from "../utils/index.mjs";
|
|
|
3
3
|
export const useChatgpt = () => {
|
|
4
4
|
const send = async (message) => {
|
|
5
5
|
try {
|
|
6
|
-
return await $fetch("/api/
|
|
6
|
+
return await $fetch("/api/openai", {
|
|
7
7
|
method: "POST",
|
|
8
8
|
headers: getHeaders(),
|
|
9
9
|
body: getBody(message)
|
package/package.json
CHANGED
|
@@ -1,69 +1,69 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "nuxt-chatgpt",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "ChatGPT integration for Nuxt 3",
|
|
5
|
-
"license": "MIT",
|
|
6
|
-
"type": "module",
|
|
7
|
-
"homepage": "https://vuemadness.com.com/nuxt-chatgpt",
|
|
8
|
-
"bugs": {
|
|
9
|
-
"url": "https://github.com/schnapsterdog/nuxt-chatgpt/issues"
|
|
10
|
-
},
|
|
11
|
-
"repository": {
|
|
12
|
-
"type": "git",
|
|
13
|
-
"url": "git+https://github.com/schnapsterdog/nuxt-chatgpt"
|
|
14
|
-
},
|
|
15
|
-
"contributors": [
|
|
16
|
-
{
|
|
17
|
-
"name": "Oliver Trajceski (@schnapsterdog)"
|
|
18
|
-
}
|
|
19
|
-
],
|
|
20
|
-
"author": {
|
|
21
|
-
"name": "Oliver Trajceski",
|
|
22
|
-
"email": "oliver@akrinum.com"
|
|
23
|
-
},
|
|
24
|
-
"keywords": [
|
|
25
|
-
"vue3",
|
|
26
|
-
"nuxt3",
|
|
27
|
-
"nuxt",
|
|
28
|
-
"nuxt.js",
|
|
29
|
-
"nuxt-chatgpt"
|
|
30
|
-
],
|
|
31
|
-
"exports": {
|
|
32
|
-
".": {
|
|
33
|
-
"types": "./dist/types.d.ts",
|
|
34
|
-
"import": "./dist/module.mjs",
|
|
35
|
-
"require": "./dist/module.cjs"
|
|
36
|
-
}
|
|
37
|
-
},
|
|
38
|
-
"main": "./dist/module.cjs",
|
|
39
|
-
"types": "./dist/types.d.ts",
|
|
40
|
-
"files": [
|
|
41
|
-
"dist"
|
|
42
|
-
],
|
|
43
|
-
"scripts": {
|
|
44
|
-
"prepack": "nuxt-module-build",
|
|
45
|
-
"dev": "nuxi dev playground",
|
|
46
|
-
"dev:build": "nuxi build playground",
|
|
47
|
-
"dev:generate": "nuxi generate playground",
|
|
48
|
-
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
|
|
49
|
-
"dev:preview": "nuxi preview playground",
|
|
50
|
-
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
|
|
51
|
-
"lint": "eslint .",
|
|
52
|
-
"test": "vitest run",
|
|
53
|
-
"test:watch": "vitest watch"
|
|
54
|
-
},
|
|
55
|
-
"dependencies": {
|
|
56
|
-
"@nuxt/kit": "^3.
|
|
57
|
-
"openai": "^3.2.1"
|
|
58
|
-
},
|
|
59
|
-
"devDependencies": {
|
|
60
|
-
"@nuxt/eslint-config": "^0.1.1",
|
|
61
|
-
"@nuxt/module-builder": "^0.2.1",
|
|
62
|
-
"@nuxt/schema": "^3.
|
|
63
|
-
"@nuxt/test-utils": "^3.
|
|
64
|
-
"changelogen": "^0.
|
|
65
|
-
"eslint": "^8.
|
|
66
|
-
"nuxt": "^3.
|
|
67
|
-
"vitest": "^0.
|
|
68
|
-
}
|
|
69
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "nuxt-chatgpt",
|
|
3
|
+
"version": "0.1.6",
|
|
4
|
+
"description": "ChatGPT integration for Nuxt 3",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"homepage": "https://vuemadness.com.com/nuxt-chatgpt",
|
|
8
|
+
"bugs": {
|
|
9
|
+
"url": "https://github.com/schnapsterdog/nuxt-chatgpt/issues"
|
|
10
|
+
},
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "git+https://github.com/schnapsterdog/nuxt-chatgpt"
|
|
14
|
+
},
|
|
15
|
+
"contributors": [
|
|
16
|
+
{
|
|
17
|
+
"name": "Oliver Trajceski (@schnapsterdog)"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"author": {
|
|
21
|
+
"name": "Oliver Trajceski",
|
|
22
|
+
"email": "oliver@akrinum.com"
|
|
23
|
+
},
|
|
24
|
+
"keywords": [
|
|
25
|
+
"vue3",
|
|
26
|
+
"nuxt3",
|
|
27
|
+
"nuxt",
|
|
28
|
+
"nuxt.js",
|
|
29
|
+
"nuxt-chatgpt"
|
|
30
|
+
],
|
|
31
|
+
"exports": {
|
|
32
|
+
".": {
|
|
33
|
+
"types": "./dist/types.d.ts",
|
|
34
|
+
"import": "./dist/module.mjs",
|
|
35
|
+
"require": "./dist/module.cjs"
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"main": "./dist/module.cjs",
|
|
39
|
+
"types": "./dist/types.d.ts",
|
|
40
|
+
"files": [
|
|
41
|
+
"dist"
|
|
42
|
+
],
|
|
43
|
+
"scripts": {
|
|
44
|
+
"prepack": "nuxt-module-build",
|
|
45
|
+
"dev": "nuxi dev playground",
|
|
46
|
+
"dev:build": "nuxi build playground",
|
|
47
|
+
"dev:generate": "nuxi generate playground",
|
|
48
|
+
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
|
|
49
|
+
"dev:preview": "nuxi preview playground",
|
|
50
|
+
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
|
|
51
|
+
"lint": "eslint .",
|
|
52
|
+
"test": "vitest run",
|
|
53
|
+
"test:watch": "vitest watch"
|
|
54
|
+
},
|
|
55
|
+
"dependencies": {
|
|
56
|
+
"@nuxt/kit": "^3.1.1",
|
|
57
|
+
"openai": "^3.2.1"
|
|
58
|
+
},
|
|
59
|
+
"devDependencies": {
|
|
60
|
+
"@nuxt/eslint-config": "^0.1.1",
|
|
61
|
+
"@nuxt/module-builder": "^0.2.1",
|
|
62
|
+
"@nuxt/schema": "^3.1.1",
|
|
63
|
+
"@nuxt/test-utils": "^3.1.1",
|
|
64
|
+
"changelogen": "^0.4.1",
|
|
65
|
+
"eslint": "^8.32.0",
|
|
66
|
+
"nuxt": "^3.1.1",
|
|
67
|
+
"vitest": "^0.28.2"
|
|
68
|
+
}
|
|
69
|
+
}
|
|
File without changes
|