|
@@ -21,6 +21,7 @@
|
|
|
"file-saver": "^2.0.5",
|
|
|
"laravel-vite-plugin": "^0.8.0",
|
|
|
"laravel-vue-i18n": "^2.7.1",
|
|
|
+ "php-parser": "^3.1.5",
|
|
|
"pinia": "^2.1.6",
|
|
|
"sass": "^1.67.0",
|
|
|
"sortablejs": "^1.15.0",
|
|
@@ -1443,6 +1444,12 @@
|
|
|
"vue": "^3.2.45"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/laravel-vue-i18n/node_modules/php-parser": {
|
|
|
+ "version": "3.1.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/php-parser/-/php-parser-3.1.3.tgz",
|
|
|
+ "integrity": "sha512-hPvBmnRYPqWEtMfIFOlyjQv1q75UUtxt4U+YscKIQViGmEE2Xa4BuS1B1/cZdjy7MVcwtnr0WkEsr915LgRKOw==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
"node_modules/local-pkg": {
|
|
|
"version": "0.4.3",
|
|
|
"resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.4.3.tgz",
|
|
@@ -1571,9 +1578,9 @@
|
|
|
"dev": true
|
|
|
},
|
|
|
"node_modules/php-parser": {
|
|
|
- "version": "3.1.3",
|
|
|
- "resolved": "https://registry.npmjs.org/php-parser/-/php-parser-3.1.3.tgz",
|
|
|
- "integrity": "sha512-hPvBmnRYPqWEtMfIFOlyjQv1q75UUtxt4U+YscKIQViGmEE2Xa4BuS1B1/cZdjy7MVcwtnr0WkEsr915LgRKOw==",
|
|
|
+ "version": "3.1.5",
|
|
|
+ "resolved": "https://registry.npmjs.org/php-parser/-/php-parser-3.1.5.tgz",
|
|
|
+ "integrity": "sha512-jEY2DcbgCm5aclzBdfW86GM6VEIWcSlhTBSHN1qhJguVePlYe28GhwS0yoeLYXpM2K8y6wzLwrbq814n2PHSoQ==",
|
|
|
"dev": true
|
|
|
},
|
|
|
"node_modules/picocolors": {
|