|
1 | 1 | {
|
2 |
| - "name": "assistant", |
3 |
| - "version": "0.0.1", |
4 |
| - "description": "Nextcloud Assistant", |
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/nextcloud/assistant" |
22 |
| - }, |
23 |
| - "keywords": [ |
24 |
| - "artificial intelligence", |
25 |
| - "text processing" |
26 |
| - ], |
27 |
| - "author": "Julien Veyssier", |
28 |
| - "license": "AGPL-3.0", |
29 |
| - "bugs": { |
30 |
| - "url": "https://github.com/nextcloud/assistant/issues" |
31 |
| - }, |
32 |
| - "homepage": "https://github.com/nextcloud/assistant", |
33 |
| - "browserslist": [ |
34 |
| - "extends @nextcloud/browserslist-config" |
35 |
| - ], |
36 |
| - "engines": { |
37 |
| - "node": "^20.0.0", |
38 |
| - "npm": "^10.0.0" |
39 |
| - }, |
40 |
| - "dependencies": { |
41 |
| - "@mdi/js": "^7.4.47", |
42 |
| - "@mdi/svg": "^7.4.47", |
43 |
| - "@nextcloud/auth": "^2.0.0", |
44 |
| - "@nextcloud/axios": "^2.0.0", |
45 |
| - "@nextcloud/dialogs": "^6.0.0", |
46 |
| - "@nextcloud/event-bus": "^3.1.0", |
47 |
| - "@nextcloud/initial-state": "^2.0.0", |
48 |
| - "@nextcloud/l10n": "^3.1.0", |
49 |
| - "@nextcloud/moment": "^1.3.1", |
50 |
| - "@nextcloud/router": "^3.0.0", |
51 |
| - "@nextcloud/vue": "^8.1.0", |
52 |
| - "extendable-media-recorder": "^9.2.11", |
53 |
| - "moment": "^2.30.1", |
54 |
| - "v-click-outside": "^3.2.0", |
55 |
| - "vue": "^2.7.12", |
56 |
| - "vue-clipboard2": "^0.3.3", |
57 |
| - "vue-material-design-icons": "^5.1.2" |
58 |
| - }, |
59 |
| - "devDependencies": { |
60 |
| - "@nextcloud/babel-config": "^1.0.0", |
61 |
| - "@nextcloud/browserslist-config": "^3.0.0", |
62 |
| - "@nextcloud/eslint-config": "^8.0.0", |
63 |
| - "@nextcloud/stylelint-config": "^3.0.1", |
64 |
| - "@nextcloud/vite-config": "^1.4.2", |
65 |
| - "vite-plugin-eslint": "^1.8.1", |
66 |
| - "vite-plugin-stylelint": "^5.3.1" |
67 |
| - } |
| 2 | + "name": "assistant", |
| 3 | + "version": "0.0.1", |
| 4 | + "description": "Nextcloud Assistant", |
| 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/nextcloud/assistant" |
| 22 | + }, |
| 23 | + "keywords": [ |
| 24 | + "artificial intelligence", |
| 25 | + "text processing" |
| 26 | + ], |
| 27 | + "author": "Julien Veyssier", |
| 28 | + "license": "AGPL-3.0", |
| 29 | + "bugs": { |
| 30 | + "url": "https://github.com/nextcloud/assistant/issues" |
| 31 | + }, |
| 32 | + "homepage": "https://github.com/nextcloud/assistant", |
| 33 | + "browserslist": [ |
| 34 | + "extends @nextcloud/browserslist-config" |
| 35 | + ], |
| 36 | + "engines": { |
| 37 | + "node": "^22.0.0", |
| 38 | + "npm": "^10.0.0" |
| 39 | + }, |
| 40 | + "dependencies": { |
| 41 | + "@mdi/js": "^7.4.47", |
| 42 | + "@mdi/svg": "^7.4.47", |
| 43 | + "@nextcloud/auth": "^2.0.0", |
| 44 | + "@nextcloud/axios": "^2.0.0", |
| 45 | + "@nextcloud/dialogs": "^6.0.0", |
| 46 | + "@nextcloud/event-bus": "^3.1.0", |
| 47 | + "@nextcloud/initial-state": "^2.0.0", |
| 48 | + "@nextcloud/l10n": "^3.1.0", |
| 49 | + "@nextcloud/moment": "^1.3.1", |
| 50 | + "@nextcloud/router": "^3.0.0", |
| 51 | + "@nextcloud/vue": "^8.1.0", |
| 52 | + "extendable-media-recorder": "^9.2.11", |
| 53 | + "moment": "^2.30.1", |
| 54 | + "v-click-outside": "^3.2.0", |
| 55 | + "vue": "^2.7.12", |
| 56 | + "vue-clipboard2": "^0.3.3", |
| 57 | + "vue-material-design-icons": "^5.1.2" |
| 58 | + }, |
| 59 | + "devDependencies": { |
| 60 | + "@nextcloud/babel-config": "^1.0.0", |
| 61 | + "@nextcloud/browserslist-config": "^3.0.0", |
| 62 | + "@nextcloud/eslint-config": "^8.0.0", |
| 63 | + "@nextcloud/stylelint-config": "^3.0.1", |
| 64 | + "@nextcloud/vite-config": "^1.4.2", |
| 65 | + "vite-plugin-eslint": "^1.8.1", |
| 66 | + "vite-plugin-stylelint": "^5.3.1" |
| 67 | + } |
68 | 68 | }
|
0 commit comments