Initial commit AB#12
This commit is contained in:
74
app/package.json
Normal file
74
app/package.json
Normal file
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"name": "mlb-gameday",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "webpack serve --port 3000",
|
||||
"build": "NODE_ENV=production webpack",
|
||||
"cy:run": "npx cypress run --component",
|
||||
"test": "start-server-and-test start http://localhost:3000 cy:run",
|
||||
"lint": "eslint ./src --fix",
|
||||
"format": "prettier --write ./src"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/noahspannbauer/react-mlb-schedule-js.git"
|
||||
},
|
||||
"author": "Noah Spannbauer",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/noahspannbauer/react-mlb-schedule-js/issues"
|
||||
},
|
||||
"homepage": "https://github.com/noahspannbauer/react-mlb-schedule-js#readme",
|
||||
"simple-git-hooks": {
|
||||
"pre-commit": "pretty-quick --staged && npx lint-staged"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.20.12",
|
||||
"@babel/plugin-transform-runtime": "^7.19.6",
|
||||
"@babel/preset-env": "^7.20.2",
|
||||
"@babel/preset-react": "^7.18.6",
|
||||
"@babel/preset-typescript": "^7.18.6",
|
||||
"@babel/runtime": "^7.20.13",
|
||||
"@bahmutov/cypress-code-coverage": "^1.3.2",
|
||||
"@types/react": "^18.0.26",
|
||||
"@types/react-dom": "^18.0.10",
|
||||
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
||||
"@typescript-eslint/parser": "^5.48.2",
|
||||
"babel-loader": "^9.1.2",
|
||||
"babel-plugin-istanbul": "^6.1.1",
|
||||
"css-loader": "^6.7.3",
|
||||
"cypress": "^12.3.0",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint-config-prettier": "^8.6.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"html-webpack-plugin": "^5.5.0",
|
||||
"istanbul-lib-coverage": "^3.2.0",
|
||||
"lint-staged": "^13.1.0",
|
||||
"mini-css-extract-plugin": "^2.7.2",
|
||||
"node-sass": "^8.0.0",
|
||||
"nyc": "^15.1.0",
|
||||
"prettier": "^2.8.3",
|
||||
"pretty-quick": "^3.1.3",
|
||||
"sass-loader": "^13.2.0",
|
||||
"simple-git-hooks": "^2.8.1",
|
||||
"start-server-and-test": "^1.15.3",
|
||||
"ts-loader": "^9.4.2",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.9.4",
|
||||
"webpack": "^5.75.0",
|
||||
"webpack-cli": "^5.0.1",
|
||||
"webpack-dev-server": "^4.11.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@apollo/client": "^3.7.3",
|
||||
"@fluentui/react": "^8.104.2",
|
||||
"classnames": "^2.3.2",
|
||||
"graphql": "^16.6.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-grid-system": "^8.1.6",
|
||||
"react-router-dom": "^6.6.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user