mirror of
https://github.com/kmvan/x-prober.git
synced 2026-04-22 01:08:59 +08:00
132 lines
3.6 KiB
JSON
132 lines
3.6 KiB
JSON
{
|
|
"name": "x-prober",
|
|
"description": "A PHP prober",
|
|
"scripts": {
|
|
"dev": "cross-env WEBPACK_ENV=development webpack --display-error-details --progress --colors --watch",
|
|
"build": "cross-env WEBPACK_ENV=production webpack",
|
|
"test": "cross-env WEBPACK_ENV=test webpack"
|
|
},
|
|
"browserslist": [
|
|
"last 4 version"
|
|
],
|
|
"babel": {
|
|
"plugins": [
|
|
"@babel/transform-runtime",
|
|
"@babel/plugin-transform-strict-mode",
|
|
"@babel/plugin-transform-arrow-functions",
|
|
[
|
|
"@babel/plugin-proposal-decorators",
|
|
{
|
|
"legacy": true
|
|
}
|
|
],
|
|
[
|
|
"@babel/plugin-proposal-class-properties",
|
|
{
|
|
"loose": true
|
|
}
|
|
],
|
|
[
|
|
"@babel/transform-async-to-generator",
|
|
{
|
|
"module": "bluebird",
|
|
"method": "coroutine"
|
|
}
|
|
],
|
|
"lodash"
|
|
],
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"include": [
|
|
"transform-arrow-functions",
|
|
"es6.map"
|
|
],
|
|
"targets": {
|
|
"browsers": [
|
|
"last 4 version"
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"@babel/preset-react",
|
|
"@babel/preset-typescript"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.5.5",
|
|
"@babel/core": "^7.5.5",
|
|
"@babel/plugin-proposal-class-properties": "^7.5.5",
|
|
"@babel/plugin-proposal-decorators": "^7.4.4",
|
|
"@babel/plugin-transform-runtime": "^7.5.5",
|
|
"@babel/plugin-transform-strict-mode": "^7.2.0",
|
|
"@babel/polyfill": "^7.4.4",
|
|
"@babel/preset-env": "^7.5.5",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@babel/preset-stage-0": "^7.0.0",
|
|
"@babel/preset-typescript": "^7.3.3",
|
|
"@types/classnames": "^2.2.9",
|
|
"@types/core-js": "^2.5.2",
|
|
"@types/lodash-es": "^4.17.3",
|
|
"@types/node": "^12.7.2",
|
|
"@types/query-string": "^6.3.0",
|
|
"@types/react": "^16.9.2",
|
|
"@types/react-dom": "^16.9.0",
|
|
"awesome-typescript-loader": "^5.2.1",
|
|
"babel-plugin-lodash": "^3.3.4",
|
|
"babel-preset-env": "^1.7.0",
|
|
"classlist-polyfill": "^1.2.0",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"cross-env": "^5.2.0",
|
|
"eslint": "^6.2.2",
|
|
"eslint-plugin-react": "^7.14.3",
|
|
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
|
"lodash-es": "^4.17.15",
|
|
"lodash-webpack-plugin": "^0.11.5",
|
|
"mobx": "^5.13.0",
|
|
"mobx-react": "^6.1.3",
|
|
"node-libs-browser": "^2.2.1",
|
|
"node-sass": "^4.12.0",
|
|
"number-precision": "^1.3.1",
|
|
"object-assign": "^4.1.1",
|
|
"optimize-css-assets-webpack-plugin": "5.0.3",
|
|
"postcss": "^7.0.17",
|
|
"postcss-flexbugs-fixes": "^4.1.0",
|
|
"postcss-loader": "^3.0.0",
|
|
"postcss-preset-env": "^6.7.0",
|
|
"react": "^16.9.0",
|
|
"react-dom": "^16.9.0",
|
|
"sass-loader": "^7.3.1",
|
|
"ts-loader": "^6.0.4",
|
|
"tslint": "^5.19.0",
|
|
"tslint-config-prettier": "^1.18.0",
|
|
"tslint-react": "^4.0.0",
|
|
"typescript": "^3.5.3",
|
|
"uglifyjs-webpack-plugin": "^2.2.0",
|
|
"webpack": "^4.39.2",
|
|
"webpack-cli": "^3.3.7",
|
|
"webpack-common-shake": "^2.1.0",
|
|
"webpack-log": "^3.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.5.5",
|
|
"@types/styled-components": "^4.1.18",
|
|
"babel-eslint": "^10.0.2",
|
|
"babel-loader": "^8.0.6",
|
|
"babel-polyfill": "^6.26.0",
|
|
"classnames": "^2.2.6",
|
|
"css-loader": "^3.2.0",
|
|
"es6-promise": "^4.2.8",
|
|
"glob": "^7.1.4",
|
|
"isomorphic-fetch": "^2.2.1",
|
|
"jsonp-promise": "^0.1.2",
|
|
"pofile": "^1.1.0",
|
|
"query-string": "^6.8.2",
|
|
"react-classnames": "^0.1.2",
|
|
"style-loader": "^1.0.0",
|
|
"styled-components": "^4.3.2",
|
|
"styled-media-query": "^2.1.2"
|
|
}
|
|
}
|