-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.58 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
{
"title": "Agency",
"name": "praxis-kreativkai",
"version": "1.0.0",
"description": "Agency is a one page HTML theme for Bootstrap.",
"keywords": [
"css",
"sass",
"html",
"responsive",
"theme",
"template"
],
"homepage": "http://startbootstrap.com/template-overviews/agency",
"bugs": {
"url": "https://github.com/BlackrockDigital/startbootstrap-agency/issues",
"email": "feedback@startbootstrap.com"
},
"license": "MIT",
"author": "Start Bootstrap",
"contributors": [
"David Miller (http://davidmiller.io/)"
],
"repository": {
"type": "git",
"url": "https://github.com/BlackrockDigital/startbootstrap-agency.git"
},
"scripts": {
"deploy": "node deploy",
"build": "/bin/cp src/*.html dist && /bin/cp src/fonts/* dist/fonts && /bin/cp -r src/img/* dist/img && /bin/cp src/mail/* dist/mail && esbuild --bundle src/js/bundle.js --outfile=dist/bundle.js --minify && sass -q src/scss/_all.scss dist/css/main.css --style compressed",
"dev": "concurrently \"esbuild --bundle src/js/bundle.js --outfile=src/bundle.js --servedir=src\" \"sass -q src/scss/_all.scss src/css/main.css --watch\""
},
"dependencies": {
"bootstrap": "4.6",
"concurrently": "^7.6.0",
"font-awesome": "^4.7.0",
"jquery": "^3.6.1",
"jquery.easing": "^1.4.1",
"popper.js": "^1.16.1",
"slick-carousel": "^1.8.1",
"tether": "^2.0.0",
"vinyl-ftp": "^0.6.1"
},
"devDependencies": {
"dotenv": "^16.0.3",
"esbuild": "^0.15.15",
"ftp-deploy": "^2.4.3",
"prettier": "^2.8.0",
"yarn-upgrade-all": "^0.7.1"
}
}