aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/package.json b/package.json
index 63e0def..f17e27e 100644
--- a/package.json
+++ b/package.json
@@ -8,6 +8,11 @@
"setup": "npm install && bower install",
"dev": "webpack -wd"
},
+ "jest": {
+ "transform": {
+ "^.+\\.jsx?$": "babel-jest"
+ }
+ },
"dependencies": {
"babel-loader": "^7.1.2",
"babel-preset-react": "^6.24.1",
@@ -49,15 +54,19 @@
"webshot": "^0.18.0"
},
"devDependencies": {
+ "babel-core": "^6.26.0",
+ "babel-jest": "^21.2.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"bower": "^1.7.9",
"browserify": "^14.0.0",
+ "deep-freeze": "^0.0.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1",
"gulp": "^3.9.1",
+ "jest": "^21.2.1",
"watchify": "^3.7.0",
"webpack": "^3.5.6"
},