-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 2.19 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "portofolio2",
"version": "1.0.0",
"description": "<p align=\"center\"> <img src=\"https://raw.githubusercontent.com/PKief/vscode-material-icon-theme/ec559a9f6bfd399b82bb44393651661b08aaf7ba/icons/folder-markdown-open.svg\" align=\"center\" width=\"30%\"> </p> <p align=\"center\"><h1 align=\"center\">OMAR-SHALASH-V2</h1></p> <p align=\"center\"> \t<em>Showcasing Talent, Inspiring Connections!</em> </p> <p align=\"center\"> \t<img src=\"https://img.shields.io/github/license/oshalash38/Omar-Shalash-V2?style=default&logo=opensourceinitiative&logoColor=white&color=0080ff\" alt=\"license\"> \t<img src=\"https://img.shields.io/github/last-commit/oshalash38/Omar-Shalash-V2?style=default&logo=git&logoColor=white&color=0080ff\" alt=\"last-commit\"> \t<img src=\"https://img.shields.io/github/languages/top/oshalash38/Omar-Shalash-V2?style=default&color=0080ff\" alt=\"repo-top-language\"> \t<img src=\"https://img.shields.io/github/languages/count/oshalash38/Omar-Shalash-V2?style=default&color=0080ff\" alt=\"repo-language-count\"> </p> <p align=\"center\"><!-- default option, no dependency badges. --> </p> <p align=\"center\"> \t<!-- default option, no dependency badges. --> </p> <br>",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack serve --open",
"build": "webpack --config webpack.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@svgr/plugin-svgo": "^8.1.0",
"@svgr/webpack": "^8.1.0",
"axios": "^1.7.8",
"css-loader": "^7.1.2",
"postcss": "^8.4.49",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-responsive": "^10.0.0",
"react-router-dom": "^7.0.1",
"react-typing-effect": "^2.0.5",
"rellax": "^1.12.1",
"style-loader": "^4.0.0",
"svgo": "^3.3.2",
"typewriter-effect": "^2.21.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"babel-loader": "^9.2.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.3",
"url-loader": "^4.1.1",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
}
}