PluginProbe ʕ •ᴥ•ʔ
Hostinger Tools / 3.0.57
Hostinger Tools v3.0.57
3.0.67 3.0.66 1.8.1 1.8.2 1.8.3 1.9.1 1.9.4 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.0.1 2.0.4 2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 2.1.1 2.1.2 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 3.0.0 3.0.10 3.0.11 3.0.12 3.0.13 3.0.14 3.0.15 3.0.16 3.0.17 3.0.18 3.0.19 3.0.2 3.0.20 3.0.21 3.0.22 3.0.23 3.0.24 3.0.25 3.0.26 3.0.27 3.0.28 3.0.29 3.0.3 3.0.30 3.0.31 3.0.32 3.0.33 3.0.34 3.0.35 3.0.36 3.0.37 3.0.38 3.0.39 3.0.4 3.0.40 3.0.41 3.0.42 3.0.43 3.0.44 3.0.45 3.0.46 3.0.47 3.0.48 3.0.49 3.0.5 3.0.50 3.0.51 3.0.52 3.0.53 3.0.54 3.0.55 3.0.56 3.0.57 3.0.58 3.0.59 3.0.6 3.0.60 3.0.61 3.0.62 3.0.65 3.0.7 3.0.8 3.0.9 trunk 1.8.0
hostinger / package.json
hostinger Last commit date
assets 8 months ago includes 4 months ago languages 8 months ago src 8 months ago vendor 4 months ago vue-frontend 4 months ago changelog.md 4 months ago changelog.txt 4 months ago composer.json 10 months ago hostinger.php 4 months ago index.php 1 year ago package.json 6 months ago readme.txt 4 months ago uninstall.php 1 year ago webpack.config.js 8 months ago webpack.mix.js 8 months ago
package.json
108 lines
1 {
2 "name": "hostinger",
3 "private": true,
4 "main": "webpack.mix.js",
5 "scripts": {
6 "auth:gcp": "gcloud auth application-default login",
7 "auth:gca": "npx google-artifactregistry-auth",
8 "dev": "npm run development",
9 "development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
10 "prod": "npm run production",
11 "watch": "npm run development -- --watch",
12 "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --config=node_modules/laravel-mix/setup/webpack.config.js",
13 "dev:vue-frontend": "webpack --mode development --watch",
14 "build:vue-frontend": "webpack --mode production",
15 "prepare": "husky",
16 "lint:php": "vendor/bin/phpcs",
17 "lint:frontend": "eslint vue-frontend/src --config vue-frontend/src/eslint.config.mjs",
18 "lint:frontend:fix": "eslint vue-frontend/src --config vue-frontend/src/eslint.config.mjs --fix",
19 "test:vue": "vitest --run",
20 "test:vue:watch": "vitest --watch",
21 "test:vue:ui": "vitest --ui",
22 "test:coverage": "vitest --run --coverage"
23 },
24 "lint-staged": {
25 "*.php": [
26 "npm run lint:php"
27 ],
28 "vue-frontend/src/**/*.{ts,vue,js}": [
29 "npm run lint:frontend"
30 ]
31 },
32 "devDependencies": {
33 "@babel/core": "^7.23.6",
34 "@babel/preset-env": "^7.23.6",
35 "@eslint/js": "^9.32.0",
36 "@rushstack/eslint-patch": "^1.12.0",
37 "@types/lodash": "^4.17.20",
38 "@types/node": "^24.4.0",
39 "@typescript-eslint/eslint-plugin": "^8.38.0",
40 "@typescript-eslint/parser": "^8.38.0",
41 "@vitest/coverage-v8": "^4.0.9",
42 "@vue/eslint-config-typescript": "^14.1.3",
43 "@vue/test-utils": "^2.4.6",
44 "babel-loader": "^10.0.0",
45 "cross-env": "^10.0.0",
46 "css-loader": "^6.8.1",
47 "css-minimizer-webpack-plugin": "^5.0.1",
48 "eslint": "^9.32.0",
49 "eslint-plugin-import": "^2.32.0",
50 "eslint-plugin-modules-newlines": "^0.0.7",
51 "eslint-plugin-simple-import-sort": "^12.1.1",
52 "eslint-plugin-unused-imports": "^4.1.4",
53 "eslint-plugin-vue": "^10.2.0",
54 "husky": "^9.1.7",
55 "jsdom": "^25.0.1",
56 "laravel-mix": "^6.0.49",
57 "lint-staged": "^16.1.2",
58 "lodash": "^4.17.21",
59 "mini-css-extract-plugin": "^2.9.2",
60 "null-loader": "^4.0.1",
61 "resolve-url-loader": "^5.0.0",
62 "sass": "^1.89.2",
63 "sass-loader": "^16.0.5",
64 "style-loader": "^3.3.4",
65 "terser": "^5.26.0",
66 "terser-webpack-plugin": "^5.3.14",
67 "ts-loader": "^9.5.2",
68 "typescript": "^5.8.3",
69 "typescript-eslint": "^8.38.0",
70 "video.js": "^8.10.0",
71 "vite": "^6.0.1",
72 "vitest": "^4.0.9",
73 "vue": "^3.5.17",
74 "vue-eslint-parser": "^10.1.4",
75 "vue-loader": "^16.8.3",
76 "vue-style-loader": "^4.1.3",
77 "webpack": "^5.99.9",
78 "webpack-cli": "^6.0.1"
79 },
80 "dependencies": {
81 "@vitejs/plugin-vue": "^5.2.4",
82 "@vue/tsconfig": "^0.4.0",
83 "@vueuse/core": "^10.7.0",
84 "axios": "^1.12.0",
85 "bootstrap-scss": "^5.3.3",
86 "pinia": "^2.2.6",
87 "pinia-plugin-persistedstate": "^3.2.1",
88 "survey-core": "^1.12.53",
89 "survey-jquery": "^1.12.53",
90 "survey-knockout-ui": "^1.12.53",
91 "videojs-youtube": "^3.0.1",
92 "vue-router": "^4.2.5",
93 "vue3-slide-up-down": "^2.1.0",
94 "vue3-toastify": "^0.2.1"
95 },
96 "browserslist": [
97 "last 2 versions"
98 ],
99 "babel": {
100 "presets": [
101 "@babel/preset-env"
102 ]
103 },
104 "overrides": {
105 "babel-loader": "^10.0.0"
106 }
107 }
108