We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b56e0b9 commit f0181fdCopy full SHA for f0181fd
examples/package.json
@@ -16,6 +16,18 @@
16
"sortablejs": "^1.4.2"
17
},
18
"devDependencies": {
19
- "babel-plugin-transform-decorators-legacy": "^1.3.4"
+ "babel-cli": "^6.6.5",
20
+ "babel-core": "^6.7.2",
21
+ "babel-eslint": "^6.0.0-beta.6",
22
+ "babel-loader": "^6.2.4",
23
+ "babel-plugin-transform-decorators-legacy": "^1.3.4",
24
+ "babel-preset-es2015": "^6.6.0",
25
+ "babel-preset-react": "^6.5.0",
26
+ "babel-preset-stage-0": "^6.5.0",
27
+ "eslint": "^2.4.0",
28
+ "eslint-config-airbnb": "^6.1.0",
29
+ "eslint-loader": "^1.3.0",
30
+ "eslint-plugin-react": "^4.2.1",
31
+ "webpack": "^1.12.14"
32
}
33
0 commit comments