Skip to content
Snippets Groups Projects
Commit fc7c0861 authored by Muba006's avatar Muba006
Browse files

my Second commit

parent 2925de67
No related branches found
No related tags found
No related merge requests found
{
"hash": "e9039056",
"configHash": "e371594d",
"lockfileHash": "cc7c9a9d",
"browserHash": "dd0ac38d",
"optimized": {
"react": {
"src": "../../node_modules/react/index.js",
"file": "react.js",
"fileHash": "e5df2cd7",
"needsInterop": true
},
"react-dom/client": {
"src": "../../node_modules/react-dom/client.js",
"file": "react-dom_client.js",
"fileHash": "fb4dc4db",
"needsInterop": true
},
"react-icons/fa": {
"src": "../../node_modules/react-icons/fa/index.mjs",
"file": "react-icons_fa.js",
"fileHash": "3b04c1db",
"needsInterop": false
}
},
"chunks": {
"chunk-UTEJFLXC": {
"file": "chunk-UTEJFLXC.js"
}
}
}
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
{
"type": "module"
}
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
import {
require_react
} from "./chunk-UTEJFLXC.js";
export default require_react();
{
"version": 3,
"sources": [],
"sourcesContent": [],
"mappings": "",
"names": []
}
<<<<<<< HEAD
# ompoi_landing page
......@@ -91,3 +92,13 @@ For open source projects, say how it is licensed.
## Project status
If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
=======
# React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
>>>>>>> 259253b (my First commit)
landing_page @ b7a03c1c
Subproject commit b7a03c1c31d36448c957a35eba845b37b2de7e07
This diff is collapsed.
{
"name": "ompi",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/postcss": "^4.0.3",
"@tailwindcss/vite": "^4.0.3",
"postcss": "^8.5.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0",
"tailwindcss": "^4.0.3"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"vite": "^6.0.5"
}
}
src/assets/shopbg.png

34.9 KiB

import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import tailwindcss from '@tailwindcss/vite'
// https://vite.dev/config/
export default defineConfig({
plugins: [
react(),tailwindcss()
],
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment