Finish prototype web client

This commit is contained in:
2019-08-24 05:04:51 +00:00
parent 62d68da415
commit dde6ac4566
18 changed files with 10773 additions and 0 deletions

33
webclient/package.json Normal file
View File

@@ -0,0 +1,33 @@
{
"name": "webclient",
"version": "0.1.0",
"private": true,
"dependencies": {
"moment": "^2.24.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-router-dom": "^5.0.1",
"react-scripts": "3.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}