You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "webview",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"react": "^16.13.0",
|
|
|
|
"react-dom": "^16.13.0",
|
|
|
|
"react-redux": "^7.2.0",
|
|
|
|
"redux": "^4.0.5"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/jest": "^25.1.4",
|
|
|
|
"@types/react": "^16.9.23",
|
|
|
|
"@types/react-dom": "^16.9.5",
|
|
|
|
"@types/react-redux": "^7.1.7",
|
|
|
|
"react-scripts": "^4.0.1",
|
|
|
|
"typescript": "^4.0.2"
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"Electron >= 9.0.0"
|
|
|
|
],
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": [
|
|
|
|
"react-app",
|
|
|
|
"react-app/jest"
|
|
|
|
],
|
|
|
|
"rules": {
|
|
|
|
"no-sparse-arrays": 0,
|
|
|
|
"no-sequences": 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|