-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
36 lines (36 loc) ยท 855 Bytes
/
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
{
"name": "classic-portfolio",
"version": "1.0.0",
"description": "<img src=\"assets/img/Readme.gif\" style=\"width: 100%\">",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/YasinDehfuli/Classic-Portfolio.git"
},
"keywords": [
"Portfolio",
"-",
"Matrix",
"-",
"CV",
"-",
"Resume"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "/~https://github.com/YasinDehfuli/Classic-Portfolio/issues"
},
"homepage": "/~https://github.com/YasinDehfuli/Classic-Portfolio#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
"animate.css": "^4.1.1",
"bootstrap": "^5.2.3",
"jquery": "^3.6.1",
"mpdatepicker": "^2.0.1",
"vazirmatn": "^33.0.3"
}
}