mirror of
https://github.com/kmvan/x-prober.git
synced 2026-04-21 16:59:02 +08:00
60 lines
2.1 KiB
JSON
60 lines
2.1 KiB
JSON
{
|
|
"name": "x-prober",
|
|
"description": "A PHP probe",
|
|
"scripts": {
|
|
"lang": "node ./build-lang.js",
|
|
"dev": "cross-env webpack --config webpack.config.js --progress",
|
|
"dev:php": "php ./Make.php dev; php -S localhost:8000 -t .tmp",
|
|
"build": "cross-env webpack --config webpack.config.prod.js --progress",
|
|
"build:php": "php-cs-fixer fix ./src --config=.php_cs53; 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_cs53"
|
|
},
|
|
"browserslist": [
|
|
"last 4 version"
|
|
],
|
|
"devDependencies": {
|
|
"@types/core-js": "^2.5.4",
|
|
"@types/node": "^14.14.32",
|
|
"@types/react": "^17.0.3",
|
|
"@types/react-dom": "^17.0.2",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^7.21.0",
|
|
"eslint-plugin-react": "^7.22.0",
|
|
"node-libs-browser": "^2.2.1",
|
|
"pofile": "^1.1.0",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"terser-webpack-plugin": "^5.1.1",
|
|
"ts-loader": "^8.0.17",
|
|
"typescript": "^4.2.3",
|
|
"typescript-plugin-styled-components": "^1.4.4",
|
|
"webpack": "^5.24.4",
|
|
"webpack-cli": "^4.5.0",
|
|
"webpack-common-shake": "^2.1.0",
|
|
"webpack-dev-server": "^3.11.2",
|
|
"webpack-log": "^3.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@types/styled-components": "^5.1.7",
|
|
"@typescript-eslint/eslint-plugin": "^4.17.0",
|
|
"@typescript-eslint/eslint-plugin-tslint": "^4.17.0",
|
|
"@typescript-eslint/parser": "^4.17.0",
|
|
"JSON2": "^0.1.0",
|
|
"caniuse-lite": "^1.0.30001197",
|
|
"copy-to-clipboard": "^3.3.1",
|
|
"deep-sort-object": "^1.0.2",
|
|
"es6-promise": "^4.2.8",
|
|
"eslint-config-prettier": "^8.1.0",
|
|
"glob": "^7.1.6",
|
|
"immutability-helper": "^3.1.1",
|
|
"isomorphic-unfetch": "^3.1.0",
|
|
"mobx": "^6.1.8",
|
|
"mobx-react-lite": "^3.2.0",
|
|
"polished": "^4.1.1",
|
|
"query-string": "^6.14.1",
|
|
"react-use": "^17.1.1",
|
|
"styled-components": "^5.2.1"
|
|
}
|
|
}
|