|
1 | 1 | { |
2 | | - "name": "integration_replicate", |
3 | | - "version": "4.0.0", |
4 | | - "description": "Replicate integration", |
5 | | - "main": "index.js", |
6 | | - "directories": { |
7 | | - "test": "tests" |
8 | | - }, |
9 | | - "scripts": { |
10 | | - "build": "NODE_ENV=production webpack --progress --config webpack.js", |
11 | | - "dev": "NODE_ENV=development webpack --progress --config webpack.js", |
12 | | - "watch": "NODE_ENV=development webpack --progress --watch --config webpack.js", |
13 | | - "lint": "eslint --ext .js,.vue src", |
14 | | - "lint:fix": "eslint --ext .js,.vue src --fix", |
15 | | - "stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css", |
16 | | - "stylelint:fix": "stylelint src/**/*.vue src/**/*.scss src/**/*.css --fix" |
17 | | - }, |
18 | | - "repository": { |
19 | | - "type": "git", |
20 | | - "url": "https://github.com/julien-nc/integration_replicate" |
21 | | - }, |
22 | | - "keywords": [ |
23 | | - "ai", |
24 | | - "stable-diffusion" |
25 | | - ], |
26 | | - "author": "Julien Veyssier", |
27 | | - "license": "AGPL-3.0", |
28 | | - "bugs": { |
29 | | - "url": "https://github.com/julien-nc/integration_replicate/issues" |
30 | | - }, |
31 | | - "homepage": "https://github.com/julien-nc/integration_replicate", |
32 | | - "browserslist": [ |
33 | | - "extends @nextcloud/browserslist-config" |
34 | | - ], |
35 | | - "engines": { |
36 | | - "node": "^16.0.0", |
37 | | - "npm": "^7.0.0 || ^8.0.0" |
38 | | - }, |
39 | | - "dependencies": { |
40 | | - "@nextcloud/auth": "^2.0.0", |
41 | | - "@nextcloud/axios": "^2.0.0", |
42 | | - "@nextcloud/dialogs": "^5.2.0", |
43 | | - "@nextcloud/initial-state": "^2.0.0", |
44 | | - "@nextcloud/l10n": "^3.1.0", |
45 | | - "@nextcloud/moment": "^1.1.1", |
46 | | - "@nextcloud/password-confirmation": "^5.1.1", |
47 | | - "@nextcloud/router": "^3.0.0", |
48 | | - "@nextcloud/vue": "8.x", |
49 | | - "vue": "^2.7.12", |
50 | | - "vue-material-design-icons": "^5.1.2" |
51 | | - }, |
52 | | - "devDependencies": { |
53 | | - "@nextcloud/babel-config": "^1.0.0", |
54 | | - "@nextcloud/browserslist-config": "^3.0.0", |
55 | | - "@nextcloud/eslint-config": "^8.0.0", |
56 | | - "@nextcloud/stylelint-config": "^3.0.1", |
57 | | - "@nextcloud/webpack-vue-config": "^6.0.1", |
58 | | - "eslint-webpack-plugin": "^4.0.0", |
59 | | - "stylelint-webpack-plugin": "^5.0.0" |
60 | | - } |
| 2 | + "name": "integration_replicate", |
| 3 | + "version": "4.0.0", |
| 4 | + "description": "Replicate integration", |
| 5 | + "main": "index.js", |
| 6 | + "directories": { |
| 7 | + "test": "tests" |
| 8 | + }, |
| 9 | + "scripts": { |
| 10 | + "build": "NODE_ENV=production webpack --progress --config webpack.js", |
| 11 | + "dev": "NODE_ENV=development webpack --progress --config webpack.js", |
| 12 | + "watch": "NODE_ENV=development webpack --progress --watch --config webpack.js", |
| 13 | + "lint": "eslint --ext .js,.vue src", |
| 14 | + "lint:fix": "eslint --ext .js,.vue src --fix", |
| 15 | + "stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css", |
| 16 | + "stylelint:fix": "stylelint src/**/*.vue src/**/*.scss src/**/*.css --fix" |
| 17 | + }, |
| 18 | + "repository": { |
| 19 | + "type": "git", |
| 20 | + "url": "https://github.com/julien-nc/integration_replicate" |
| 21 | + }, |
| 22 | + "keywords": [ |
| 23 | + "ai", |
| 24 | + "stable-diffusion" |
| 25 | + ], |
| 26 | + "author": "Julien Veyssier", |
| 27 | + "license": "AGPL-3.0", |
| 28 | + "bugs": { |
| 29 | + "url": "https://github.com/julien-nc/integration_replicate/issues" |
| 30 | + }, |
| 31 | + "homepage": "https://github.com/julien-nc/integration_replicate", |
| 32 | + "browserslist": [ |
| 33 | + "extends @nextcloud/browserslist-config" |
| 34 | + ], |
| 35 | + "engines": { |
| 36 | + "node": "^22.0.0", |
| 37 | + "npm": "^10.0.0" |
| 38 | + }, |
| 39 | + "dependencies": { |
| 40 | + "@nextcloud/auth": "^2.0.0", |
| 41 | + "@nextcloud/axios": "^2.0.0", |
| 42 | + "@nextcloud/dialogs": "^5.2.0", |
| 43 | + "@nextcloud/initial-state": "^2.0.0", |
| 44 | + "@nextcloud/l10n": "^3.1.0", |
| 45 | + "@nextcloud/moment": "^1.1.1", |
| 46 | + "@nextcloud/password-confirmation": "^5.1.1", |
| 47 | + "@nextcloud/router": "^3.0.0", |
| 48 | + "@nextcloud/vue": "8.x", |
| 49 | + "vue": "^2.7.12", |
| 50 | + "vue-material-design-icons": "^5.1.2" |
| 51 | + }, |
| 52 | + "devDependencies": { |
| 53 | + "@nextcloud/babel-config": "^1.0.0", |
| 54 | + "@nextcloud/browserslist-config": "^3.0.0", |
| 55 | + "@nextcloud/eslint-config": "^8.0.0", |
| 56 | + "@nextcloud/stylelint-config": "^3.0.1", |
| 57 | + "@nextcloud/webpack-vue-config": "^6.0.1", |
| 58 | + "eslint-webpack-plugin": "^4.0.0", |
| 59 | + "stylelint-webpack-plugin": "^5.0.0" |
| 60 | + } |
61 | 61 | } |
0 commit comments