-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 952 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 952 Bytes
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
{
"name": "john-doe-portfolio",
"author": "Khaled Mohamed Mahmoud",
"version": "1.0.3",
"description": "This is just a portfolio for training in the web development with using some advanced tools",
"bugs": {
"url": "https://github.com/krypton225/First-Portfolio/issues"
},
"homepage": "https://github.com/krypton225/First-Portfolio#readme",
"keywords": [
"HTML",
"HTML5",
"CSS",
"CSS3",
"Bootstrap",
"SwiperJS",
"SCSS",
"7-1-Arch",
"html5shiv"
],
"license": "MIT",
"main": "main.js",
"scripts": {
"watch-sass": "sass --watch .\\scss\\main.scss .\\dist\\css\\main.css",
"wbk": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/krypton225/First-Portfolio.git"
},
"dependencies": {
"bootstrap": "^5.2.1",
"swiper": "^8.4.2"
},
"devDependencies": {
"sass": "^1.57.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}