Skip to content

Commit a4e21a3

Browse files
committed
Update package.json
1 parent 781f98a commit a4e21a3

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

package.json

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"lint": "eslint ./src",
1313
"lint:fix": "eslint --fix ./src",
1414
"precommit-check": "npm run lint",
15-
"coveralls": "./babel-tap --coverage --coverage-report=text-lcov test/*.js | node_modules/.bin/coveralls"
15+
"coveralls": "./babel-tap --coverage --coverage-report=text-lcov test/*.js | node_modules/.bin/coveralls",
16+
"webpack-dev-server": "cd examples; webpack-dev-server --hot --inline --host 0.0.0.0 --port 8000"
1617
},
1718
"pre-commit": [
1819
"precommit-check"
@@ -42,19 +43,21 @@
4243
},
4344
"dependencies": {},
4445
"devDependencies": {
45-
"babel-cli": "^6.6.5",
46-
"babel-core": "^6.7.2",
47-
"babel-eslint": "^6.0.0-beta.6",
46+
"babel-cli": "^6.7.5",
47+
"babel-core": "^6.7.5",
48+
"babel-eslint": "^6.0.2",
4849
"babel-loader": "^6.2.4",
50+
"babel-plugin-transform-decorators-legacy": "^1.3.4",
4951
"babel-preset-es2015": "^6.6.0",
5052
"babel-preset-react": "^6.5.0",
5153
"babel-preset-stage-0": "^6.5.0",
52-
"coveralls": "^2.11.8",
53-
"eslint": "^2.4.0",
54-
"eslint-config-airbnb": "^6.1.0",
55-
"eslint-loader": "^1.3.0",
56-
"eslint-plugin-react": "^4.2.1",
54+
"coveralls": "^2.11.9",
55+
"eslint": "^2.7.0",
56+
"eslint-config-airbnb": "^6.2.0",
57+
"eslint-plugin-react": "^4.3.0",
58+
"lodash": "^4.8.2",
5759
"tap": "^5.7.0",
58-
"webpack": "^1.12.14"
60+
"webpack": "^1.12.14",
61+
"webpack-dev-server": "^1.14.1"
5962
}
6063
}

0 commit comments

Comments
 (0)