-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.23 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
43
44
45
46
47
48
49
50
51
{
"name": "second-portfolio",
"author": "Khaled Mohamed",
"license": "MIT",
"version": "1.0.0",
"description": "Just a portfolio web site with creative layout",
"main": "index.js",
"browserslist": [
"last 5 versions"
],
"scripts": {
"sass:watch": "sass --no-source-map --watch scss:dist/css-compile",
"postcss:watch": "postcss dist/css-compile/main.css --dir dist/css --watch",
"minify": "npx postcss dist/css/main.css > dist/css/main.min.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/krypton225/Second-Portfolio.git"
},
"keywords": [
"HTML",
"HTML5",
"CSS",
"CSS3",
"Sass",
"Bootstrap",
"TypeScript",
"JavaScript",
"ES6",
"Git",
"Github",
"NPM"
],
"bugs": {
"url": "https://github.com/krypton225/Second-Portfolio/issues"
},
"homepage": "https://github.com/krypton225/Second-Portfolio#readme",
"dependencies": {
"bootstrap": "^5.2.2",
"swiper": "^8.4.3"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^5.0.0",
"autoprefixer": "^10.4.12",
"cssnano": "^5.1.13",
"postcss": "^8.4.17",
"postcss-cli": "^10.0.0",
"postcss-import": "^15.0.0",
"postcss-preset-env": "^7.8.2"
}
}