Files
archived-x-prober/package.json
2020-04-25 12:30:17 +08:00

62 lines
2.0 KiB
JSON

{
"name": "x-prober",
"description": "A PHP prober",
"scripts": {
"lang": "node ./build-lang.js",
"dev": "cross-env webpack --display-error-details --progress --colors --watch",
"build": "cross-env webpack --config=prod.webpack.config.js --display-error-details --progress --colors"
},
"browserslist": [
"last 4 version"
],
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/plugin-transform-async-to-generator": "^7.8.3",
"@babel/plugin-transform-strict-mode": "^7.8.3",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.9.0",
"@types/core-js": "^2.5.3",
"@types/node": "^13.13.2",
"@types/query-string": "^6.3.0",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.6",
"babel-plugin-styled-components": "^1.10.7",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^7.0.2",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.19.0",
"mobx": "^5.15.4",
"mobx-react": "^6.2.2",
"node-libs-browser": "^2.2.1",
"pofile": "^1.1.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-hot-loader": "^4.12.20",
"ts-loader": "^7.0.1",
"typescript": "^3.8.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-common-shake": "^2.1.0",
"webpack-dev-server": "^3.10.3",
"webpack-log": "^3.0.1"
},
"dependencies": {
"@types/styled-components": "^5.1.0",
"@typescript-eslint/eslint-plugin": "^2.29.0",
"@typescript-eslint/eslint-plugin-tslint": "^2.29.0",
"@typescript-eslint/parser": "^2.29.0",
"babel-loader": "^8.1.0",
"caniuse-lite": "^1.0.30001046",
"es6-promise": "^4.2.8",
"eslint-config-prettier": "^6.11.0",
"glob": "^7.1.6",
"polished": "^3.5.2",
"query-string": "^6.12.1",
"styled-components": "^5.1.0",
"typescript-plugin-styled-components": "^1.4.4"
}
}