|
1 | 1 | { |
2 | | - "name": "integration_swp", |
3 | | - "version": "0.3.3", |
4 | | - "description": "SWP", |
5 | | - "main": "index.js", |
6 | | - "directories": { |
7 | | - "test": "tests" |
8 | | - }, |
9 | | - "scripts": { |
10 | | - "dev": "NODE_ENV=development webpack --progress --config webpack.js", |
11 | | - "watch": "NODE_ENV=development webpack --progress --watch --config webpack.js", |
12 | | - "build": "NODE_ENV=production webpack --progress --config webpack.js", |
13 | | - "serve": "NODE_ENV=development webpack serve --progress --config webpack.js", |
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-gmbh/integration_swp" |
22 | | - }, |
23 | | - "keywords": [ |
24 | | - "cospend" |
25 | | - ], |
26 | | - "author": "Julien Veyssier", |
27 | | - "license": "AGPL-3.0", |
28 | | - "bugs": { |
29 | | - "url": "https://github.com/nextcloud-gmbh/integration_swp/issues" |
30 | | - }, |
31 | | - "homepage": "https://github.com/nextcloud-gmbh/integration_swp", |
32 | | - "browserslist": [ |
33 | | - "extends @nextcloud/browserslist-config" |
34 | | - ], |
35 | | - "engines": { |
36 | | - "node": "^16 || ^17 || ^18 || ^19 || ^20", |
37 | | - "npm": "^7.0.0 || ^8.0.0 || ^9.0.0" |
38 | | - }, |
39 | | - "dependencies": { |
40 | | - "@nextcloud/auth": "^2.0.0", |
41 | | - "@nextcloud/axios": "^2.0.0", |
42 | | - "@nextcloud/dialogs": "^5.0.3", |
43 | | - "@nextcloud/event-bus": "^3.0.0", |
44 | | - "@nextcloud/initial-state": "^2.0.0", |
45 | | - "@nextcloud/l10n": "^2.1.0", |
46 | | - "@nextcloud/moment": "^1.2.1", |
47 | | - "@nextcloud/router": "^2.0.0", |
48 | | - "@nextcloud/vue": "^8.3.0", |
49 | | - "@nextcloud/vue-dashboard": "^2.0.1", |
50 | | - "vue": "^2.6.14", |
51 | | - "vue-click-outside": "^1.1.0", |
52 | | - "vue-clipboard2": "^0.3.3", |
53 | | - "vue-material-design-icons": "^5.0.0" |
54 | | - }, |
55 | | - "devDependencies": { |
56 | | - "@nextcloud/babel-config": "^1.0.0", |
57 | | - "@nextcloud/browserslist-config": "^3.0.0", |
58 | | - "@nextcloud/eslint-config": "^8.0.0", |
59 | | - "@nextcloud/stylelint-config": "^2.1.2", |
60 | | - "@nextcloud/webpack-vue-config": "^6.0.0", |
61 | | - "eslint-webpack-plugin": "^4.0.0", |
62 | | - "stylelint-webpack-plugin": "^4.1.0" |
63 | | - } |
| 2 | + "name": "integration_swp", |
| 3 | + "version": "0.3.3", |
| 4 | + "description": "SWP", |
| 5 | + "main": "index.js", |
| 6 | + "directories": { |
| 7 | + "test": "tests" |
| 8 | + }, |
| 9 | + "scripts": { |
| 10 | + "dev": "NODE_ENV=development webpack --progress --config webpack.js", |
| 11 | + "watch": "NODE_ENV=development webpack --progress --watch --config webpack.js", |
| 12 | + "build": "NODE_ENV=production webpack --progress --config webpack.js", |
| 13 | + "serve": "NODE_ENV=development webpack serve --progress --config webpack.js", |
| 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-gmbh/integration_swp" |
| 22 | + }, |
| 23 | + "keywords": [ |
| 24 | + "cospend" |
| 25 | + ], |
| 26 | + "author": "Julien Veyssier", |
| 27 | + "license": "AGPL-3.0", |
| 28 | + "bugs": { |
| 29 | + "url": "https://github.com/nextcloud-gmbh/integration_swp/issues" |
| 30 | + }, |
| 31 | + "homepage": "https://github.com/nextcloud-gmbh/integration_swp", |
| 32 | + "browserslist": [ |
| 33 | + "extends @nextcloud/browserslist-config" |
| 34 | + ], |
| 35 | + "engines": { |
| 36 | + "node": "^20.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.0.3", |
| 43 | + "@nextcloud/event-bus": "^3.0.0", |
| 44 | + "@nextcloud/initial-state": "^2.0.0", |
| 45 | + "@nextcloud/l10n": "^2.1.0", |
| 46 | + "@nextcloud/moment": "^1.2.1", |
| 47 | + "@nextcloud/router": "^2.0.0", |
| 48 | + "@nextcloud/vue": "^8.3.0", |
| 49 | + "@nextcloud/vue-dashboard": "^2.0.1", |
| 50 | + "vue": "^2.6.14", |
| 51 | + "vue-click-outside": "^1.1.0", |
| 52 | + "vue-clipboard2": "^0.3.3", |
| 53 | + "vue-material-design-icons": "^5.0.0" |
| 54 | + }, |
| 55 | + "devDependencies": { |
| 56 | + "@nextcloud/babel-config": "^1.0.0", |
| 57 | + "@nextcloud/browserslist-config": "^3.0.0", |
| 58 | + "@nextcloud/eslint-config": "^8.0.0", |
| 59 | + "@nextcloud/stylelint-config": "^2.1.2", |
| 60 | + "@nextcloud/webpack-vue-config": "^6.0.0", |
| 61 | + "eslint-webpack-plugin": "^4.0.0", |
| 62 | + "stylelint-webpack-plugin": "^4.1.0" |
| 63 | + } |
64 | 64 | } |
0 commit comments