-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.22 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
{
"name": "portfolio-website",
"version": "1.0.0",
"description": "Nashid Ahmed's portfolio website",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nashidahmed/portfolio-website.git"
},
"author": "Nashid Ahmed Shah",
"license": "MIT",
"bugs": {
"url": "https://github.com/nashidahmed/portfolio-website/issues"
},
"homepage": "https://github.com/nashidahmed/portfolio-website#readme",
"browsersList": [
"last 10 versions"
],
"devDependencies": {
"@babel/core": "^7.12.3",
"autoprefixer": "^10.0.1",
"browser-sync": "^2.26.13",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-cache-bust": "^1.4.1",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-cssbeautify": "^3.0.0",
"gulp-debug": "^4.0.0",
"gulp-eslint": "^6.0.0",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^7.1.0",
"gulp-inline-source": "^4.0.0",
"gulp-newer": "^1.4.0",
"gulp-postcss": "^9.0.0",
"gulp-terser": "^1.4.1",
"jshint": "^2.12.0",
"postcss": "^8.1.6",
"uglify-save-license": "^0.4.1"
},
"dependencies": {}
}