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 afe3963 commit 41b14ecCopy full SHA for 41b14ec
package_exchange.json
@@ -0,0 +1,27 @@
1
+{
2
+ "name": "tutorial",
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "start": "webpack-dev-server --inline --content-base ."
8
+ },
9
+ "author": "",
10
+ "license": "ISC",
11
+ "dependencies": {
12
+ "react": "0.14.7",
13
+ "react-dom": "0.14.7",
14
+ "babel-runtime": "~6.2.4",
15
+ "lodash": "~3.4.0"
16
17
+ "devDependencies": {
18
+ "webpack": "^1.14.1",
19
+ "webpack-dev-server": "^1.14.1",
20
+ "html-webpack-plugin": "^1.12.0",
21
+ "http-server": "^0.8.5",
22
+ "babel-core": "~6.7.2",
23
+ "babel-loader": "~6.2.4",
24
+ "babel-preset-react": "~6.5.0",
25
+ "babel-preset-es2015": "~6.5.0"
26
+ }
27
+}
0 commit comments