mirror of
https://github.com/kmvan/x-prober.git
synced 2026-04-22 01:08:59 +08:00
57 lines
1.9 KiB
JSON
57 lines
1.9 KiB
JSON
{
|
|
"name": "x-prober",
|
|
"description": "A PHP probe",
|
|
"license": "GPL-3",
|
|
"homepage": "https://github.com/kmvan/x-prober",
|
|
"scripts": {
|
|
"lang": "node ./build-lang.js",
|
|
"dev": "webpack --config webpack.config.js --progress",
|
|
"dev:php": "php ./Make.php dev; php -S localhost:8000 -t .tmp",
|
|
"build": "webpack --config webpack.config.prod.js --progress",
|
|
"build:php": "php-cs-fixer fix ./src --config=.php-cs-fixer53; php ./Make.php build; echo '\nPlease access via http://localhost:8001/prober.php'; php -S localhost:8001 -t dist",
|
|
"build:php-debug": "php ./Make.php build debug; echo '\nPlease access via http://localhost:8001/prober.php'; php -S localhost:8001 -t dist",
|
|
"php-cs-fixer-53": "php-cs-fixer fix ./src --config=.php-cs-fixer53"
|
|
},
|
|
"browserslist": [
|
|
"defaults"
|
|
],
|
|
"dependencies": {
|
|
"copy-to-clipboard": "^3.3.1",
|
|
"isomorphic-unfetch": "^3.1.0",
|
|
"mobx": "^6.5.0",
|
|
"mobx-react-lite": "^3.3.0",
|
|
"polished": "^4.1.4",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-is": "^18.0.0",
|
|
"react-use": "^17.3.2",
|
|
"styled-components": "^5.3.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/core-js": "^2.5.5",
|
|
"@types/node": "^17.0.23",
|
|
"@types/react": "^17.0.43",
|
|
"@types/react-dom": "^17.0.14",
|
|
"@types/styled-components": "^5.1.24",
|
|
"@typescript-eslint/eslint-plugin": "^5.17.0",
|
|
"@typescript-eslint/parser": "^5.17.0",
|
|
"deep-sort-object": "^1.0.2",
|
|
"eslint": "^8.12.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-react": "^7.29.4",
|
|
"eslint-plugin-react-hooks": "^4.4.0",
|
|
"glob": "^7.2.0",
|
|
"pofile": "^1.1.3",
|
|
"prettier": "^2.6.1",
|
|
"terser-webpack-plugin": "^5.3.1",
|
|
"ts-loader": "^9.2.8",
|
|
"typescript": "^4.6.3",
|
|
"typescript-plugin-styled-components": "^2.0.0",
|
|
"webpack": "^5.71.0",
|
|
"webpack-cli": "^4.9.2",
|
|
"webpack-common-shake": "^2.1.0",
|
|
"webpack-log": "^3.0.2"
|
|
}
|
|
}
|