forked from React-Sight/React-Sight
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (41 loc) · 1.21 KB
/
package.json
File metadata and controls
42 lines (41 loc) · 1.21 KB
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
35
36
37
38
39
40
41
{
"name": "visualizechromeext",
"version": "1.0.0",
"description": "",
"main": "background.js",
"scripts": {
"webpackdev": "webpack-dev-server --hot --colors --progress --watch --inline",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm-run-all -p build",
"build": "webpack -p"
},
"repository": "git+https://github.com/React-Sight/React-SightChromeExt.git",
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hewilliam/VisualizeChromeExt/issues"
},
"homepage": "https://github.com/hewilliam/VisualizeChromeExt#readme",
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^0.28.7",
"eslint": "^4.8.0",
"eslint-config-airbnb": "^16.0.0",
"eslint-config-airbnb-base": "^12.0.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"npm-run-all": "^4.1.1",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.8.2"
},
"dependencies": {
"d3": "^4.10.2",
"json-formatter-js": "^2.2.0"
}
}