-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 5.35 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "portfolio",
"version": "1.0.0",
"description": "<!-- TABLE OF CONTENTS -->\r # :green_book: Table of Contents\r - [:green\\_book: Table of Contents](#green_book-table-of-contents)\r - [:book: \\[My Portfolio\\] ](#book-my-portfolio-)\r - [:hammer\\_and\\_wrench: Built With ](#hammer_and_wrench-built-with-)\r - [Tech Stack ](#tech-stack-)\r - [Key Features ](#key-features-)\r - [:computer: Getting Started ](#computer-getting-started-)\r - [Prerequisites](#prerequisites)\r - [Setup](#setup)\r - [Usage](#usage)\r - [Install](#install)\r - [:busts\\_in\\_silhouette: Authors ](#busts_in_silhouette-authors-)\r - [:telescope: Future Features ](#telescope-future-features-)\r - [:handshake: Contributing ](#handshake-contributing-)\r - [:star:️ Show your support ](#star️-show-your-support-)\r - [:pray: Acknowledgments ](#pray-acknowledgments-)\r - [:question: FAQ (OPTIONAL) ](#question-faq-optional-)\r - [:memo: License ](#memo-license-)\r <!-- PROJECT DESCRIPTION -->\r # :book: [My Portfolio] <a name=\"about-project\"></a>\r **[My Portfolio]** is a website which shows all of my works and achievements throughout the journey.\r ## :hammer_and_wrench: Built With <a name=\"built-with\"></a>\r ### Tech Stack <a name=\"tech-stack\"></a>\r <details>\r <summary>Client</summary>\r <ul>\r <li><a href=\"https://www.w3schools.com/html/\">HTML</a></li>\r <li><a href=\"https://www.w3schools.com/css/\">CSS</a></li>\r <li><a href=\"https://www.w3schools.com/css/\">Javascript</a></li>\r </ul>\r </details>\r <details>\r <summary>Server</summary>\r <ul>\r <li>N/A</li>\r </ul>\r </details>\r <details>\r <summary>Database</summary>\r <ul>\r <li>N/A</li>\r </ul>\r </details>\r <!-- Features -->\r ### Key Features <a name=\"key-features\"></a>\r - **Html structure with-**\r - **Heading and Section**\r - **Introduction**\r - **CSS styling with -**\r - **Color**\r - **Font Style**\r <p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\r <!-- GETTING STARTED -->\r ## :computer: Getting Started <a name=\"getting-started\"></a>\r To get a local copy up and running, follow these steps.\r ### Prerequisites\r In order to run this project you need:\r - Google Chrome (or any browser)\r - Git\r - Visual studio code (or other code editors)\r ### Setup\r Clone this repository to your desired folder:\r > Opend GitBash in your computer and type this (replace 'my-folder' with the name of your desired folder)\r ```sh\r cd my-folder\r ```\r ```sh\r git clone [email protected]:Pi1998/my-portfolio.git\r ```\r ### Usage\r To run the project, execute the following command:\r ```sh\r code .\r ```\r ### Install\r > You don't need to install anything in your computer since it is a webpage. Instead, you can clone this project.\r <p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\r <!-- AUTHORS -->\r ## :busts_in_silhouette: Authors <a name=\"authors\"></a>\r :bust_in_silhouette: **Shinn Thant Swam Ye**\r - GitHub: [@Pi1998](https://github.com/Pi1998)\r - LinkedIn: [Shinn Thant Swam Ye](https://www.linkedin.com/in/shinn-thant-swam-ye-617a66253/)\r <p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\r <!-- FUTURE FEATURES -->\r ## :telescope: Future Features <a name=\"future-features\"></a>\r - [ ] **[CSS upgrades]**\r - [ ] **[JavaScript Functions]**\r - [ ] **[Accessibility Features]**\r - [ ] **[Mobile and desktop responsiveness]**\r <p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\r <!-- CONTRIBUTING -->\r ## :handshake: Contributing <a name=\"contributing\"></a>\r Contributions, issues, and feature requests are welcome!\r - [Click Here](https://github.com/Pi1998/hello-microverse/issues)\r <p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\r <!-- SUPPORT -->\r ## :star:️ Show your support <a name=\"support\"></a>\r If you like this project, please support me.\r <p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\r <!-- ACKNOWLEDGEMENTS -->\r ## :pray: Acknowledgments <a name=\"acknowledgements\"></a>\r I would like to thank to the Microverse community along with friends and family for the continuous support.\r <p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\r <!-- FAQ (optional) -->\r ## :question: FAQ (OPTIONAL) <a name=\"faq\"></a>\r - **[Can I use your project as reference?]**\r - [You are warmly welcome to use our project.]\r - **[Is this the final version of your project?]**\r - [No, it is not a final version. We will update and upgrade this project for better usability and visualization.]\r <p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\r <!-- LICENSE -->\r ## :memo: License <a name=\"license\"></a>\r This project is [MIT](./LICENSE) licensed.\r <p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.27.5",
"hint": "^7.1.8",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^21.0.0",
"stylelint-csstree-validator": "^1.9.0",
"stylelint-scss": "^3.21.0",
"vite": "^6.0.3"
}
}