mirror of
https://github.com/wu736139669/Monkey-Test.git
synced 2026-08-05 05:55:46 +00:00
35 lines
937 B
JSON
Executable File
35 lines
937 B
JSON
Executable File
{
|
|
"name": "web-driver-inspector",
|
|
"version": "1.0.0",
|
|
"description": "React based web inspector to inspect current device state",
|
|
"main": "index.html",
|
|
"author": "Facebook, Inc.",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"babel-core": "^5.8.23",
|
|
"babel-loader": "^5.3.2",
|
|
"classnames": "^2.1.3",
|
|
"css-loader": "^0.16.0",
|
|
"prop-types": "^15.5.8",
|
|
"react": "15.6.1",
|
|
"react-button": "^1.2.1",
|
|
"react-dom": "^15.6.1",
|
|
"react-treeview": "^0.4.0",
|
|
"simple-ajax": "^2.1.0",
|
|
"style-loader": "^0.12.3",
|
|
"webpack": "^1.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^7.1.1",
|
|
"eslint": "^3.13.1",
|
|
"eslint-plugin-babel": "^4.0.1",
|
|
"eslint-plugin-flowtype": "^2.30.0",
|
|
"eslint-plugin-react": "^6.9.0",
|
|
"webpack-dev-server": "^3.1.14"
|
|
},
|
|
"scripts": {
|
|
"start": "webpack-dev-server --hot --progress --colors",
|
|
"build": "webpack --progress --colors"
|
|
}
|
|
}
|