-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.82 KB
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
{
"title": "Sunscape Outdoors",
"name": "sunscape-outdoors",
"version": "1.0.0",
"type": "module",
"packageManager": "pnpm@8",
"scripts": {
"build": "pnpm run clean && pnpm run build:pug && pnpm run build:assets && pnpm run build:scss && pnpm run build:scripts",
"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": "pnpm run build && node scripts/start.js",
"start:debug": "pnpm run build && node scripts/start-debug.js"
},
"description": "Sunscape is an installer of custom pergolas in Northeast Ohio",
"keywords": [
"css",
"sass",
"scss",
"html",
"pug",
"responsive",
"theme",
"template"
],
"homepage": "https://sunscape.pmx.services/",
"bugs": {
"url": "https://github.com/StartBootstrap/startbootstrap-creative/issues",
"email": "feedback@startbootstrap.com"
},
"license": "MIT",
"author": "Steven Almeroth <sunscape@primesite.dev>",
"contributors": [
"David Miller (https://davidmiller.io/)",
"Start Bootstrap (https://startbootstrap.com/)"
],
"repository": {
"type": "git",
"url": "https://github.com/stav/sunscape.git"
},
"dependencies": {
"bootstrap": "5.2.3"
},
"devDependencies": {
"autoprefixer": "10.4.14",
"browser-sync": "2.29.1",
"chokidar": "3.5.3",
"concurrently": "6.3.0",
"lodash": "*",
"postcss": "8.4.21",
"prettier": "2.8.6",
"pug": "3.0.2",
"sass": "1.60.0",
"shelljs": "0.8.5",
"upath": "2.0.1"
}
}