qotnews/webclient/package.json

39 lines
837 B
JSON
Raw Normal View History

2019-08-24 05:04:51 +00:00
{
"name": "webclient",
"version": "0.1.0",
"private": true,
"dependencies": {
2019-11-07 22:08:28 +00:00
"abort-controller": "^3.0.0",
2019-10-12 23:41:31 +00:00
"localforage": "^1.7.3",
2019-08-24 05:04:51 +00:00
"moment": "^2.24.0",
2019-10-12 05:32:17 +00:00
"query-string": "^6.8.3",
2019-08-24 05:04:51 +00:00
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1",
2019-08-24 05:04:51 +00:00
"react-router-dom": "^5.0.1",
"react-router-hash-link": "^1.2.2",
2019-08-24 05:04:51 +00:00
"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"
]
}
}