Setup of react environment

This commit is contained in:
2017-06-01 19:04:31 +02:00
parent 89e506cf6e
commit b16d2ab60d
2 changed files with 2282 additions and 0 deletions

13
client/package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "seasoned",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/KevinMidboe/seasonedShows",
"author": "Kevin Midboe",
"license": "MIT",
"dependencies": {
"path": "^0.12.7",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
}
}

2269
client/yarn.lock Normal file

File diff suppressed because it is too large Load Diff