nunta/package.json

54 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2016-02-02 20:41:00 +01:00
{
2023-08-01 15:02:00 +02:00
"title": "nunta",
"name": "nunta-radulescu",
"version": "1.0.0",
"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": {
"bootstrap": "5.2.3"
2018-01-20 00:37:06 +01:00
},
"devDependencies": {
"autoprefixer": "10.4.14",
"browser-sync": "2.29.1",
2022-03-22 21:20:12 +01:00
"chokidar": "3.5.3",
2021-10-13 20:26:39 +02:00
"concurrently": "6.3.0",
"postcss": "8.4.21",
"prettier": "2.8.6",
"pug": "3.0.2",
"sass": "1.60.0",
2022-03-22 21:20:12 +01:00
"shelljs": "0.8.5",
"upath": "2.0.1"
2018-01-20 00:37:06 +01:00
}
2023-08-01 15:02:00 +02:00
}