forked from amnuts/opcache-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1.14 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"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.4.0",
"main": "index.js",
"devDependencies": {
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.9",
"@babel/preset-react": "^7.12.7",
"node-sass": ">=7.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"
}
}