aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json15
1 files changed, 11 insertions, 4 deletions
diff --git a/package.json b/package.json
index 80e0062..15962d4 100644
--- a/package.json
+++ b/package.json
@@ -7,17 +7,21 @@
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"luxon": "^1.25.0",
+ "postcss": "^8.1.7",
"prettier": "^2.1.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "4.0.0",
"swr": "^0.3.8",
- "web-vitals": "^0.2.4"
+ "web-vitals": "^0.2.4",
+ "tailwindcss": "^1.8.10",
+ "postcss-cli": "^7.1.0",
+ "autoprefixer": "^9.7.5"
},
"scripts": {
- "start": "react-scripts start",
- "build": "react-scripts build",
- "test": "react-scripts test",
+ "start": "craco start",
+ "build": "craco build",
+ "test": "craco test",
"eject": "react-scripts eject",
"prettier": "prettier --write ./src/ ./public/"
},
@@ -38,5 +42,8 @@
"last 1 firefox version",
"last 1 safari version"
]
+ },
+ "devDependencies": {
+ "@craco/craco": "^5.8.0"
}
}