Skip to content

Commit f923c11

Browse files
committed
added 2-react-router
1 parent e2d2629 commit f923c11

File tree

11 files changed

+20173
-1
lines changed

11 files changed

+20173
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
node_modules
2-
*/node_modules
2+
npm-debug.log

2-react-router/package.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "react-tutorials",
3+
"version": "0.0.0",
4+
"description": "",
5+
"main": "webpack.config.js",
6+
"dependencies": {
7+
"babel-loader": "^6.2.0",
8+
"babel-plugin-add-module-exports": "^0.1.2",
9+
"babel-plugin-react-html-attrs": "^2.0.0",
10+
"babel-plugin-transform-class-properties": "^6.3.13",
11+
"babel-plugin-transform-decorators-legacy": "^1.3.4",
12+
"babel-preset-es2015": "^6.3.13",
13+
"babel-preset-react": "^6.3.13",
14+
"babel-preset-stage-0": "^6.3.13",
15+
"history": "^1.17.0",
16+
"react": "^0.14.6",
17+
"react-dom": "^0.14.6",
18+
"react-router": "^1.0.3",
19+
"webpack": "^1.12.9",
20+
"webpack-dev-server": "^1.14.1"
21+
},
22+
"devDependencies": {},
23+
"scripts": {
24+
"dev": "webpack-dev-server --content-base src --inline --hot"
25+
},
26+
"author": "",
27+
"license": "ISC"
28+
}

0 commit comments

Comments
 (0)