new structure; code polish

This commit is contained in:
GotPPay
2017-10-31 20:20:09 +01:00
parent a63c108259
commit 7a5f7242ac
25 changed files with 1670 additions and 6108 deletions

53
package.json Normal file
View File

@@ -0,0 +1,53 @@
{
"name": "kivi",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {
"web:dev": "webpack-dev-server --content-base ./web/dist --config ./web/webpack.config --hot --inline --host 0.0.0.0",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier-standard 'src/**/*.js'"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-core": "^6.24.0",
"babel": "^6.5.2",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-loader": "^6.4.1",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-es2017": "^6.22.0",
"body-parser": "^1.17.1",
"cookie-parser": "^1.4.3",
"date-fns": "^1.28.2",
"express": "^4.15.2",
"isomorphic-fetch": "^2.2.1",
"moment": "^2.18.1",
"mongodb": "^2.2.25",
"cheerio": "^0.22.0",
"cloudinary": "^1.8.0",
"dotenv": "^2.0.0",
"fetch": "^1.1.0",
"form-data": "^2.1.4",
"json-loader": "^0.5.4",
"source-map-support": "^0.4.6",
"twilio": "^2.11.0",
"babel-preset-stage-3": "^6.22.0",
"lodash.clonedeep": "^4.5.0",
"lodash.merge": "^4.6.0",
"react": "^15.3.2",
"react-dom": "^15.3.2"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-preset-react": "^6.16.0",
"eslint": "^3.19.0",
"prettier": "^0.22.0",
"prettier-standard": "^3.0.1",
"webpack": "1.13.3",
"webpack-dev-server": "^1.16.2",
"babel-preset-es2015": "^6.24.1"
}
}