Skip to content

Commit 41b14ec

Browse files
author
ryanwest91
committed
exchange added
1 parent afe3963 commit 41b14ec

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

package_exchange.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)