|
1 | 1 | { |
2 | | - "name": "softwarecatalog", |
3 | | - "version": "1.0.0", |
4 | | - "license": "EUPL-1.2", |
5 | | - "sideEffects": true, |
6 | | - "engines": { |
7 | | - "node": "^20.0.0", |
8 | | - "npm": "^10.0.0" |
9 | | - }, |
10 | | - "scripts": { |
11 | | - "build": "NODE_ENV=production webpack --config webpack.config.js --progress", |
12 | | - "dev": "NODE_ENV=development webpack --config webpack.config.js --progress", |
13 | | - "watch": "NODE_ENV=development webpack --config webpack.config.js --progress --watch", |
14 | | - "lint": "eslint src", |
15 | | - "lint-fix": "npm run lint -- --fix", |
16 | | - "test": "jest --silent", |
17 | | - "test-coverage": "jest --silent --coverage", |
18 | | - "stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css" |
19 | | - }, |
20 | | - "browserslist": [ |
21 | | - "extends @nextcloud/browserslist-config" |
22 | | - ], |
23 | | - "dependencies": { |
24 | | - "@codemirror/lang-json": "^6.0.0", |
25 | | - "@fortawesome/fontawesome-svg-core": "^6.5.2", |
26 | | - "@fortawesome/free-solid-svg-icons": "^6.5.2", |
27 | | - "@conduction/nextcloud-vue": "^0.1.0-beta.3", |
28 | | - "@nextcloud/axios": "^2.5.0", |
29 | | - "@nextcloud/dialogs": "^3.2.0", |
30 | | - "@nextcloud/initial-state": "^2.2.0", |
31 | | - "@nextcloud/l10n": "^2.0.1", |
32 | | - "@nextcloud/router": "^2.0.1", |
33 | | - "@nextcloud/vue": "^8.12.0", |
34 | | - "@toast-ui/editor": "^3.2.0", |
35 | | - "@toast-ui/vue-editor": "^3.2.0", |
36 | | - "@vueuse/core": "^10.11.0", |
37 | | - "apexcharts": "^3.50.0", |
38 | | - "axios": "^1.7.3", |
39 | | - "bootstrap-vue": "^2.23.1", |
40 | | - "css-loader": "~7.1.1", |
41 | | - "lodash": "^4.17.21", |
42 | | - "pinia": "^2.1.7", |
43 | | - "remark-cli": "^12.0.1", |
44 | | - "remark-lint-list-item-indent": "^4.0.0", |
45 | | - "remark-preset-lint-consistent": "^6.0.0", |
46 | | - "remark-preset-lint-recommended": "^7.0.0", |
47 | | - "style-loader": "~4.0.0", |
48 | | - "vue": "^2.7.14", |
49 | | - "vue-apexcharts": "~1.6.2", |
50 | | - "vue-codemirror6": "^1.0.0", |
51 | | - "vue-draggable-plus": "^0.2.0", |
52 | | - "vue-loader": "^15.11.1 <16.0.0", |
53 | | - "vue-loading-overlay": "^3.4.3", |
54 | | - "vue-material-design-icons": "^5.3.0", |
55 | | - "vue-template-compiler": "^2.7.16", |
56 | | - "zod": "^3.23.8" |
57 | | - }, |
58 | | - "overrides": { |
59 | | - "@babel/traverse": ">=7.23.2", |
60 | | - "babel-traverse": "npm:@babel/traverse@>=7.23.2", |
61 | | - "fast-xml-parser": ">=4.5.4", |
62 | | - "immutable": ">=5.1.5", |
63 | | - "json5": ">=1.0.2", |
64 | | - "minimatch": ">=3.1.5", |
65 | | - "serialize-javascript": ">=7.0.3" |
66 | | - }, |
67 | | - "devDependencies": { |
68 | | - "@babel/preset-env": "^7.25.3", |
69 | | - "@cyclonedx/cyclonedx-npm": "^4.2.1", |
70 | | - "@eslint/config-helpers": "^0.5.0", |
71 | | - "@eslint/eslintrc": "^3.3.3", |
72 | | - "@eslint/js": "^9.39.1", |
73 | | - "@nextcloud/browserslist-config": "^3.0.1", |
74 | | - "@nextcloud/eslint-config": "^8.4.1", |
75 | | - "@nextcloud/stylelint-config": "^2.4.0", |
76 | | - "@nextcloud/webpack-vue-config": "^6.0.1", |
77 | | - "@pinia/testing": "^0.1.3", |
78 | | - "@types/jest": "^29.5.12", |
79 | | - "@types/node": "^20.14.12", |
80 | | - "@typescript-eslint/parser": "^7.18.0", |
81 | | - "@vue/test-utils": "^2.4.6", |
82 | | - "@vue/vue2-jest": "^29.0.0", |
83 | | - "browserslist": "^4.25.2", |
84 | | - "caniuse-lite": "^1.0.30001733", |
85 | | - "eslint": "^8.57.0", |
86 | | - "eslint-import-resolver-alias": "^1.1.2", |
87 | | - "eslint-webpack-plugin": "^4.2.0", |
88 | | - "espree": "^11.0.0", |
89 | | - "jest": "^29.0.0", |
90 | | - "jest-environment-jsdom": "^29.7.0", |
91 | | - "jest-transform-stub": "^2.0.0", |
92 | | - "stylelint-webpack-plugin": "^5.0.1", |
93 | | - "ts-jest": "^29.2.3", |
94 | | - "ts-loader": "^9.5.1", |
95 | | - "typescript": "^5.5.4", |
96 | | - "vue-eslint-parser": "^10.2.0", |
97 | | - "vue-jest": "^3.0.7" |
98 | | - } |
| 2 | + "name": "softwarecatalog", |
| 3 | + "version": "1.0.0", |
| 4 | + "license": "EUPL-1.2", |
| 5 | + "sideEffects": true, |
| 6 | + "engines": { |
| 7 | + "node": "^20.0.0", |
| 8 | + "npm": "^10.0.0" |
| 9 | + }, |
| 10 | + "scripts": { |
| 11 | + "build": "NODE_ENV=production webpack --config webpack.config.js --progress", |
| 12 | + "dev": "NODE_ENV=development webpack --config webpack.config.js --progress", |
| 13 | + "watch": "NODE_ENV=development webpack --config webpack.config.js --progress --watch", |
| 14 | + "lint": "eslint src", |
| 15 | + "lint-fix": "npm run lint -- --fix", |
| 16 | + "test": "jest --silent", |
| 17 | + "test-coverage": "jest --silent --coverage", |
| 18 | + "stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css" |
| 19 | + }, |
| 20 | + "browserslist": [ |
| 21 | + "extends @nextcloud/browserslist-config" |
| 22 | + ], |
| 23 | + "dependencies": { |
| 24 | + "@codemirror/lang-json": "^6.0.0", |
| 25 | + "@fortawesome/fontawesome-svg-core": "^6.5.2", |
| 26 | + "@fortawesome/free-solid-svg-icons": "^6.5.2", |
| 27 | + "@conduction/nextcloud-vue": "^0.1.0-beta.17", |
| 28 | + "@nextcloud/axios": "^2.5.0", |
| 29 | + "@nextcloud/dialogs": "^3.2.0", |
| 30 | + "@nextcloud/initial-state": "^2.2.0", |
| 31 | + "@nextcloud/l10n": "^2.0.1", |
| 32 | + "@nextcloud/router": "^2.0.1", |
| 33 | + "@nextcloud/vue": "^8.12.0", |
| 34 | + "@toast-ui/editor": "^3.2.0", |
| 35 | + "@toast-ui/vue-editor": "^3.2.0", |
| 36 | + "@vueuse/core": "^10.11.0", |
| 37 | + "apexcharts": "^3.50.0", |
| 38 | + "axios": "^1.7.3", |
| 39 | + "bootstrap-vue": "^2.23.1", |
| 40 | + "css-loader": "~7.1.1", |
| 41 | + "lodash": "^4.17.21", |
| 42 | + "pinia": "^2.1.7", |
| 43 | + "remark-cli": "^12.0.1", |
| 44 | + "remark-lint-list-item-indent": "^4.0.0", |
| 45 | + "remark-preset-lint-consistent": "^6.0.0", |
| 46 | + "remark-preset-lint-recommended": "^7.0.0", |
| 47 | + "style-loader": "~4.0.0", |
| 48 | + "vue": "^2.7.14", |
| 49 | + "vue-apexcharts": "~1.6.2", |
| 50 | + "vue-codemirror6": "^1.0.0", |
| 51 | + "vue-draggable-plus": "^0.2.0", |
| 52 | + "vue-loader": "^15.11.1 <16.0.0", |
| 53 | + "vue-loading-overlay": "^3.4.3", |
| 54 | + "vue-material-design-icons": "^5.3.0", |
| 55 | + "vue-template-compiler": "^2.7.16", |
| 56 | + "zod": "^3.23.8" |
| 57 | + }, |
| 58 | + "overrides": { |
| 59 | + "@babel/traverse": ">=7.23.2", |
| 60 | + "babel-traverse": "npm:@babel/traverse@>=7.23.2", |
| 61 | + "fast-xml-parser": ">=4.5.4", |
| 62 | + "immutable": ">=5.1.5", |
| 63 | + "json5": ">=1.0.2", |
| 64 | + "minimatch": ">=3.1.5", |
| 65 | + "serialize-javascript": ">=7.0.3" |
| 66 | + }, |
| 67 | + "devDependencies": { |
| 68 | + "@babel/preset-env": "^7.25.3", |
| 69 | + "@cyclonedx/cyclonedx-npm": "^4.2.1", |
| 70 | + "@eslint/config-helpers": "^0.5.0", |
| 71 | + "@eslint/eslintrc": "^3.3.3", |
| 72 | + "@eslint/js": "^9.39.1", |
| 73 | + "@nextcloud/browserslist-config": "^3.0.1", |
| 74 | + "@nextcloud/eslint-config": "^8.4.1", |
| 75 | + "@nextcloud/stylelint-config": "^2.4.0", |
| 76 | + "@nextcloud/webpack-vue-config": "^6.0.1", |
| 77 | + "@pinia/testing": "^0.1.3", |
| 78 | + "@types/jest": "^29.5.12", |
| 79 | + "@types/node": "^20.14.12", |
| 80 | + "@typescript-eslint/parser": "^7.18.0", |
| 81 | + "@vue/test-utils": "^2.4.6", |
| 82 | + "@vue/vue2-jest": "^29.0.0", |
| 83 | + "browserslist": "^4.25.2", |
| 84 | + "caniuse-lite": "^1.0.30001733", |
| 85 | + "eslint": "^8.57.0", |
| 86 | + "eslint-import-resolver-alias": "^1.1.2", |
| 87 | + "eslint-webpack-plugin": "^4.2.0", |
| 88 | + "espree": "^11.0.0", |
| 89 | + "jest": "^29.0.0", |
| 90 | + "jest-environment-jsdom": "^29.7.0", |
| 91 | + "jest-transform-stub": "^2.0.0", |
| 92 | + "stylelint-webpack-plugin": "^5.0.1", |
| 93 | + "ts-jest": "^29.2.3", |
| 94 | + "ts-loader": "^9.5.1", |
| 95 | + "typescript": "^5.5.4", |
| 96 | + "vue-eslint-parser": "^10.2.0", |
| 97 | + "vue-jest": "^3.0.7" |
| 98 | + } |
99 | 99 | } |
0 commit comments