nunta/package.json

54 lines
1.6 KiB
JSON
Raw Normal View History

2016-02-02 20:41:00 +01:00
{
2018-01-20 00:37:06 +01:00
"title": "Agency",
"name": "startbootstrap-agency",
2021-10-18 23:25:29 +02:00
"version": "7.0.10",
"scripts": {
2020-04-07 00:19:58 +02:00
"build": "npm run clean && npm run build:pug && npm run build:scss && npm run build:scripts && npm run build:assets",
"build:assets": "node scripts/build-assets.js",
"build:pug": "node scripts/build-pug.js",
"build:scripts": "node scripts/build-scripts.js",
"build:scss": "node scripts/build-scss.js",
"clean": "node scripts/clean.js",
"start": "npm run build && node scripts/start.js",
"start:debug": "npm run build && node scripts/start-debug.js"
},
2018-01-20 00:37:06 +01:00
"description": "Agency is a one page HTML theme for Bootstrap.",
"keywords": [
"css",
"sass",
"html",
"responsive",
"theme",
"template"
],
"homepage": "https://startbootstrap.com/theme/agency",
2018-01-20 00:37:06 +01:00
"bugs": {
2020-06-17 23:49:57 +02:00
"url": "https://github.com/StartBootstrap/startbootstrap-agency/issues",
2018-01-20 00:37:06 +01:00
"email": "feedback@startbootstrap.com"
},
"license": "MIT",
"author": "Start Bootstrap",
"contributors": [
"David Miller (https://davidmiller.io/)"
2018-01-20 00:37:06 +01:00
],
"repository": {
"type": "git",
2020-06-17 23:49:57 +02:00
"url": "https://github.com/StartBootstrap/startbootstrap-agency.git"
2018-01-20 00:37:06 +01:00
},
"dependencies": {
2021-10-13 20:26:39 +02:00
"bootstrap": "5.1.3"
2018-01-20 00:37:06 +01:00
},
"devDependencies": {
2021-10-13 20:26:39 +02:00
"autoprefixer": "10.3.7",
2021-08-05 22:00:57 +02:00
"browser-sync": "2.27.5",
2021-06-28 21:18:47 +02:00
"chokidar": "3.5.2",
2021-10-13 20:26:39 +02:00
"concurrently": "6.3.0",
"postcss": "8.3.9",
2021-09-23 21:15:19 +02:00
"prettier": "2.4.1",
"pug": "3.0.2",
2021-10-18 23:25:29 +02:00
"sass": "1.43.2",
"shelljs": "0.8.4",
"upath": "2.0.1"
2018-01-20 00:37:06 +01:00
}
2017-10-20 05:04:53 +02:00
}