export and package cleanup
This diff is collapsed.
... | ... | @@ -15,30 +15,30 @@ |
"scss": "node-sass src/_assets/scss/main.scss src/_assets/css/main.css", | ||
"scss:watch": "npm run scss && node-sass --watch src/_assets/scss/main.scss --output-style compressed --source-map true --output src/_assets/css", | ||
"start": "craco start", | ||
"test:cover": "npm run test -- --coverage --watchAll=false --onlyChanged=false", | ||
"test:cover": "npm run test:all -- --coverage", | ||
"test:watch-cover": "npm run test -- --coverage --onlyChanged=false", | ||
"test": "craco test --env=jest-environment-jsdom-sixteen", | ||
"test:all": "craco test --env=jest-environment-jsdom-sixteen --watchAll=false", | ||
"test": "craco test", | ||
"test:all": "craco test --watchAll=false --onlyChanged=false", | ||
"regress": "testcafe chrome ./testing/main.spec.js -r spec" | ||
}, | ||
"author": "Joe Ziemba", | ||
"license": "ISC", | ||
"dependencies": { | ||
"@craco/craco": "^6.3.0", | ||
"@tailwindcss/postcss7-compat": "^2.2.16", | ||
"firebase": "^8.10.0", | ||
"focus-trap-react": "^8.7.1", | ||
"focus-trap-react": "^8.8.1", | ||
"lodash": "^4.17.21", | ||
"normalize.css": "^8.0.1", | ||
"react": "^17.0.2", | ||
"react-bootstrap-typeahead": "^5.2.0", | ||
"react-dom": "^17.0.2", | ||
"react-router": "^5.2.0", | ||
"react-router-dom": "^5.2.0", | ||
"react-router": "^5.2.1", | ||
"react-router-dom": "^5.3.0", | ||
"react-scripts": "^4.0.3", | ||
"react-toastify": "^7.0.0", | ||
"react-transition-group": "^4.4.2", | ||
"reactstrap": "^8.9.0", | ||
"sass": "^1.38.0" | ||
"sass": "^1.42.1" | ||
}, | ||
"browserslist": [ | ||
">0.2%", | ||
... | ... | @@ -49,18 +49,18 @@ |
"devDependencies": { | ||
"@testing-library/jest-dom": "^5.14.1", | ||
"@testing-library/react": "^11.2.7", | ||
"autoprefixer": "^9.8.6", | ||
"autoprefixer": "^9.8.7", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-jest": "^24.4.0", | ||
"eslint-plugin-jest": "^24.5.0", | ||
"eslint-plugin-jsx-a11y": "^6.4.1", | ||
"eslint-plugin-prettier": "^3.4.1", | ||
"eslint-plugin-react": "^7.24.0", | ||
"eslint-plugin-react": "^7.26.1", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
"jest-environment-jsdom-sixteen": "^2.0.0", | ||
"node-sass": "^4.14.1", | ||
"postcss": "^7.0.36", | ||
"prettier": "^2.3.2", | ||
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.14", | ||
"postcss": "^7.0.38", | ||
"prettier": "^2.4.1", | ||
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.16", | ||
"testcafe": "^1.16.0" | ||
}, | ||
"jest": { | ||
... | ... |
src/App.css
deleted
100644 → 0
Please register or sign in to comment