Skip to content

Commit 7be7f93

Browse files
nextcloud-botnextcloud-command
authored andcommitted
build: update node and npm engines versions
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 parent 747e375 commit 7be7f93

File tree

1 file changed

+69
-69
lines changed

1 file changed

+69
-69
lines changed

package.json

Lines changed: 69 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,71 @@
11
{
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-
"@breezystack/lamejs": "^1.2.7",
42-
"@material-symbols/svg-700": "^0.33.0",
43-
"@mdi/js": "^7.4.47",
44-
"@mdi/svg": "^7.4.47",
45-
"@nextcloud/auth": "^2.0.0",
46-
"@nextcloud/axios": "^2.0.0",
47-
"@nextcloud/dialogs": "^7.0.0-rc.1",
48-
"@nextcloud/event-bus": "^3.1.0",
49-
"@nextcloud/files": "^3.11.0",
50-
"@nextcloud/initial-state": "^2.0.0",
51-
"@nextcloud/l10n": "~3.3.0",
52-
"@nextcloud/moment": "^1.3.1",
53-
"@nextcloud/router": "^3.0.0",
54-
"@nextcloud/vue": "^9.0.0-rc.5",
55-
"extendable-media-recorder": "^9.2.11",
56-
"extendable-media-recorder-wav-encoder": "^7.0.129",
57-
"moment": "^2.30.1",
58-
"v-click-outside": "^3.2.0",
59-
"vue": "^3.5.16",
60-
"vue-material-design-icons": "^5.1.2"
61-
},
62-
"devDependencies": {
63-
"@nextcloud/babel-config": "^1.2.0",
64-
"@nextcloud/browserslist-config": "^3.0.1",
65-
"@nextcloud/eslint-config": "^8.4.2",
66-
"@nextcloud/stylelint-config": "^3.0.1",
67-
"@nextcloud/vite-config": "^2.3.5",
68-
"vite-plugin-eslint": "^1.8.1",
69-
"vite-plugin-stylelint": "^6.0.0"
70-
}
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.5.0"
39+
},
40+
"dependencies": {
41+
"@breezystack/lamejs": "^1.2.7",
42+
"@material-symbols/svg-700": "^0.33.0",
43+
"@mdi/js": "^7.4.47",
44+
"@mdi/svg": "^7.4.47",
45+
"@nextcloud/auth": "^2.0.0",
46+
"@nextcloud/axios": "^2.0.0",
47+
"@nextcloud/dialogs": "^7.0.0-rc.1",
48+
"@nextcloud/event-bus": "^3.1.0",
49+
"@nextcloud/files": "^3.11.0",
50+
"@nextcloud/initial-state": "^2.0.0",
51+
"@nextcloud/l10n": "~3.3.0",
52+
"@nextcloud/moment": "^1.3.1",
53+
"@nextcloud/router": "^3.0.0",
54+
"@nextcloud/vue": "^9.0.0-rc.5",
55+
"extendable-media-recorder": "^9.2.11",
56+
"extendable-media-recorder-wav-encoder": "^7.0.129",
57+
"moment": "^2.30.1",
58+
"v-click-outside": "^3.2.0",
59+
"vue": "^3.5.16",
60+
"vue-material-design-icons": "^5.1.2"
61+
},
62+
"devDependencies": {
63+
"@nextcloud/babel-config": "^1.2.0",
64+
"@nextcloud/browserslist-config": "^3.0.1",
65+
"@nextcloud/eslint-config": "^8.4.2",
66+
"@nextcloud/stylelint-config": "^3.0.1",
67+
"@nextcloud/vite-config": "^2.3.5",
68+
"vite-plugin-eslint": "^1.8.1",
69+
"vite-plugin-stylelint": "^6.0.0"
70+
}
7171
}

0 commit comments

Comments
 (0)