opcache-gui/package.json
Andrew Collington 4ad9866c4b
Next release (#112)
* Creation of the translation archive for the Spanish language in Spain
* Fixed incorrect footer version handling and made into language pack values
* Added package-lock to repo
* Added a couple composer scripts and updated readme

---------

Co-authored-by: Carlos V <76731844+cvc90@users.noreply.github.com>
2024-06-23 14:01:33 +01:00

31 lines
1.1 KiB
JSON

{
"name": "opcache-gui",
"description": "A clean and responsive interface for Zend OPcache information, showing statistics, settings and cached files, and providing a real-time update for the information (using jQuery and React).",
"version": "3.5.5",
"main": "index.js",
"devDependencies": {
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"node-sass": "^9.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile-jsx": "node_modules/.bin/babel --presets @babel/preset-react build/_frontend/interface.jsx --plugins @babel/plugin-proposal-class-properties -o build/interface.js",
"compile-scss": "node_modules/.bin/node-sass -xi build/_frontend/interface.scss -o build/ --output-style=compressed"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amnuts/opcache-gui.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/amnuts/opcache-gui/issues"
},
"homepage": "https://github.com/amnuts/opcache-gui#readme",
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.12.1"
}
}