tailwind #9

Manually merged
peperunas merged 157 commits from tailwind into master 2020-12-28 18:38:52 +00:00
Showing only changes of commit a8d8d1ec43 - Show all commits

View File

@ -1,7 +1,7 @@
{
"name": "rustico",
"version": "1.0.0",
"main": "intex.tsx",
"main": "index.tsx",
"license": "MIT",
"devDependencies": {
"@types/react": "^17.0.0",
@ -25,12 +25,9 @@
"react-cryptocoins": "^1.0.11",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"socket.io-client": "~2",
"socket.io-client": "~3",
"tailwindcss": "^2.0.2"
},
"resolutions": {
"socket.io-parser": "~2"
},
"scripts": {
"build:tailwind": "tailwindcss build css/index.css -o css/tailwind.css",
"watch": "parcel watch index.tsx -d ../static",