aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGalen Guyer <galen@galenguyer.com>2021-10-29 12:19:15 -0400
committerGalen Guyer <galen@galenguyer.com>2021-10-29 12:19:15 -0400
commit0216f8879440ce73d90a9e58cc5eac68240e9fdd (patch)
tree6a1ed3c5c9a4c9bc26ae1862ff6e13b1f7105643 /package.json
add static data for 2020-2021 school year
Diffstat (limited to 'package.json')
-rw-r--r--package.json51
1 files changed, 51 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..1f3543e
--- /dev/null
+++ b/package.json
@@ -0,0 +1,51 @@
+{
+ "name": "rit-covid-dashboard",
+ "version": "0.1.0",
+ "private": true,
+ "dependencies": {
+ "@testing-library/jest-dom": "^5.11.4",
+ "@testing-library/react": "^11.1.0",
+ "@testing-library/user-event": "^12.1.10",
+ "autoprefixer": "^9.7.5",
+ "luxon": "^1.25.0",
+ "postcss": "^8.1.7",
+ "postcss-cli": "^7.1.0",
+ "prettier": "^2.1.2",
+ "react": "^17.0.1",
+ "react-dom": "^17.0.1",
+ "react-router-dom": "^5.2.0",
+ "react-scripts": "4.0.0",
+ "recharts": "^1.8.5",
+ "swr": "^0.3.8",
+ "tailwindcss": "^1.8.10",
+ "web-vitals": "^0.2.4"
+ },
+ "scripts": {
+ "start": "craco start",
+ "build": "craco build",
+ "test": "craco test",
+ "eject": "react-scripts eject",
+ "prettier": "prettier --write ./src/ ./public/"
+ },
+ "eslintConfig": {
+ "extends": [
+ "react-app",
+ "react-app/jest"
+ ]
+ },
+ "browserslist": {
+ "production": [
+ ">0.2%",
+ "not dead",
+ "not op_mini all"
+ ],
+ "development": [
+ "last 1 chrome version",
+ "last 1 firefox version",
+ "last 1 safari version"
+ ]
+ },
+ "devDependencies": {
+ "@craco/craco": "^5.8.0"
+ }
+}