|
1 | 1 | {
|
2 |
| - "name": "integration_openai", |
3 |
| - "version": "1.2.0", |
4 |
| - "description": "OpenAI integration", |
5 |
| - "main": "index.js", |
6 |
| - "directories": { |
7 |
| - "test": "tests" |
8 |
| - }, |
9 |
| - "type": "module", |
10 |
| - "scripts": { |
11 |
| - "build": "NODE_ENV=production vite --mode production build", |
12 |
| - "dev": "NODE_ENV=development vite --mode development build", |
13 |
| - "watch": "NODE_ENV=development vite --mode development build --watch", |
14 |
| - "lint": "eslint --ext .js,.vue src", |
15 |
| - "lint:fix": "eslint --ext .js,.vue src --fix", |
16 |
| - "stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css", |
17 |
| - "stylelint:fix": "stylelint src/**/*.vue src/**/*.scss src/**/*.css --fix" |
18 |
| - }, |
19 |
| - "repository": { |
20 |
| - "type": "git", |
21 |
| - "url": "https://github.com/julien-nc/integration_openai" |
22 |
| - }, |
23 |
| - "keywords": [ |
24 |
| - "openai", |
25 |
| - "dall-e", |
26 |
| - "chatgpt" |
27 |
| - ], |
28 |
| - "author": "Julien Veyssier", |
29 |
| - "license": "AGPL-3.0-or-later", |
30 |
| - "bugs": { |
31 |
| - "url": "https://github.com/julien-nc/integration_openai/issues" |
32 |
| - }, |
33 |
| - "homepage": "https://github.com/julien-nc/integration_openai", |
34 |
| - "browserslist": [ |
35 |
| - "extends @nextcloud/browserslist-config" |
36 |
| - ], |
37 |
| - "engines": { |
38 |
| - "node": "^20.0.0", |
39 |
| - "npm": "^9.0.0 || ^10.0.0" |
40 |
| - }, |
41 |
| - "dependencies": { |
42 |
| - "@nextcloud/auth": "^2.4.0", |
43 |
| - "@nextcloud/axios": "^2.5.1", |
44 |
| - "@nextcloud/dialogs": "^7.0.0-rc.1", |
45 |
| - "@nextcloud/initial-state": "^2.2.0", |
46 |
| - "@nextcloud/l10n": "^3.2.0", |
47 |
| - "@nextcloud/moment": "^1.3.2", |
48 |
| - "@nextcloud/password-confirmation": "^6.0.0-rc.0", |
49 |
| - "@nextcloud/router": "^3.0.1", |
50 |
| - "@nextcloud/vue": "^9.0.0-rc.2", |
51 |
| - "debounce": "^2.2.0", |
52 |
| - "vue": "^3.5.16", |
53 |
| - "vue-material-design-icons": "^5.3.1" |
54 |
| - }, |
55 |
| - "devDependencies": { |
56 |
| - "@nextcloud/babel-config": "^1.2.0", |
57 |
| - "@nextcloud/browserslist-config": "^3.0.1", |
58 |
| - "@nextcloud/eslint-config": "^8.4.2", |
59 |
| - "@nextcloud/stylelint-config": "^3.0.1", |
60 |
| - "@nextcloud/vite-config": "^2.3.5", |
61 |
| - "vite-plugin-eslint": "^1.8.1", |
62 |
| - "vite-plugin-stylelint": "^6.0.0" |
63 |
| - } |
| 2 | + "name": "integration_openai", |
| 3 | + "version": "1.2.0", |
| 4 | + "description": "OpenAI integration", |
| 5 | + "main": "index.js", |
| 6 | + "directories": { |
| 7 | + "test": "tests" |
| 8 | + }, |
| 9 | + "type": "module", |
| 10 | + "scripts": { |
| 11 | + "build": "NODE_ENV=production vite --mode production build", |
| 12 | + "dev": "NODE_ENV=development vite --mode development build", |
| 13 | + "watch": "NODE_ENV=development vite --mode development build --watch", |
| 14 | + "lint": "eslint --ext .js,.vue src", |
| 15 | + "lint:fix": "eslint --ext .js,.vue src --fix", |
| 16 | + "stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css", |
| 17 | + "stylelint:fix": "stylelint src/**/*.vue src/**/*.scss src/**/*.css --fix" |
| 18 | + }, |
| 19 | + "repository": { |
| 20 | + "type": "git", |
| 21 | + "url": "https://github.com/julien-nc/integration_openai" |
| 22 | + }, |
| 23 | + "keywords": [ |
| 24 | + "openai", |
| 25 | + "dall-e", |
| 26 | + "chatgpt" |
| 27 | + ], |
| 28 | + "author": "Julien Veyssier", |
| 29 | + "license": "AGPL-3.0-or-later", |
| 30 | + "bugs": { |
| 31 | + "url": "https://github.com/julien-nc/integration_openai/issues" |
| 32 | + }, |
| 33 | + "homepage": "https://github.com/julien-nc/integration_openai", |
| 34 | + "browserslist": [ |
| 35 | + "extends @nextcloud/browserslist-config" |
| 36 | + ], |
| 37 | + "engines": { |
| 38 | + "node": "^22.0.0", |
| 39 | + "npm": "^10.5.0" |
| 40 | + }, |
| 41 | + "dependencies": { |
| 42 | + "@nextcloud/auth": "^2.4.0", |
| 43 | + "@nextcloud/axios": "^2.5.1", |
| 44 | + "@nextcloud/dialogs": "^7.0.0-rc.1", |
| 45 | + "@nextcloud/initial-state": "^2.2.0", |
| 46 | + "@nextcloud/l10n": "^3.2.0", |
| 47 | + "@nextcloud/moment": "^1.3.2", |
| 48 | + "@nextcloud/password-confirmation": "^6.0.0-rc.0", |
| 49 | + "@nextcloud/router": "^3.0.1", |
| 50 | + "@nextcloud/vue": "^9.0.0-rc.2", |
| 51 | + "debounce": "^2.2.0", |
| 52 | + "vue": "^3.5.16", |
| 53 | + "vue-material-design-icons": "^5.3.1" |
| 54 | + }, |
| 55 | + "devDependencies": { |
| 56 | + "@nextcloud/babel-config": "^1.2.0", |
| 57 | + "@nextcloud/browserslist-config": "^3.0.1", |
| 58 | + "@nextcloud/eslint-config": "^8.4.2", |
| 59 | + "@nextcloud/stylelint-config": "^3.0.1", |
| 60 | + "@nextcloud/vite-config": "^2.3.5", |
| 61 | + "vite-plugin-eslint": "^1.8.1", |
| 62 | + "vite-plugin-stylelint": "^6.0.0" |
| 63 | + } |
64 | 64 | }
|
0 commit comments