-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.08 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"title": "Stylish Portfolio",
"name": "startbootstrap-stylish-portfolio",
"version": "5.0.9",
"scripts": {
"start": "node_modules/.bin/gulp watch"
},
"description": "A stylish portfolio HTML template built with Bootstrap",
"keywords": [
"css",
"sass",
"html",
"responsive",
"theme",
"template"
],
"homepage": "https://startbootstrap.com/theme/stylish-portfolio",
"bugs": {
"url": "https://github.com/StartBootstrap/startbootstrap-stylish-portfolio/issues",
"email": "feedback@startbootstrap.com"
},
"license": "MIT",
"author": "Start Bootstrap",
"contributors": [
"David Miller (https://davidmiller.io/)"
],
"repository": {
"type": "git",
"url": "https://github.com/StartBootstrap/startbootstrap-stylish-portfolio.git"
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@fortawesome/fontawesome-free": "5.15.1",
"@hashgraph/sdk": "^2.0.13",
"bootstrap": "4.5.3",
"browser-resolve": "^2.0.0",
"dotenv": "^8.2.0",
"jquery": "^3.5.1",
"jquery.easing": "^1.4.1",
"long": "^4.0.0",
"simple-line-icons": "2.5.5"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babelify": "^10.0.0",
"browser-sync": "2.26.13",
"browserify": "^17.0.0",
"del": "6.0.0",
"esmify": "^2.1.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "7.0.1",
"gulp-clean-css": "4.3.0",
"gulp-header": "2.0.9",
"gulp-plumber": "^1.2.1",
"gulp-rename": "2.0.0",
"gulp-sass": "4.1.0",
"gulp-uglify": "3.0.2",
"merge-stream": "2.0.0"
},
"browserify": {
"transform": [
[
"babelify"
]
]
}
}