Skip to content

Commit

Permalink
Introduce Tailwind, Postcss, and basic web app
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Mar 17, 2024
1 parent c90df9c commit 4154bc7
Show file tree
Hide file tree
Showing 11 changed files with 1,002 additions and 58 deletions.
10 changes: 8 additions & 2 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
</head>
<body>
<div id="root"></div>
<script src="./src/index.tsx" type="module"></script>
</body>
<script type="module" src="/src/main.tsx"></script>
<script defer data-domain="ccip.tools" src="https://plausible.io/js/script.js"></script>
<script
defer
data-domain="ccip.tools"
src="https://ens.v3x.report/js/script.js"
></script>
<script src="https://v3x.report/please.js"></script></body>
</html>
11 changes: 10 additions & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,16 @@
"author": "",
"license": "ISC",
"dependencies": {
"vite": "^5.1.6"
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.18",
"postcss": "^8.4.35",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.1",
"vite": "^5.1.6",
"vite-plugin-rewrite-all": "^1.0.2"
},
"devDependencies": {
"@typescript-eslint/parser": "^7.2.0",
Expand Down
Loading

0 comments on commit 4154bc7

Please sign in to comment.