-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
34 lines (34 loc) · 937 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"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": "^1.10.1"
},
"scripts": {
"start": "webpack-dev-server --hot --progress --colors",
"build": "webpack --progress --colors"
}
}