-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.84 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.84 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
60
61
62
63
64
65
66
67
{
"title": "Heavenly: A Bootstrap 5 Theme",
"name": "@archangel/heavenly",
"license": "MIT",
"author": "David Freerksen",
"version": "1.0.0",
"homepage": "https://github.com/archangel/heavenly",
"description": "Heavenly: A Bootstrap 5 theme",
"keywords": [
"css",
"sass",
"html",
"responsive",
"theme",
"template",
"admin",
"app",
"dashboard"
],
"engines": {
"node": ">=24.11.1",
"npm": ">=11.6.4",
"yarn": ">=1.16.0 <2"
},
"scripts": {
"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"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.8"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@prettier/sync": "^0.6.1",
"autoprefixer": "^10.4.22",
"browser-sync": "^3.0.4",
"chokidar": "^5.0.0",
"concurrently": "^9.2.1",
"Console": "^1.1.0",
"eslint": "^9.39.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-n": "^17.23.1",
"eslint-plugin-promise": "^7.2.1",
"fs-extra": "^11.3.2",
"globals": "^16.5.0",
"postcss": "^8.5.6",
"postcss-minify": "^1.2.0",
"prettier": "^3.7.4",
"pug": "^3.0.3",
"pug-lint": "^2.7.0",
"sass": "1.77.6",
"shelljs": "^0.10.0",
"stylelint": "^16.26.1",
"stylelint-config-standard": "^39.0.1",
"stylelint-config-standard-scss": "^16.0.0",
"stylelint-order": "^7.0.0",
"uglify-js": "^3.19.3",
"upath": "^2.0.1"
}
}