Skip to content

Commit 16e283e

Browse files
committed
Added 'package.json'.
1 parent 8d0982d commit 16e283e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

package.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"description": "This repo contains example commits for building a minimalistic React front-end app step by step, as outlined in the tutorial at http://maratbn.com/blogs/2017/01/14/minimalistic-react-webapp/",
3+
"dependencies": {
4+
"preact": "~7.1.0",
5+
"preact-compat": "~3.10.0",
6+
"react": "~15.4.2",
7+
"react-dom": "~15.4.2"
8+
},
9+
"devDependencies": {
10+
"babel-core": "~6.21.0",
11+
"babel-loader": "~6.2.10",
12+
"babel-preset-es2015": "~6.18.0",
13+
"babel-preset-react": "~6.16.0",
14+
"webpack": "~1.14.0"
15+
},
16+
"repository": {
17+
"type": "git",
18+
"url": "https://github.com/maratbn/example_step_by_step_minimalistic_react_app.git"
19+
},
20+
"author": "maratbn",
21+
"license": "Unlicense"
22+
}

0 commit comments

Comments
 (0)