removed footer scss file

This commit is contained in:
andres alcocer
2023-01-07 11:32:01 -05:00
parent 086562a40d
commit a26f1416b1
14 changed files with 9971 additions and 1390 deletions

View File

@@ -11,7 +11,15 @@
"lint": "eslint --fix . && echo 'Lint complete.'",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"test": "react-scripts test"
"test": "react-scripts test",
"test:coverage": "npm test -- --coverage"
},
"jest": {
"collectCoverageFrom": [
"src/components/**/*.{js}",
"!<rootDir>/node_modules/",
"!<rootDir>/path/to/dir/"
]
},
"author": "Andres Alcocer",
"license": "ISC",
@@ -78,6 +86,8 @@
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"image-webpack-loader": "^8.1.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"mini-css-extract-plugin": "^1.3.6",
"node-sass": "^8.0.0",
"prettier": "^2.8.0",
@@ -87,6 +97,7 @@
"svg-react-loader": "^0.4.6",
"tap-nirvana": "^1.1.0",
"terser-webpack-plugin": "^5.3.6",
"ts-node": "^10.9.1",
"watch": "^1.0.2",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",