feat: mobile app package (#1075)

This commit is contained in:
Mo
2022-06-09 09:45:15 -05:00
committed by GitHub
parent 58b63898de
commit 8248a38280
336 changed files with 47696 additions and 22563 deletions

View File

@@ -29,12 +29,11 @@
"@types/react": "^17.0.42",
"@types/react-dom": "^18.0.5",
"@types/wicg-file-system-access": "^2020.9.5",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"babel-loader": "^8.2.5",
"circular-dependency-plugin": "^5.2.2",
"css-loader": "^6.7.1",
"dotenv": "^16.0.0",
"eslint": "*",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
@@ -45,15 +44,12 @@
"mini-css-extract-plugin": "^2.6.0",
"node-sass": "^7.0.1",
"npm-check-updates": "^12.5.9",
"prettier": "^2.6.2",
"sass-loader": "^12.6.0",
"svg-jest": "^1.0.1",
"ts-jest": "^27.1.4",
"ts-loader": "^9.2.8",
"typescript": "4.6.3",
"typescript-eslint": "0.0.1-alpha.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"typescript": "*",
"webpack": "*",
"webpack-dev-server": "^4.8.1",
"webpack-merge": "^5.8.0"
},

View File

@@ -22,5 +22,6 @@
"@Controllers/*": ["src/javascripts/Controllers/*"],
"@Services/*": ["src/javascripts/Services/*"]
}
}
},
"exclude": ["node_modules", "dist", "coverage"]
}